aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Bouncer.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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'.