diff options
Diffstat (limited to 'Mailman/Queue/ArchRunner.py')
| -rw-r--r-- | Mailman/Queue/ArchRunner.py | 4 |
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']) |
