summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* New feature (hopefully, the last one before feature freeze for 1.2 :)bwarsaw2000-03-031-30/+63
* InputObj.Format(): When adding the keyword arguments as HTMLbwarsaw2000-03-031-10/+8
* Added an install-here target which doesn't recurse down the subdirsbwarsaw2000-03-031-1/+3
* GetConfigInfo(): Use TEXTFIELDWIDTH for all string input fieldsbwarsaw2000-03-033-7/+19
* TEXTFIELDWIDTH: Define a "standard" width for string input fields.bwarsaw2000-03-031-0/+3
* ParseMailCommands(): Simply return if the message has an X-BeenTherebwarsaw2000-02-261-0/+6
* SMTPDirect should be the default DELIVERY_MODULEbwarsaw2000-02-261-2/+2
* process(): had the shutcut return logic slightly offbwarsaw2000-02-261-1/+1
* GetItemGuiValue(): slight reworking of the RadioButtonArray kludge atbwarsaw2000-02-261-4/+4
* ParseMailCommands(): Handle autoresponding to the -request address.bwarsaw2000-02-261-0/+7
* process(): Added support for autoresponding to the -request address.bwarsaw2000-02-261-5/+14
* InitVars(): added autorespond_requests, autoresponse_request_text, andbwarsaw2000-02-261-17/+34
* RadioButtonArray.__init__(): added an XXX comment about the horizontalbwarsaw2000-02-261-1/+3
* NewVars(): added autorespond_requests and autoresponse_request_text.bwarsaw2000-02-261-0/+2
* bump data version to 18bwarsaw2000-02-261-1/+1
* lock(): Fixed typo; the call to self.__log() should have beenbwarsaw2000-02-261-1/+1
* FormatConfiguration(): Kludge in the encoding typebwarsaw2000-02-251-11/+31
* GetConfigInfo(): autoresponse_postings_text andbwarsaw2000-02-251-2/+2
* FileUpload: New class which outputs an input object for file uploads.bwarsaw2000-02-251-3/+10
* Added a new GUI type called `FileUpload' which is essentially a tiedbwarsaw2000-02-251-0/+1
* CanonicalizeUserOptions(): Emergency patch. A user_options key canbwarsaw2000-02-191-0/+2
* DeliverToList(): Added the Replybot module, just before the Holdbwarsaw2000-02-191-1/+3
* The handler module which actually does the auto-responding. A fewbwarsaw2000-02-191-0/+82
* CATEGORIES: added `autoreply' category.bwarsaw2000-02-191-1/+3
* Update(): Call NewVars(), a new function.bwarsaw2000-02-191-7/+30
* Mixin the Autoresponder class.bwarsaw2000-02-191-1/+5
* Autoresponder: New mixin class which contains attributes andbwarsaw2000-02-191-0/+70
* Move DATA_FILE_VERSION to Version.py from Defaults.py.in so it'sbwarsaw2000-02-192-5/+6
* process(): when checking mlist.posters, be sure to lowercase allbwarsaw2000-02-181-2/+2
* NotExplicitlyAllowed: New class to represent message hold conditionsbwarsaw2000-02-181-1/+13
* CloseLogs(): new method, useful to avoid `Too many open files' errorshmeland2000-02-131-2/+10
* process(): When setting the 'Reply-To' header (note thebwarsaw2000-02-081-1/+1
* process(): Short-circuit return for when the list object attributebwarsaw2000-02-081-1/+1
* * X-BeenThere: headers were being overwritten every time they reachedhmeland2000-02-081-1/+6
* ScanMessages(): Added new Smail detector.bwarsaw2000-02-051-0/+1
* A simple Smail (I think) bounce detector.bwarsaw2000-02-051-0/+50
* process(): If the message has a header like "X-Archive: No" (casebwarsaw2000-02-031-0/+4
* Digest.ComposeBaseHeaders(): Set the From: field of the digest messagebwarsaw2000-02-031-1/+1
* SendSubscribeAck(), MailUserPassword(): Use listname-request insteadbwarsaw2000-02-031-6/+4
* main(): Handle the case where the environment has no PATH_INFObwarsaw2000-01-211-2/+5
* Need to import sysbwarsaw2000-01-211-0/+1
* Use _nesting_level as the name of the module-global.bwarsaw2000-01-171-11/+11
* process(): the envelope sender for the outgoing message, i.e. the SMTPbwarsaw2000-01-041-1/+2
* GetScriptURL(): Use ./ if a relative script URL prefix is the emptybwarsaw1999-12-271-0/+2
* FormatMembershipOptions(): Fixed keyword argument usage `obscured' =>bwarsaw1999-12-271-1/+1
* GetOptionsURL(): typobwarsaw1999-12-261-1/+1
* GetRelativeScriptURL(): transcription errorbwarsaw1999-12-261-1/+1
* GetOptionsURL(): transcription errorbwarsaw1999-12-261-1/+1
* GetScriptURL(), GetOptionsURL(): generalized method to get a script'sbwarsaw1999-12-251-18/+21
* AppendMessage(): the message's body could be the empty string. Checkbwarsaw1999-12-251-1/+1