summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* DeliverToList(): Use mm_cfg.DELIVERY_RETRY_PERIOD instead of abwarsaw2000-05-311-5/+12
* __handlepost(): Write a log entry when a held message is enqueuedbwarsaw2000-05-311-0/+2
* DELIVERY_RETRY_PERIOD: How long should we re-try deliveries for whichbwarsaw2000-05-311-0/+5
* __handlepost(): Instead of trying to deliver approved messagesbwarsaw2000-05-311-2/+4
* __handlepost(): Fixed typo in call to DeliverToList() caught by Ronbwarsaw2000-05-301-1/+1
* Changes to honor SMTP_MAX_RCPTS again. Specifically,bwarsaw2000-05-301-29/+79
* Load(): If config.db is missing, fallback to config.db.last. If thisbwarsaw2000-05-301-9/+28
* list_exists(): A list is deemed to exist if either its config.db orbwarsaw2000-05-301-2/+7
* DATA_FILE_VERSION: Bump to 20.bwarsaw2000-05-271-1/+1
* SMTP_MAX_RCPTS: Updated the comment.bwarsaw2000-05-271-3/+3
* InitVars(): Set the `administrivia' attribute.bwarsaw2000-05-271-0/+1
* InitVars(): data_version should be initialized from DATA_FILE_VERSION.bwarsaw2000-05-221-2/+3
* DeliverToList(): If any pipeline module fails, enqueue the message.bwarsaw2000-05-221-1/+4
* __handlepost(): No need to explicitly enqueue the message, sincebwarsaw2000-05-221-3/+2
* DeliverToList(): Take out debugging prints.bwarsaw2000-05-221-3/+0
* PrintPostRequest(): For backwards compatibility, the info tuple can bebwarsaw2000-05-091-1/+5
* A few minor cosmetic changes to the admin UI.bwarsaw2000-05-091-5/+4
* Changes to allow more control over list locking. This is used inbwarsaw2000-05-091-23/+20
* ParseMailCommands(): Use the new Replybot.process() API. This isbwarsaw2000-05-091-1/+10
* DeliverToUser(): This needs to occasionally take a newdata argumentbwarsaw2000-05-081-1/+5
* Enqueue(): New method to handle all the details of enqueuing a messagebwarsaw2000-05-081-3/+63
* Elaborations related to the new delivery stuff. Specifically,bwarsaw2000-05-081-5/+14
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-0816-204/+232
* Reimplementation of the locking mechanism, based on discussions in thebwarsaw2000-05-081-247/+424
* Removed DEFAULT_HOST_NAME, DEFAULT_URL, MAILMAN_OWNER,bwarsaw2000-05-041-29/+14
* Added LIST_LOCK_LIFETIME which is how long MailList objects willbwarsaw2000-05-041-11/+31
* Add a QFILE_SCHEMA_VERSION for tracking changes to the qfile .dbbwarsaw2000-05-041-1/+4
* __writelog(): Turn off manual_reprime so we get a timestamp with everbwarsaw2000-04-211-1/+1
* DeleteMember(): Added optional argument userack, defaulting to true,bwarsaw2000-04-211-2/+2
* HasExplicitDest(): One more change to the semantics forbwarsaw2000-04-141-29/+42
* main(): Slightly different message for the log file when someone triesbwarsaw2000-04-141-1/+3
* __save(): Be even more careful during the save.bwarsaw2000-04-131-57/+75
* __getmsgids(): sort the list of matching ids before returning them.bwarsaw2000-04-131-0/+1
* process(): Nigel Metheringham points out that the wrong address wasbwarsaw2000-04-101-1/+1
* ScanMessages(): XFailedRecip => Exim.bwarsaw2000-04-101-1/+1
* Jim Tittsler reminds me that he posted a bounce detector for Exim,bwarsaw2000-04-101-12/+6
* Simple detector for messages that contain X-Failed-Recipient headers,bwarsaw2000-04-091-0/+35
* ScanMessages(): Added XFailedRecip bounce detector.bwarsaw2000-04-091-0/+1
* cosmetic changes to force Harald's changes out to the public CVSbwarsaw2000-04-091-2/+9
* __archive_to_mbox(): Wrap the code after the munge of the Date: headerbwarsaw2000-04-091-13/+15
* FormatConfiguration(): Rather than put the cookies-must-be-enabledbwarsaw2000-04-091-2/+2
* Create(): Raise MMListAlreadyExistsError instead of ValueError if thebwarsaw2000-04-091-12/+17
* MMListAlreadyExistsError: new exception.bwarsaw2000-04-091-0/+1
* list_names(): Slightly more efficient implementation.bwarsaw2000-04-091-5/+4
* findaddr(): Some versions of Postfix have a different format. This isbwarsaw2000-04-091-1/+2
* Every admin page now contains a note stating that changes will nothmeland2000-04-091-16/+5
* The 'reply_to_address' configuration setting now has typehmeland2000-04-091-13/+18
* list_exists(): New function, returns true iff list `listname' exists.hmeland2000-04-091-10/+14
* dateToVolName():hmeland2000-04-091-10/+9
* __archive_to_mbox(): Message objects does not have any "SetHeader"hmeland2000-04-091-3/+3