| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | intermediate | bwarsaw | 2001-08-04 | 1 | -0/+122 |
| * | Another SMTP32 example | bwarsaw | 2001-08-04 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-08-04 | 1 | -0/+96 |
| * | ScanMessages(): Added SimpleWarning and LLNL modules. | bwarsaw | 2001-08-04 | 1 | -0/+2 |
| * | Fix copyright years | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | New bounce examples | bwarsaw | 2001-08-04 | 2 | -0/+300 |
| * | A recognizer for LLNL's custom Sendmail. | bwarsaw | 2001-08-04 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-08-04 | 1 | -0/+35 |
| * | Extend the address-cre for "failed addresses follow:" to match | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | Another SimpleMatch | bwarsaw | 2001-08-04 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-08-04 | 1 | -0/+105 |
| * | The start of a unit test suite. Yay! Only tests bounce detection so | bwarsaw | 2001-08-04 | 2 | -0/+123 |
| * | A bunch of new bounce examples. | bwarsaw | 2001-08-04 | 6 | -0/+1017 |
| * | Massively rewritten so as to (hopefully) simplify the logic, and not | bwarsaw | 2001-08-04 | 1 | -100/+109 |
| * | process(): Add a default argument `patterns' so similar modules like | bwarsaw | 2001-08-04 | 1 | -1/+2 |
| * | Recognize two similar Postfix mutations: something calling itself | bwarsaw | 2001-08-04 | 1 | -2/+11 |
| * | process(): "Internet Mail Service" sure looks awfully similar. We | bwarsaw | 2001-08-04 | 1 | -0/+3 |
| * | check(): Add `delayed' as a valid Action: to match on. | bwarsaw | 2001-08-04 | 1 | -1/+4 |
| * | Like SimpleMatch.py but with a different set of patterns (matching | bwarsaw | 2001-08-04 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-08-04 | 1 | -0/+46 |
| * | No longer necessary. | bwarsaw | 2001-08-04 | 1 | -4/+0 |
| * | Get rid of answer_majordomo_mail. It's seriously broken in MM2.1, and | bwarsaw | 2001-08-04 | 2 | -42/+1 |
| * | GetConfigInfo(): Vizi Szilard noticed a few strings missing i18n | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | mailman-owner@%(hostname)s => %(siteowner)s | bwarsaw | 2001-08-04 | 8 | -8/+8 |
| * | Split SCRIPTS into FILES and PROGRAMS. The former is installed with | bwarsaw | 2001-08-04 | 1 | -5/+8 |
| * | Instead of using MAILMAN_OWNER, use Utils.get_site_email(). The | bwarsaw | 2001-08-04 | 1 | -2/+4 |
| * | main(): Instead of using MAILMAN_OWNER, use Utils.get_site_email(). | bwarsaw | 2001-08-04 | 3 | -7/+7 |
| * | create(): Instead of using MAILMAN_OWNER, use Utils.get_site_email(). | bwarsaw | 2001-08-04 | 1 | -4/+6 |
| * | process(): Instead of using MAILMAN_OWNER, use Utils.get_site_email(). | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | listinfo_overview(): Instead of using MAILMAN_OWNER, use | bwarsaw | 2001-08-04 | 1 | -2/+2 |
| * | process_request(): Instead of using MAILMAN_OWNER, use | bwarsaw | 2001-08-04 | 1 | -6/+5 |
| * | admin_overview(): Instead of using MAILMAN_OWNER, use | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | get_site_email(): New function. | bwarsaw | 2001-08-04 | 1 | -0/+6 |
| * | ApprovedAddMember(), ApprovedDeleteMember(): Instead of using | bwarsaw | 2001-08-04 | 1 | -4/+5 |
| * | MAILMAN_OWNER: Removed. | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | HandleBouncingAddress(): Instead of using MAILMAN_OWNER, use | bwarsaw | 2001-08-04 | 1 | -2/+3 |
| * | Add big5 to LANGUAGES and also don't force marked.files and | bwarsaw | 2001-08-03 | 1 | -3/+3 |
| * | New handler module to set things up for regular delivery | bwarsaw | 2001-08-03 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-08-03 | 1 | -0/+44 |
| * | process(): If the message should be personalized (i.e. its metadata | bwarsaw | 2001-08-03 | 1 | -3/+22 |
| * | cosmetic | bwarsaw | 2001-08-03 | 1 | -1/+0 |
| * | GetConfigInfo(): UI changes, first to make the header and footer text | bwarsaw | 2001-08-03 | 1 | -3/+47 |
| * | change_options(): Always change the user's realname, not just if the | bwarsaw | 2001-08-03 | 1 | -3/+2 |
| * | NewVars(): Add the `personalize' attribute if it's missing. | bwarsaw | 2001-08-03 | 1 | -0/+1 |
| * | DATA_FILE_VERSION: Bump up to pick up the new `personalize' attribute. | bwarsaw | 2001-08-03 | 1 | -1/+1 |
| * | getMemberCPAddress(): Bug fix -- return the case preserved address not | bwarsaw | 2001-08-03 | 1 | -1/+1 |
| * | InitVars(): Initialize the `personalize' list attribute. Defaults to 0. | bwarsaw | 2001-08-03 | 1 | -0/+1 |
| * | OWNERS_CAN_ENABLE_PERSONALIZATION: Flag which controls whether list | bwarsaw | 2001-08-03 | 1 | -0/+8 |
| * | Some UI improvements suggested by Michael Yount: | bwarsaw | 2001-08-03 | 1 | -9/+9 |
| * | Some UI improvements suggested by Michael Yount: | bwarsaw | 2001-08-03 | 1 | -88/+111 |