Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented the ability to forward bounces to the list owner. | Mark Sapiro | 2014-10-16 | 1 | -3/+10 |
| | |||||
* | Subscription disabled warnings are now sent without a Precedence: | Mark Sapiro | 2012-02-17 | 1 | -2/+3 |
| | | | | header. Bug #808821. | ||||
* | Bounce processing has been enhanced so that if a bounce is returned to a | Mark Sapiro | 2010-07-11 | 1 | -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 info | Mark Sapiro | 2009-02-16 | 1 | -3/+5 |
| | | | | for a member just deleted if bounce_you_are_disabled_warnings is zero. | ||||
* | Rearranged calls to the list setBounceInfo() method in Bouncer.py | Mark Sapiro | 2008-06-20 | 1 | -2/+13 |
| | | | | | | to accommodate MemberAdaptors that store bounce info outside the list instance. | ||||
* | Whitespace normalization. | bwarsaw | 2005-12-06 | 1 | -4/+4 |
| | |||||
* | Update copyright date for prior change. | msapiro | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | Make bounce log message format more consistent. | msapiro | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | Python 2.4 checks strftime() more strict. | tkikuchi | 2004-12-04 | 1 | -1/+1 |
| | | | | Split GetConfirmSubject into Leave/Join. | ||||
* | Now default is NOT to VERP_PROBES for backward compatibility. | tkikuchi | 2004-10-22 | 1 | -5/+14 |
| | |||||
* | Use Utils.oneline() where applicable. | tkikuchi | 2004-09-20 | 1 | -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, | bwarsaw | 2004-02-10 | 1 | -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(): A | bwarsaw | 2003-11-21 | 1 | -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 package | bwarsaw | 2003-09-22 | 1 | -11/+13 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 1 | -0/+281 | |
'Release_2_1-maint'. |