summaryrefslogtreecommitdiff
path: root/Mailman/Bouncer.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-250/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Reorganize the enums so that they live in the most appropriate interface. TheBarry Warsaw2007-10-091-1/+1
* Removed a bunch of files that are obsolete. The interfaces are all foldedBarry Warsaw2007-09-271-14/+15
* OMGW00T: After over a decade, the MailList mixin class is gone! Well,Barry Warsaw2007-09-211-25/+0
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-051-25/+0
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-2/+1
* Convert failing test_message.py to doctests bounces.txt and message.txt, whichBarry Warsaw2007-07-011-3/+3
* Update copyright years.bwarsaw2007-01-191-1/+1
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-12/+13
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-2/+2
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-3/+3
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-2/+1
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-35/+37
* 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
* back porting from 2.1.6tkikuchi2005-08-281-13/+28
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* registerBounce(): Add optional argument `day' which can be used by thebwarsaw2003-08-171-11/+13
* Whitespace normalization.bwarsaw2002-10-191-4/+4
* Fix typo in last checkin. Thanks Ousmane!bwarsaw2002-08-161-1/+1
* __sendAdminBounceNotice(): Applied Simone Piunno's patch to fix thebwarsaw2002-08-161-1/+2
* registerBounce(): The last patch wasn't quite right, so backing outbwarsaw2002-08-151-6/+4
* Fix a nasty bug that could cause disabled members to be deleted frombwarsaw2002-08-151-3/+6
* sendNextNotification(): Include in bounce reasons, the date of thebwarsaw2002-08-021-5/+11
* sendNextNotification(): Fixed typo discovered by Jon Parise and Danbwarsaw2002-06-301-1/+1
* Some hacks to support notification of disabled delivery for reasonsbwarsaw2002-05-281-6/+31
* registerBounce(): Reset the bounce info if it isn't an instance of abwarsaw2002-05-071-1/+1
* Dan Mick's patch (with mods ;) for disabling list owner notificationbwarsaw2002-03-121-3/+10
* InitVars(): Add bounce_unrecognized_goes_to_list_owner to handlebwarsaw2002-03-071-0/+2
* BounceMessage(): Set up the outer bounce message the same way we setbwarsaw2002-03-011-4/+5
* __sendAdminBounceNotice(): Because the UserNotification constructorbwarsaw2002-02-281-4/+8
* __sendAdminBounceNotice(), sendNextNotification(): Bothbwarsaw2002-02-281-2/+3
* __sendAdminBounceNotice(), sendNextNotification(), BounceMessage():bwarsaw2002-02-111-5/+7
* sendNextNotification(): Remove the call to setBounceInfo() sincebwarsaw2002-02-051-1/+0
* reset(): Dan Mick discovered a cut-n-paste error! info. -> self.bwarsaw2002-01-291-4/+4
* Several fixes to improve the bounce score testing when thebwarsaw2002-01-291-22/+38
* copyright yearsbwarsaw2002-01-151-1/+1
* registerBounce(): Fix for bug when resetting bounce info due to stalebwarsaw2002-01-151-1/+6
* The long-awaited rewrite of the bounce processing system. We'vebwarsaw2001-12-271-223/+143
* First step on the bounce processer sanity road. These changes fixbwarsaw2001-12-191-2/+5
* Some code cleaning, and adjustment to new API.bwarsaw2001-11-201-7/+2
* BounceMessage(): Argument `e' is now either None or an instance with abwarsaw2001-10-151-2/+5
* ClearBounceInfo(), RegisterBounce(): Rename argument `email' to `member'.bwarsaw2001-10-091-59/+39
* DisableBouncingAddress(): Fixed a syslog() call, using its newbwarsaw2001-10-041-1/+1
* Convert from mimelib to email.bwarsaw2001-10-011-5/+5
* HandleBouncingAddress(): Instead of using MAILMAN_OWNER, usebwarsaw2001-08-041-2/+3
* All:bwarsaw2001-07-181-35/+5
* BounceMessage(): New method that will `bounce' a message back to thebwarsaw2001-07-101-0/+19