From b0203e6fa189fa98523802031ca2e35dc98d73ed Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 14 May 2001 18:05:20 +0000 Subject: main(): Don't set the `received_time' metadata here; it's set in the queue runner. --- scripts/post | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts') 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) -- cgit v1.2.3-70-g09d2