summaryrefslogtreecommitdiff
path: root/modules/mm_bouncer.py
Commit message (Expand)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-416/+0
* 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