summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/post4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/post b/scripts/post
index 89678a9be..6012d057e 100755
--- a/scripts/post
+++ b/scripts/post
@@ -27,7 +27,6 @@ Stdin is the mail message, and argv[1] is the name of the target mailing list.
"""
import sys
-import time
import paths
from Mailman import mm_cfg
@@ -62,8 +61,7 @@ def main():
inq = get_switchboard(mm_cfg.INQUEUE_DIR)
inq.enqueue(sys.stdin.read(),
listname=listname,
- tolist=1,
- received_time=time.time())
+ tolist=1)