| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 1999-12-02 | process_form(): In regard to the previous patch, the default if the | bwarsaw | 1 | -1/+1 | |
| form has no digest key, is to use the list's default value. | |||||
| 1999-12-02 | Added a warning about explicit Unlock() being necessary. | bwarsaw | 1 | -0/+4 | |
| 1999-11-30 | Added Christopher P. Lindsey | bwarsaw | 1 | -0/+1 | |
| 1999-11-30 | RegisterBounce(): Added optional saveifdirty flag, which defaults to | bwarsaw | 1 | -3/+2 | |
| true. SMTPDirect sets this to zero so the list isn't save between each bounce registration. SMTPDirect does the save after processing all delivery failures. | |||||
| 1999-11-30 | process_form(): it is possible that the form doesn't have a 'digest' | bwarsaw | 1 | -0/+2 | |
| key, if the admin has mucked with the listinfo page. Default digest mode to 0 in that case. | |||||
| 1999-11-30 | Added DELIVERY_MODULE which selects the actual delivery module to use | bwarsaw | 1 | -4/+13 | |
| in Mailman.Handlers.HandlerAPI. Still defaults to 'Sendmail' although 'SMTPDirect' might be better (it hasn't had enough eyes on it yet though). | |||||
| 1999-11-30 | Get DELIVERY_MODULE from mm_cfg.py. Makes for easier customization. | bwarsaw | 1 | -9/+4 | |
| 1999-11-30 | Present(): Need blank line after Content-description header so MIME | bwarsaw | 1 | -0/+1 | |
| digests unpack correctly (bug found by Sjoerd Mullender). | |||||
| 1999-11-30 | Fixed -n/--no-change, i.e. dryrun mode, to conform to documented | bwarsaw | 1 | -6/+6 | |
| behavior. | |||||
| 1999-11-30 | Parameterize the message delivery module used. | bwarsaw | 1 | -2/+9 | |
