summaryrefslogtreecommitdiff
path: root/src/mailman/runners/lmtp.py
Commit message (Expand)AuthorAgeFilesLines
* Port to aiosmtpd 1.0a5Barry Warsaw2017-04-061-12/+8
* Handle PEP 475 fallout.Barry Warsaw2017-01-281-4/+7
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Remove some unused imports.Barry Warsaw2016-11-301-2/+0
* Finish configuring flufl.testing.Barry Warsaw2016-11-301-4/+3
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Use aiosmtpd 1.0a3 and add NEWS.Barry Warsaw2016-11-241-14/+3
* Replace smtpd with aiosmtpd.Barry Warsaw2016-11-241-60/+48
* Clean up the runners directory.Barry Warsaw2016-03-251-14/+7
* Super duper.Barry Warsaw2016-01-261-1/+1
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Allow list names to have command suffixesAurélien Bompard2015-11-291-0/+6
* Don't decode bytes in smtpd. Pass them through to the email package so it canBarry Warsaw2015-09-071-3/+3
* Vendorize Python 3.5's smtpd module, which properly handles non-UTF-8 byteBarry Warsaw2015-09-071-4/+13
* Turn off tying the -E test suite option to debugging the database logger.Barry Warsaw2015-08-181-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* Fix mta and lmtp tests.Barry Warsaw2014-12-171-5/+5
* Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-4/+5
* * Read the .cfg files not as bytes any more, but as UTF-8 encoding files.Barry Warsaw2014-12-151-3/+7
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* * `bin/runner` command has been simplified and its command line optionsBarry Warsaw2013-06-171-1/+2
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-0/+3
|\
| * Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-171-3/+3
| * LMTP runner will reject message with duplicate idsSandesh Kumar Agrawal2013-01-111-0/+5
|/
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* - Modernize the module by using future imports. Some byte literals areBarry Warsaw2012-04-221-8/+19
* Rename mailman.database.transaction.txn to ...transactional. Modernize theBarry Warsaw2012-04-201-2/+2
* ArchitectureBarry Warsaw2012-03-261-1/+5
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-131-5/+12
* Fix header/footer interpolations when personalizing messages.Barry Warsaw2012-03-051-6/+7
* copybumpBarry Warsaw2012-01-011-1/+1
* Major terminology shift:Barry Warsaw2011-06-011-4/+4
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-0/+236