summaryrefslogtreecommitdiff
path: root/src/mailman/queue/docs/lmtp.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-313/+0
|
* More documentation cleanups.Barry Warsaw2010-09-141-1/+4
|
* * Fix a test based on updated output.Barry Warsaw2009-12-061-0/+206
| | | | | | | | | * Add a stub for the -confirm email command * Add stubs for -leave and -unsubscribe * Remove the crufty (and broken) 'tojoin' 'toleave' and 'toconfirm' metadata keys for synchronizing between lmtp and the command runner. Replace this by putting the subaddress recognized by lmtp into the metadata and having the command runner look at the subaddress.
* Cleanup.Barry Warsaw2009-11-041-1/+0
|
* Expose 'transaction' as an alias for config.db in the doctest globs. ThisBarry Warsaw2009-07-211-1/+2
| | | | | | | | means commit() is now transaction.commit() in doctests. Add tests of extended domain creation, which exposes the need to unlock the database (via transaction.abort()) so that the foreground test process doesn't lock the background REST server process.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-4/+5
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+103
correctly regardless of how it's used.