Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Treat message and digest headers and footers as empty if they contain | Mark Sapiro | 2017-03-15 | 1 | -5/+5 |
| | | | only whitespace. | ||||
* | Fixed UnicodeError in sending digests following changing list's ↵ | Mark Sapiro | 2016-11-23 | 1 | -3/+14 |
| | | | | preferred_language. | ||||
* | Setting digest_size_threshhold to zero now means no digests will be | Mark Sapiro | 2013-03-10 | 1 | -2/+3 |
| | | | | sent based on size instead of a digest being sent with every post. | ||||
* | Changed the way digest_footer is added to the RFC 1153 (plain) format | Mark Sapiro | 2011-11-11 | 1 | -7/+8 |
| | | | | digest for RFC compliance. Bug #887610. | ||||
* | Added a traceback to the log message produced when processing the | Mark Sapiro | 2010-03-05 | 1 | -1/+5 |
| | | | | digest.mbox throws an exception. | ||||
* | Back out Revision 2.18.2.19 patch for email.Message.set_payload() bug | tkikuchi | 2006-01-29 | 1 | -12/+5 |
| | | | | because it is overwrapped in Mailman.Message. | ||||
* | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 2005-12-30 | 1 | -12/+10 |
| | | | | | | | | | | | | | 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. | ||||
* | Fixes for email.set_payload() not distinguish parsed or virgin payload. | tkikuchi | 2005-12-17 | 1 | -2/+11 |
| | | | | | | I've tested the example by Mark Sapiro: http://mail.python.org/pipermail/mailman-developers/2005-November/018395.html both with and without 'Content-Transfer-Encoding' but may need more test. | ||||
* | SF patch # 1246003 | tkikuchi | 2005-11-19 | 1 | -1/+1 |
| | |||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | Fix SF BugID 1179487: | tkikuchi | 2005-06-26 | 1 | -3/+14 |
| | | | | | | | | | Although the RFC2231 bug example in the tracker has been solved in mailman-2.1.6, there may be more cases where ToDigest.send_digests() can block regular delivery. I put the send_digests() calling part in try - except clause and leave a message in the error log if something happened in send_digests(). Daily call of cron/senddigests will notify more details to the site administrator. | ||||
* | Add Date/Message-ID headers for digests. | tkikuchi | 2005-02-02 | 1 | -2/+7 |
| | |||||
* | [ 975768 ] senddigests doesn't handle consecutive unparseable messages | tkikuchi | 2004-12-14 | 1 | -0/+1 |
| | | | | Thanks Thomas for raising my attention. | ||||
* | Fix for unknown/malicious charset value. | tkikuchi | 2004-12-11 | 1 | -3/+9 |
| | |||||
* | 923428 VERP subscription confirmations | tkikuchi | 2004-10-19 | 1 | -1/+8 |
| | | | | | 960551 Bug: Plain digest with mixed charsets 995029 Patch against Mailman 2.1.5 release fixes bug #913397 | ||||
* | fix bugs when using ARCHIVE_HTML_SANITIZER = 1 | tkikuchi | 2004-10-14 | 1 | -1/+2 |
| | |||||
* | oneline() has moved to Utils.py (sorry for the last bogus commit). | tkikuchi | 2004-09-18 | 1 | -16/+3 |
| | |||||
* | send_i18n_digests(): Configurations can change between the time a | bwarsaw | 2003-12-16 | 1 | -1/+6 |
| | | | | | | | | | message is originally received and the time the digest is sent. If the configuration changes by setting ARCHIVE_HTML_SANITIZER to 0, a DiscardMessage exception can occur during the scrubbing. Catch this error. Closes SF #860135 with basic solution by Martin Pool. | ||||
* | Backporting from the HEAD -- updated handlers | bwarsaw | 2003-09-22 | 1 | -2/+3 |
| | |||||
* | Backport from the trunk, and catalog regeneration. | bwarsaw | 2003-04-19 | 1 | -2/+4 |
| | |||||
* | Backporting from trunk. | bwarsaw | 2003-04-07 | 1 | -15/+24 |
| | |||||
* | Backporting from the trunk. | bwarsaw | 2003-02-08 | 1 | -43/+70 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 1 | -0/+351 | |
'Release_2_1-maint'. |