summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/docs/replybot.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better, but not perfect handler test passing.Barry Warsaw2014-12-151-4/+4
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-16/+16
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* ArchitectureBarry Warsaw2012-03-261-3/+3
| | | | | | | | | | | | | | | | | | | ------------ * Internally, all datetimes are kept in the UTC timezone, however because of LP: #280708, they are stored in the database in naive format. * `received_time` is now added to the message metadata by the LMTP runner instead of by `Switchboard.enqueue()`. This latter no longer depends on `received_time` in the metadata. * The `ArchiveRunner` no longer acquires a lock before it calls the individual archiver implementations, since not all of them need a lock. If they do, the implementations must acquire said lock themselves. Configuration ------------- * New configuration variables `clobber_date` and `clobber_skew` supported in every `[archiver.<name>]` section. These are used to determine under what circumstances a message destined for a specific archiver should have its `Date:` header clobbered.
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-231-0/+343
how I think about them anyway.