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