summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* ArchiveMail(): the message's body could be the empty string. Checkbwarsaw1999-12-251-1/+1
* do_child(): catch and log nntplib.error_temp that can occur doing thebwarsaw1999-12-251-2/+9
* reprime(): calls reprime on all sub-loggers, ignoring attribute errorsbwarsaw1999-12-251-0/+7
* ParseMailCommands(): The message object gets constructed and passed inbwarsaw1999-12-161-2/+1
* HandleBouncingAddress(): Because this message object is now abwarsaw1999-12-161-1/+3
* HasExplicitDest(): The argument order of the re.match()s is backwards;bwarsaw1999-12-161-4/+4
* process(): Use only the From: field to get the name to stick in thebwarsaw1999-12-161-1/+8
* GetSenderName(): Removed.bwarsaw1999-12-161-7/+1
* Use one module global log file so we don't leak file descriptors.bwarsaw1999-12-141-10/+8
* Typobwarsaw1999-12-131-1/+1
* Slight change in formatbwarsaw1999-12-131-3/+3
* Always include the non-cached PID of the process doing the printing.bwarsaw1999-12-131-1/+2
* __get_f(): Open the log file in line buffered mode so flushesbwarsaw1999-12-131-1/+1
* process(): Content-Description header could be missing. Don't try tobwarsaw1999-12-111-1/+1
* ExternalArchive(): Fixes proposed by Bernhard Reiter, specifically:bwarsaw1999-12-111-2/+6
* hold_for_approval(): When admin_immed_notify is false, the subjectbwarsaw1999-12-111-0/+1
* Added a warning to details windows, so users know that changing thebwarsaw1999-12-111-0/+2
* Balazs Nagy <julian7@kva.hu> writes:bwarsaw1999-12-111-4/+4
* do_child(): contains all the code that the child processes perform.bwarsaw1999-12-101-76/+85
* test harness can take a list of file namesbwarsaw1999-12-101-8/+10
* If messages originate from Usenet, do not hold them for implicitbwarsaw1999-12-101-2/+6
* ignore generated Makefilebwarsaw1999-12-101-0/+1
* process(): ability to recognize multiple addresses.bwarsaw1999-12-101-4/+5
* process(): Better compliance with QSBMF, including ability tobwarsaw1999-12-091-29/+30
* process(): RFC 1894 allows for multiple addresses in a single bouncebwarsaw1999-12-091-29/+26
* process(): extended to be able to detect multiple addresses in thebwarsaw1999-12-091-21/+25
* Added Bouncers to subdirsbwarsaw1999-12-091-1/+1
* Rip out all the actual bounce detection code (moved tobwarsaw1999-12-091-155/+5
* Make this a package.bwarsaw1999-12-091-0/+0
* Yahoo's got it's own weird format.bwarsaw1999-12-091-0/+51
* This module groks Qmail style bounce formats, according to thebwarsaw1999-12-091-0/+66
* Standard sub-package makefilebwarsaw1999-12-091-0/+80
* Standard sub-package makefilebwarsaw1999-12-091-0/+74
* This module groks RFC 1894 (DSN) bounce formats. It knows a lot aboutbwarsaw1999-12-091-0/+109
* This is essentially a port of the old bounce detection code to the newbwarsaw1999-12-091-0/+194
* Detect some weird bounce format that caiwireless.net seems tobwarsaw1999-12-091-0/+48
* Infrastructure for extensible bounce parsers, modeled after deliverybwarsaw1999-12-091-0/+83
* HandlerError: base class should be Errors.MailmanErrorbwarsaw1999-12-091-1/+2
* hold_for_approval(): Don't send the author of the message abwarsaw1999-12-091-1/+2
* MakeCookie(), CheckCookie(): Don't include the client's IP address inbwarsaw1999-12-091-19/+17
* process(): quick return if there are no recipients!bwarsaw1999-12-091-1/+6
* process(): quick return if there are no recipients!bwarsaw1999-12-091-0/+3
* __init__(): Turn on logging of a MailList object's lock. Primarilybwarsaw1999-12-091-1/+2
* Set this module up to do a bunch more logging of what happens to thebwarsaw1999-12-091-1/+28
* Include len of msg.recips in log msgbwarsaw1999-12-021-1/+3
* process_form(): In regard to the previous patch, the default if thebwarsaw1999-12-021-1/+1
* RegisterBounce(): Added optional saveifdirty flag, which defaults tobwarsaw1999-11-301-3/+2
* process_form(): it is possible that the form doesn't have a 'digest'bwarsaw1999-11-301-0/+2
* Added DELIVERY_MODULE which selects the actual delivery module to usebwarsaw1999-11-301-4/+13
* Get DELIVERY_MODULE from mm_cfg.py. Makes for easier customization.bwarsaw1999-11-301-9/+4