summaryrefslogtreecommitdiff
path: root/scripts/post
diff options
context:
space:
mode:
authorbwarsaw2000-09-08 22:00:08 +0000
committerbwarsaw2000-09-08 22:00:08 +0000
commit9e0b598683fabda37d7dfea4ea7649e69df3e829 (patch)
tree35c92e15621b26b3370f258459f14265edb4c4a6 /scripts/post
parentefac950a92b7a34cdd5dd171d91f415da8a60e5d (diff)
downloadmailman-9e0b598683fabda37d7dfea4ea7649e69df3e829.tar.gz
mailman-9e0b598683fabda37d7dfea4ea7649e69df3e829.tar.zst
mailman-9e0b598683fabda37d7dfea4ea7649e69df3e829.zip
main(): Add the `tolist' flag to the message data, so we can track
messages posted to the list (as opposed to message sent to the -admin, -owner, -request addresses, or internally generated).
Diffstat (limited to 'scripts/post')
-rwxr-xr-xscripts/post2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/post b/scripts/post
index d9464ff69..df9169153 100755
--- a/scripts/post
+++ b/scripts/post
@@ -86,7 +86,7 @@ def main():
# hit, the proc is SIGKILL'd giving us no chance to save the message. It
# could take a long time to acquire the lock. This way we're fairly safe
# against catastrophe at the expense of more disk I/O.
- msg.Enqueue(mlist)
+ msg.Enqueue(mlist, tolist=1)