summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* Added some constants for use by ListAdmin.py and admindb.pybwarsaw2000-06-201-0/+8
* PrintPostRequest(): Fixed the call to discard a message when the givenbwarsaw2000-06-191-1/+1
* Now recognizes what I think are both Netscape Messaging Service 3.6bwarsaw2000-06-161-13/+22
* Several UI and functional changes. Better layout and better text inbwarsaw2000-06-151-20/+54
* HandleRequest(): Takes three new additional arguments, `preserve',bwarsaw2000-06-151-24/+60
* All MessageHeld derived classes now include a rejection string, whichbwarsaw2000-06-151-14/+31
* MessageHeld.rejection_notice(): New method which subclasses overridebwarsaw2000-06-151-0/+8
* SPAM_DIR: The fullpath to the $PREFIX/spam subdir.bwarsaw2000-06-151-0/+1
* __handlesubscription(): Change the sense of the `value' parameter tobwarsaw2000-06-141-2/+2
* PrintAddMemberRequest(): It makes for better usability if the `refuse'bwarsaw2000-06-141-1/+1
* main(): call to syslog() had the wrong number of arguments.bwarsaw2000-06-141-1/+1
* Update(): Call ZapOldVars()bwarsaw2000-06-141-0/+7
* DATA_FILE_VERSION: Bump to 21 to catch the removal of the num_spawnsbwarsaw2000-06-141-1/+1
* GetSender(): Return '' as the fallback false return value instead ofbwarsaw2000-06-141-1/+1
* InitTempVars(): Added back the argument withlogging when creating thebwarsaw2000-06-141-11/+8
* Harald has convinced me that the lock file unlinking order should bebwarsaw2000-06-141-20/+12
* Big-time reorganization of the order of variables. Added a bunch ofbwarsaw2000-06-141-115/+182
* process(): For those bounce formats that are essentially MIME, it isbwarsaw2000-06-083-6/+18
* Liberalize the regular expression matching a bit to handle other MTA'sbwarsaw2000-06-061-14/+14
* cosmeticbwarsaw2000-06-061-1/+0
* do_child(): Use NNTP_USERNAME and NNTP_PASSWORD for optional site-widebwarsaw2000-06-051-1/+5
* NNTP_USERNAME, NNTP_PASSWORD: Optional site-wide values for specifyingbwarsaw2000-06-051-3/+8
* ChangeOptions(): Thomas Wouters patch to not complain about emptybwarsaw2000-06-051-1/+1
* __handlepost(): Always send out the rejection notice; don'tbwarsaw2000-06-051-3/+2
* Netscape.py: Detects what appears to be Netscape Messaging Server 3.6bwarsaw2000-06-0510-23/+107
* __break(): winner file may not exist.bwarsaw2000-06-051-2/+5
* process(): Wrap the actual message delivery loops in a mlistbwarsaw2000-06-031-12/+15
* Support for delivering recipient chunks via multiple threads. Pythonbwarsaw2000-06-031-19/+86
* MAX_DELIVERY_THREADS: new variable which controls the number ofbwarsaw2000-06-031-0/+14
* Convert from mlist.LogMsg() inteface to new syslog() interface forbwarsaw2000-06-031-3/+4
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-52/+21
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-023-53/+49
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-024-25/+28
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-5/+7
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-3/+4
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-2/+3
* Convert all uses of sys.stderr.write() and mlist.LogMsg() to the newbwarsaw2000-06-029-24/+32
* Rename Syslog class to _Syslog to indicate that it shouldn't normallybwarsaw2000-06-021-3/+4
* Makefile.in: Install all .py filesbwarsaw2000-06-022-2/+53
* Fixes inspired or provided by Harald Meland. Specifically,bwarsaw2000-06-011-27/+43
* process_form(): When listing a user's other subscriptions, don't usebwarsaw2000-06-011-8/+9
* map_maillists(): Removed. The semantics and interplay with listbwarsaw2000-06-011-32/+0
* LogStdErr(): In the call to StampedLogger(), pass manual_reprime valuebwarsaw2000-06-011-1/+1
* DeliverToList(): When the parameter msgdata has no 'pipeline' key, webwarsaw2000-06-011-1/+1
* Add a nice big security warning to the module docstring.bwarsaw2000-06-011-0/+5
* Load(): Extend the falling back to config.db.last to situations wherebwarsaw2000-06-011-26/+48
* Thomas Wouters writes:bwarsaw2000-05-311-1/+3
* HoldMessage(): Use the repr() of the message, not the str() so as tobwarsaw2000-05-311-1/+1
* In a bit of a kludge, added an __repr__() which returns a stringbwarsaw2000-05-311-2/+11
* Message.__str__(): Include the unixfrom line in the return value; thisbwarsaw2000-05-311-2/+1