summaryrefslogtreecommitdiff
path: root/Mailman/Queue/ArchRunner.py
diff options
context:
space:
mode:
authorbwarsaw2001-05-09 15:06:53 +0000
committerbwarsaw2001-05-09 15:06:53 +0000
commitffa133a534c3d4f7f20e7e6fd6235a9bd4cc542b (patch)
treea488720cf1174379ec8bc954a6985fcda8bb6fe8 /Mailman/Queue/ArchRunner.py
parent304cd1caaf90dc8bf13e4ea3ff7401c0261d60a8 (diff)
downloadmailman-ffa133a534c3d4f7f20e7e6fd6235a9bd4cc542b.tar.gz
mailman-ffa133a534c3d4f7f20e7e6fd6235a9bd4cc542b.tar.zst
mailman-ffa133a534c3d4f7f20e7e6fd6235a9bd4cc542b.zip
Diffstat (limited to 'Mailman/Queue/ArchRunner.py')
-rw-r--r--Mailman/Queue/ArchRunner.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mailman/Queue/ArchRunner.py b/Mailman/Queue/ArchRunner.py
index f41a38654..67d5eff62 100644
--- a/Mailman/Queue/ArchRunner.py
+++ b/Mailman/Queue/ArchRunner.py
@@ -40,9 +40,7 @@ class ArchRunner(Runner):
return 1
# Support clobber_date, i.e. setting the date in the archive to the
# received date, not the (potentially bogus) Date: header of the
- # original message. BAW: Note that there should be a third option
- # here: to clobber the date only if it's bogus, i.e. way in the future
- # or way in the past.
+ # original message.
clobber = 0
originaldate = msg.get('date')
receivedtime = formatdate(msgdata['received_time'])