| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize doctests, moving handler documentation into Mailman/handlers/docs. | Barry Warsaw | 2008-01-24 | 1 | -338/+0 |
| * | Update copyright years. Change a plugin name. | Barry Warsaw | 2008-01-13 | 1 | -1/+1 |
| * | Add an interface IArchiver which is used to calculate urls and send messages | Barry Warsaw | 2008-01-13 | 1 | -4/+12 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 1 | -3/+3 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 1 | -1/+1 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 1 | -1/+2 |
| * | Convert the CookHeaders tests in test_handlers to using doctests, split up | Barry Warsaw | 2007-06-21 | 1 | -25/+21 |
| * | CookHeaders.py: | tkikuchi | 2007-03-24 | 1 | -20/+3 |
| * | Test suite repair. All tests are now passing again. | bwarsaw | 2007-03-21 | 1 | -1/+0 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| * | Fix test_message.py by finishing the wind-through of the configuration object | bwarsaw | 2006-07-08 | 1 | -8/+13 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -6/+2 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -1/+0 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -10/+2 |
| * | ch_oneline(): Input string variable is overwritten. Also use 'utf-8' | tkikuchi | 2006-02-17 | 1 | -15/+18 |
| * | Backport from 2.1-maint. | tkikuchi | 2006-01-04 | 1 | -4/+3 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 1 | -11/+13 |
| * | Python interpreter has evolved to be strict on ascii charset range. | tkikuchi | 2005-12-26 | 1 | -20/+13 |
| * | Finnish dialect of "Re:". | tkikuchi | 2005-11-01 | 1 | -1/+1 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -61/+160 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | process(): Eliminate extra space in List-ID | bwarsaw | 2003-06-02 | 1 | -1/+1 |
| * | prefix_subject(): Capture the no-subject header before we decode it. | bwarsaw | 2003-02-23 | 1 | -2/+2 |
| * | prefix_subject(): If the subject is a Header instead of a string, | bwarsaw | 2003-02-05 | 1 | -1/+4 |
| * | prefix_subject(): Supply default argument '' to the get of the subject | bwarsaw | 2003-01-29 | 1 | -1/+1 |
| * | Some fixes to retain the continuation whitespace on Subject: lines | bwarsaw | 2003-01-24 | 1 | -4/+10 |
| * | prefix_subject(): One small patch for when the charset in an RFC 2047 | bwarsaw | 2002-12-04 | 1 | -1/+6 |
| * | process(): Be sure to i18n-ify any headers with milst.description in | bwarsaw | 2002-12-02 | 1 | -2/+4 |
| * | process(): Patch #625482 by Tokio Kikuchi to properly MIME encode the | bwarsaw | 2002-11-19 | 1 | -23/+33 |
| * | process(): Re-enable the Cc header hacking, but only if personalize == | bwarsaw | 2002-11-06 | 1 | -21/+17 |
| * | process(): Comment out the rewriting of the CC header for personalized | bwarsaw | 2002-11-04 | 1 | -10/+14 |
| * | prefix_subject(): The charsets coming from headerbits can be strings | bwarsaw | 2002-10-20 | 1 | -0/+2 |
| * | prefix_subject(): Do byte string -> unicode string conversion | bwarsaw | 2002-10-17 | 1 | -3/+5 |
| * | process(): Two important fixes. First, when adding Cc headers to | bwarsaw | 2002-10-16 | 1 | -16/+26 |
| * | process(): If the list is personalized, and the list's posting address | bwarsaw | 2002-10-15 | 1 | -8/+17 |
| * | Better support for "funny" characters in subject prefixes. | bwarsaw | 2002-10-02 | 1 | -42/+32 |
| * | prefix_subject(): Elaborate a comment. | bwarsaw | 2002-08-09 | 1 | -1/+3 |
| * | encode_p(): New helper function. | bwarsaw | 2002-08-09 | 1 | -3/+29 |
| * | Allow postings gatewayed to Usenet to inhibit the Subject: field | bwarsaw | 2002-07-31 | 1 | -2/+3 |
| * | subject_prefix(): We're using email 2.2 now so we can remove the | bwarsaw | 2002-07-26 | 1 | -3/+0 |
| * | prefix_subject(): This should fix Fil's duplicate encoding problem. | bwarsaw | 2002-07-23 | 1 | -7/+13 |
| * | process(): Implement a suggestion by David W. Tamkin on list-managers | bwarsaw | 2002-07-17 | 1 | -22/+24 |
| * | process(): Use Precedence: list instead of bulk for mail list exploded | bwarsaw | 2002-05-22 | 1 | -17/+8 |
| * | process(): Only add List-Post: if include_list_post_header is true. | bwarsaw | 2002-04-19 | 1 | -1/+3 |
| * | process(): We need to clean up the base archive url in two ways: | bwarsaw | 2002-04-11 | 1 | -1/+4 |
| * | process(): As Mentor Cana points out, dump_address_pair() is | bwarsaw | 2002-04-11 | 1 | -1/+1 |
| * | process(), prefix_subject(): Ben Gertzfield's patch (refactored by | bwarsaw | 2002-04-08 | 1 | -13/+44 |
| * | process(): In response to bug #223533, we're changing when the RFC | bwarsaw | 2002-04-08 | 1 | -9/+16 |
| * | process(): We don't need to do a ValidateEmail() on the | bwarsaw | 2002-03-12 | 1 | -6/+1 |
| * | process(): To support VERP+personalizing in SMTPDirect.py, we no | bwarsaw | 2002-03-09 | 1 | -7/+1 |