aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Bouncer.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-12-06Whitespace normalization.bwarsaw1-4/+4
2005-12-06Update copyright date for prior change.msapiro1-1/+1
2005-12-06Make bounce log message format more consistent.msapiro1-1/+1
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2004-12-04Python 2.4 checks strftime() more strict.tkikuchi1-1/+1
Split GetConfirmSubject into Leave/Join.
2004-10-22Now default is NOT to VERP_PROBES for backward compatibility.tkikuchi1-5/+14
2004-09-20Use Utils.oneline() where applicable.tkikuchi1-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
2004-02-10Hook in the new bounce processing actions. Specifically,bwarsaw1-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.
2003-11-21_BounceInfo.__init__(), registerBounce(), disableBouncingMember(): Abwarsaw1-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.
2003-09-22Backporting from the HEAD -- Mailman packagebwarsaw1-11/+13