summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/__init__.py (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-12-02process_form(): In regard to the previous patch, the default if thebwarsaw1-1/+1
form has no digest key, is to use the list's default value.
1999-12-02Added a warning about explicit Unlock() being necessary.bwarsaw1-0/+4
1999-11-30Added Christopher P. Lindseybwarsaw1-0/+1
1999-11-30RegisterBounce(): Added optional saveifdirty flag, which defaults tobwarsaw1-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-30process_form(): it is possible that the form doesn't have a 'digest'bwarsaw1-0/+2
key, if the admin has mucked with the listinfo page. Default digest mode to 0 in that case.
1999-11-30Added DELIVERY_MODULE which selects the actual delivery module to usebwarsaw1-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-30Get DELIVERY_MODULE from mm_cfg.py. Makes for easier customization.bwarsaw1-9/+4
1999-11-30Present(): Need blank line after Content-description header so MIMEbwarsaw1-0/+1
digests unpack correctly (bug found by Sjoerd Mullender).
1999-11-30Fixed -n/--no-change, i.e. dryrun mode, to conform to documentedbwarsaw1-6/+6
behavior.
1999-11-30Parameterize the message delivery module used.bwarsaw1-2/+9