Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-09 | The Subject: of the list welcome message wasn't always in the user's | Mark Sapiro | 1 | -1/+3 | |
preferred language. Fixed. | |||||
2013-03-28 | Fixed a bug where the Subject: of the user notification of a | Mark Sapiro | 1 | -1/+2 | |
bin/remove_members unsubscribe was not in the user's language. (LP: 1161445) Also updated BounceRunner copyright for previous change. | |||||
2006-07-24 | SendSubscribeAck() - Removed test of self.send_welcome_message. | msapiro | 1 | -3/+1 | |
The caller may want to override the list setting. | |||||
2005-12-30 | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 1 | -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-06 | Update copyright years. | bwarsaw | 1 | -2/+3 | |
2005-11-30 | Don't send password in probe. The probe message may stray to someone else. | tkikuchi | 1 | -2/+1 | |
Also, i18n fix. | |||||
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2005-01-17 | Fix for bug#1090439: 8bit characters are allowed if user language is set | tkikuchi | 1 | -3/+11 | |
properly. If the language charset is set as 'us-ascii' then the 8bit chars are printed in '?'. | |||||
2004-02-22 | sendProbe(): Add key 'probe_token' to the metadata. This is used by the | bwarsaw | 1 | -2/+4 | |
OutgoingRunner for easier handling of probe messages which are rejected at SMTP time. | |||||
2004-02-10 | sendProbe(): Method implementing the actual sending of the probe message to a | bwarsaw | 1 | -1/+39 | |
member whose bounce score is greater than the threshold. | |||||
2003-03-31 | Backporting from trunk | bwarsaw | 1 | -6/+53 | |