summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oops, anonymizebwarsaw2000-12-291-3/+3
* This message has some very funky header values.bwarsaw2000-12-291-0/+62
* More bounce samples.bwarsaw2000-12-286-0/+1036
* Rebuilding my zapped bounce test cases.bwarsaw2000-12-282-0/+340
* Now that we require Python 2.0, we're fine getting rid of these copies.bwarsaw2000-12-263-1647/+0
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-0/+32
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-30/+68
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-1/+49
* maketext(): New optional parameter `lang' which is the language tobwarsaw2000-12-261-2/+4
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-4/+17
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-10/+21
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-100/+123
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-2/+6
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-5/+8
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-3/+3
* jcrey's latest round of I18N changes.bwarsaw2000-12-269-127/+201
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-1/+4
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-19/+34
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-7/+10
* mail_passwords(): subj is marked for translation. Call maketext()bwarsaw2000-12-261-2/+3
* main(): Call maketext() with the list's preferred language.bwarsaw2000-12-262-2/+2
* jcrey's rmlang script for removing language support from a mailingbwarsaw2000-12-260-0/+0
* intermediatebwarsaw2000-12-261-0/+115
* urg. cvs version.bwarsaw2000-12-260-0/+0
* intermediatebwarsaw2000-12-261-1/+0
* jcrey's newlang script for adding language support to a mailing list.bwarsaw2000-12-261-0/+113
* SUBDIRS: Add Queue subdirectory.bwarsaw2000-12-201-1/+1
* RedeliverMessage(): Removed.bwarsaw2000-12-201-11/+3
* Rewritten to use the new multiple-queue model.bwarsaw2000-12-201-85/+32
* New module which re-queues outgoing messages to qfiles/out for laterbwarsaw2000-12-200-0/+0
* intermediatebwarsaw2000-12-201-0/+23
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-203-12/+10
* gratuitious changebwarsaw2000-12-200-0/+0
* intermediatebwarsaw2000-12-201-2/+2
* New module for handing off messages from Mailman (in the qfiles/newsbwarsaw2000-12-201-0/+52
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-201-7/+7
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-201-3/+4
* process(): List comprehensions are fun!bwarsaw2000-12-201-4/+2
* process(): Get rid of the string module, in favor of string methods.bwarsaw2000-12-201-7/+2
* process(): Use augmented assignments.bwarsaw2000-12-201-1/+1
* process(): Use string method startswith().bwarsaw2000-12-201-3/+2
* Multiple queue runner classes, in a new package Mailman.Queue.bwarsaw2000-12-207-0/+513
* Generate Mailman/Queue/Makefilebwarsaw2000-12-202-2/+5
* ARCH_INDEP_DIRS: Add Mailman/Queue to the list of subdirs tobwarsaw2000-12-201-2/+3
* _(): new function to fake out i18n for now.bwarsaw2000-12-201-0/+3
* qfiles directory is just a holder of all the sub-queue directories.bwarsaw2000-12-201-1/+6
* Enqueue(): Allow for queuing to alternative queue directories. Ifbwarsaw2000-12-201-8/+20
* We can use Python 2.0's standard nntplib.py now.bwarsaw2000-12-201-535/+0
* string module functions to string methods.bwarsaw2000-12-201-36/+40
* First step in the conversion to a multiple-queue model. This scriptbwarsaw2000-12-201-246/+22