summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/Sendmail.py
Commit message (Expand)AuthorAgeFilesLines
* More logging updates:bwarsaw2006-04-281-116/+0
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* Add some more big fat warnings and add an "assert 0" in the code sobwarsaw2002-05-121-2/+16
* process(): Port to the email package. Message objects no longer havebwarsaw2002-04-101-2/+3
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-1/+1
* Update copyright years.bwarsaw2002-03-161-1/+1
* Better syslog() calling conventions.bwarsaw2001-06-271-5/+5
* msg.GetSender() -> msg.get_sender()bwarsaw2001-03-021-3/+3
* Conversion to mimelib.bwarsaw2001-02-151-2/+2
* process(): Use `append' instead of `extend' to add to faildrecips.bwarsaw2000-08-231-1/+1
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-5/+7
* Add a nice big security warning to the module docstring.bwarsaw2000-06-011-0/+5
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-11/+14
* process(): Nigel Metheringham points out that the wrong address wasbwarsaw2000-04-101-1/+1
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* process(): quick return if there are no recipients!bwarsaw1999-12-091-0/+3
* process(): Tack on the -f option to sendmail so that the envelopebwarsaw1999-11-261-1/+4
* docstringbwarsaw1999-11-241-2/+2
* New pipeline delivery modulebwarsaw1999-11-101-0/+85