summaryrefslogtreecommitdiff
path: root/Mailman/Bouncer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made the call to FindMatchingAddresses pass the dict bounce_infocotton1998-11-231-1/+1
* .RegisterBounce(): I revised the criteria for what makes a bounceklm1998-11-181-7/+10
* .InitVars(): Include a comment explaining the bounce_info structure,klm1998-11-171-58/+92
* Make the disabled notice less ambiguous - reorganized so it's clearklm1998-11-051-1/+1
* made reenable.txt refer to the admin membership page instead of the listinfocotton1998-10-131-1/+1
* fixed typo in the regex email pattern (it wasn't matching addressescotton1998-10-131-2/+3
* Bouncer.HandleBouncingAddress(): Convert to using Utils.maketext() templates.bwarsaw1998-07-061-48/+46
* Convert all module names to their new names.bwarsaw1998-06-191-12/+13
* Whoops, I forgot to check these in. They're changed to handleviega1998-06-031-2/+2
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* .ScanMessage(): Consolidated BOUNCE and REMOVE handling on themailman1998-05-261-34/+29
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* Slight simplification of remaining-messages log notice.mailman1998-05-241-3/+2
* Added provision for a bounce message where the email address is on aklm1998-05-241-3/+23
* .RegisterBounce(): I think this corrects the bounce log reporting ofklm1998-05-211-3/+4
* Prevent bounce loops when admin-action recipient is itself theklm1998-05-211-30/+65
* Neglected to mention on last checkin:mailman1998-05-201-10/+10
* Do not send "user disabled" notices to admin when user is alreadymailman1998-05-201-17/+35
* .ScanMessage(): Further robustification of the bounced-message addressmailman1998-04-231-4/+10
* These changes should reduce, if not eliminate, the duplicate handlingklm1998-04-231-14/+13
* .RegisterBounce(): Missing '%' was making a string format operationklm1998-04-101-12/+11
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+4
* Call to SendTextToUser() requires "add_headers" instead of "add_to_headers"mailman1998-04-081-2/+2
* Added new-format descriptive header, as string in options list.klm1998-04-071-4/+7
* Use new .DeleteMember() arg to indicate whence this deletion came.mailman1998-04-031-14/+24
* Finally fix bounce handling so (1) there is an option for users to bemailman1998-03-271-26/+96
* Change bounce-handling mechanism to offer disabling of user account,mailman1998-03-261-13/+24
* Looks like bounce handling does not work like options advertise - inmailman1998-03-201-7/+7
* Remove use of '/tmp/bounce.log' file (which will knock over mailman ifmailman1998-03-191-18/+32
* Utilize default settings from mm_cfg module.mailman1998-02-261-14/+9
* Initial revisionmailman1998-02-251-0/+220