aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Queue (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-17Bump copyright dates.Mark Sapiro13-12/+12
2018-04-10Improve DELIVERY_RETRY_WAIT reimplementation.Mark Sapiro2-6/+9
2017-11-02The DELIVERY_RETRY_WAIT setting is now effective.Mark Sapiro1-1/+4
2017-02-14Catch NotAMemberError when member is removed before probe bounce returns.Mark Sapiro1-13/+21
2016-10-10Replaced UserNotification() with OwnerNotification() in two places,Jim Popovitch1-1/+0
2016-05-27Scrubber links in archives are now in the list's preferred_language.Mark Sapiro1-1/+5
2016-04-06Fixed a bug in ensuring gated news articles have a Subject:.Mark Sapiro1-1/+1
2016-04-02Attempt to improve threading of posts gated to Usenet.Mark Sapiro1-3/+23
2016-03-06Fixed CommandRunner shunting a message with a null byte in the body.Mark Sapiro1-1/+2
2015-11-24Avoid skipping a handler which rejected or discarded a messageMark Sapiro1-1/+9
2015-11-06Posts gated to usenet will no longer have other than the target groupMark Sapiro1-15/+7
2015-08-13Improved fix for LP: 1482940.Mark Sapiro1-10/+12
2015-08-08Fixed bug with delayed probe bounces.Mark Sapiro1-5/+12
2015-03-01Fixed a bug in CommandRunner that could process the second word of aMark Sapiro1-6/+9
2015-02-28Fixed a bug in CommandRunner that threw an uncaught KeyError ifMark Sapiro1-3/+5
2014-12-07Accept email command in Subject: prefixed with Re: or similar with noMark Sapiro1-2/+10
2014-10-25Added list name and handler name to auto-discard vette log entry.Mark Sapiro1-3/+6
2013-04-06The Switchboard.finish() method now logs the text of the exception whenMark Sapiro1-3/+3
2013-03-28Fixed a bug where the Subject: of the user notification of aMark Sapiro1-1/+1
2013-03-28Fixed a bug where BounceRunner could create and leave behind zero lengthMark Sapiro1-1/+3
2012-10-21IncomingRunner now logs rejected messages to the vette log.Mark Sapiro1-0/+7
2012-06-20Fixed a typo in the UPGRADING doc - bin/upgrade -> bin/update.Mark Sapiro1-0/+0
2012-03-27Fixed a possible CPU bound loop in OutgoingRunner if the attempt toMark Sapiro1-1/+2
2011-09-29Eliminated the list cache from the qrunners. Indirect self-referencesMark Sapiro1-17/+12
2011-02-07- A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to controlMark Sapiro1-15/+43
2010-12-04 - Fixed a problem where an emailed command in the Subject: header with aMark Sapiro1-2/+3
2009-08-05Replies to commands sent to list-request now come From: list-ownerMark Sapiro1-2/+2
2008-11-12Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178.Barry Warsaw1-2/+2
2008-06-22Another BounceRunner loop detection change (rev 1106 wasn't quite right).Mark Sapiro1-2/+4
2008-06-22 - Prepended list name to bounce log unrecognized bounce messages.Mark Sapiro1-22/+44
2008-05-07Changed formatting for standards compliance and readability.Mark Sapiro1-2/+2
2008-04-26Made the preservation of unparseable messages conditional onMark Sapiro2-8/+14
2008-02-14Added Galician translation from Frco. Javier Rial Rodrguez.Mark Sapiro1-0/+0
2008-02-14Switchboard.py - Added code to catch exceptions thrown in unpickling .bakMark Sapiro1-18/+27
2008-01-02Switchboard.py - Moved the counting of the number of recoveries of a .bak fileMark Sapiro1-27/+33
2007-12-16Switchboard.py - Added a count to the queue entry metadata to count the numberMark Sapiro1-5/+25
2007-11-19BounceRunner.py - Fixed a mail loop if a list owner puts the list's -bouncesMark Sapiro1-3/+14
2007-11-09Fixed Mailman/Queue/CommandRunner.py to decode a quoted-printable or base64Mark Sapiro1-2/+2
2007-10-04/cygdrive/c/MM_bzr/log.txtMark Sapiro1-4/+16
2007-06-22Scrubber.py - Cleaned up a few loose ends and incomplete things left after theMark Sapiro1-4/+7
2007-05-08- CGI/admin.pymsapiro2-17/+46
2006-11-17Delete the .bak file from the queue for an unparseable message.msapiro1-0/+1
2006-09-01A much improved release script, which now knows about Subversion (though isn'tbwarsaw1-1/+0
2006-07-23- Switchboard.py Changed "while key in times.keys():" tomsapiro1-1/+1
2006-07-22- Switchboard.py Added missing newline at EOF.msapiro1-1/+1
2006-07-22- bin/unshuntmsapiro2-12/+40
2006-07-09 - Switchboard.py - Closed very tiny holes at the upper ends of queuemsapiro1-5/+13
2006-03-09Add test in BounceRunner for non-fatal, VERPed bounce. Bug 1421285.msapiro1-1/+5
2006-03-01Changed BouncerAPI.py to return Stop from a Bouncer and changedmsapiro1-0/+3
2006-02-05Set umask for creation of bounce-events queue file.msapiro1-3/+8