aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Bouncer.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented the ability to forward bounces to the list owner.Mark Sapiro2014-10-161-3/+10
|
* Subscription disabled warnings are now sent without a Precedence:Mark Sapiro2012-02-171-2/+3
| | | | header. Bug #808821.
* Bounce processing has been enhanced so that if a bounce is returned to aMark Sapiro2010-07-111-2/+31
| | | | | list from a non-member who is a member of a regular_include_list, the bounce will be processed as a bounce for the included list.
* Fixed a bug introduced in 2.1.11 which would attempt to store bounce infoMark Sapiro2009-02-161-3/+5
| | | | for a member just deleted if bounce_you_are_disabled_warnings is zero.
* Rearranged calls to the list setBounceInfo() method in Bouncer.pyMark Sapiro2008-06-201-2/+13
| | | | | | to accommodate MemberAdaptors that store bounce info outside the list instance.
* Whitespace normalization.bwarsaw2005-12-061-4/+4
|
* Update copyright date for prior change.msapiro2005-12-061-1/+1
|
* Make bounce log message format more consistent.msapiro2005-12-061-1/+1
|
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* Python 2.4 checks strftime() more strict.tkikuchi2004-12-041-1/+1
| | | | Split GetConfirmSubject into Leave/Join.
* Now default is NOT to VERP_PROBES for backward compatibility.tkikuchi2004-10-221-5/+14
|
* Use Utils.oneline() where applicable.tkikuchi2004-09-201-0/+2
| | | | | | | | | Closing [ 1003070 ] Decode original subject in post acknowledgement by Soji IKEDA Modified Files: Tag: Release_2_1-maint Mailman/Bouncer.py Mailman/Handlers/Acknowledge.py
* Hook in the new bounce processing actions. Specifically,bwarsaw2004-02-101-7/+10
| | | | | | | | | | | registerBounce(): When the bounce score is higher than the threshold, instead of disabling the address right way, we send a probe message, then we reset the bounce score to zero. disableBouncingMember(): Use the new pending db interface and update the log messages. sendNextNotification(): Use the new pending db interface.
* _BounceInfo.__init__(), registerBounce(), disableBouncingMember(): Abwarsaw2003-11-211-6/+7
| | | | | | | | fix for SF bug # 846681, where the confirmation cookie emailed in a bounce disabled notification was always out of date. The problem was that we created the cookie at the time of the first bounce. This is very likely more than three days before the time of the last bounce, which is when we should have (and now do) create the cookie.
* Backporting from the HEAD -- Mailman packagebwarsaw2003-09-221-11/+13
|
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+281
'Release_2_1-maint'.