aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Deliverer.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-09The Subject: of the list welcome message wasn't always in the user'sMark Sapiro1-1/+3
preferred language. Fixed.
2013-03-28Fixed a bug where the Subject: of the user notification of aMark Sapiro1-1/+2
bin/remove_members unsubscribe was not in the user's language. (LP: 1161445) Also updated BounceRunner copyright for previous change.
2006-07-24SendSubscribeAck() - Removed test of self.send_welcome_message.msapiro1-3/+1
The caller may want to override the list setting.
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-1/+2
normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
2005-12-06Update copyright years.bwarsaw1-2/+3
2005-11-30Don't send password in probe. The probe message may stray to someone else.tkikuchi1-2/+1
Also, i18n fix.
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-01-17Fix for bug#1090439: 8bit characters are allowed if user language is settkikuchi1-3/+11
properly. If the language charset is set as 'us-ascii' then the 8bit chars are printed in '?'.
2004-02-22sendProbe(): Add key 'probe_token' to the metadata. This is used by thebwarsaw1-2/+4
OutgoingRunner for easier handling of probe messages which are rejected at SMTP time.
2004-02-10sendProbe(): Method implementing the actual sending of the probe message to abwarsaw1-1/+39
member whose bounce score is greater than the threshold.
2003-03-31Backporting from trunkbwarsaw1-6/+53