Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2005-06-26 | Fix SF BugID 1179487: | tkikuchi | 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. | |||||
2005-02-02 | Add Date/Message-ID headers for digests. | tkikuchi | 1 | -2/+7 | |
2004-12-14 | [ 975768 ] senddigests doesn't handle consecutive unparseable messages | tkikuchi | 1 | -0/+1 | |
Thanks Thomas for raising my attention. | |||||
2004-12-11 | Fix for unknown/malicious charset value. | tkikuchi | 1 | -3/+9 | |
2004-10-19 | 923428 VERP subscription confirmations | tkikuchi | 1 | -1/+8 | |
960551 Bug: Plain digest with mixed charsets 995029 Patch against Mailman 2.1.5 release fixes bug #913397 | |||||
2004-10-14 | fix bugs when using ARCHIVE_HTML_SANITIZER = 1 | tkikuchi | 1 | -1/+2 | |
2004-09-18 | oneline() has moved to Utils.py (sorry for the last bogus commit). | tkikuchi | 1 | -16/+3 | |
2003-12-16 | send_i18n_digests(): Configurations can change between the time a | bwarsaw | 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. | |||||
2003-09-22 | Backporting from the HEAD -- updated handlers | bwarsaw | 1 | -2/+3 | |
2003-04-19 | Backport from the trunk, and catalog regeneration. | bwarsaw | 1 | -2/+4 | |
2003-04-07 | Backporting from trunk. | bwarsaw | 1 | -15/+24 | |
2003-02-08 | Backporting from the trunk. | bwarsaw | 1 | -43/+70 | |