| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added a rule to discard messages with no valid sender address. | Mark Sapiro | 2017-06-30 | 1 | -4/+5 |
| | | |||||
| * | Simplified the various list settings and remamed several things. | Mark Sapiro | 2016-12-26 | 1 | -2/+2 |
| | | |||||
| * | Fixed some doctests for the addition of the dmarc-moderation rule. | Mark Sapiro | 2016-11-01 | 1 | -3/+4 |
| | | |||||
| * | Prevent posting from banned addresses | Aurélien Bompard | 2016-10-27 | 1 | -3/+5 |
| | | | | | Fixes #283 | ||||
| * | Reorganize the documentation for better accesibility | Abhilash Raj | 2016-08-21 | 1 | -0/+9 |
| | | |||||
| * | Reorder the default-posting-chain to avoid spam. | Aurélien Bompard | 2015-11-21 | 1 | -2/+2 |
| | | | | | | | Fixes: #163 Adapt unit tests. | ||||
| * | * Messages now include a `Message-ID-Hash` as the replacement for | Barry Warsaw | 2015-06-14 | 1 | -3/+6 |
| | | | | | | | `X-Message-ID-Hash` although the latter is still included for backward compatibility. Also be sure that all places which add the header use the same algorithm. | ||||
| * | Implement reasons for why a message is being held for moderator approval. | Barry Warsaw | 2015-05-11 | 1 | -54/+5 |
| | | | | | | | | Given by Aurélien Bompard, tweaked by Barry Warsaw. Remove the inaccurate confirmation url and admindb urls from the substitution dictionaries for postauth.txt and posthold.txt, and the templates. | ||||
| * | Clean up some templates; given by raj-abhilash1 | Barry Warsaw | 2015-04-16 | 1 | -7/+4 |
| |\ | |||||
| * | | Move a doctest to the right directory. | Barry Warsaw | 2015-04-16 | 1 | -0/+344 |
| |/ | |||||
| * | Core tests pass. | Barry Warsaw | 2014-12-15 | 1 | -2/+2 |
| | | |||||
| * | Use listid instead of (fqdn) listname in the metadata pickle. | Barry Warsaw | 2014-12-15 | 1 | -1/+1 |
| | | | | | | | load_external() now always opens in utf-8 mode. More test repair. | ||||
| * | Merge in the last of Aurelien's changes, and make the test suite pass with | Barry Warsaw | 2014-10-31 | 1 | -0/+4 |
| | | | | | PostgreSQL. | ||||
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 2 | -5/+5 |
| | | | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies. | ||||
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 1 | -0/+0 |
| | | |||||
| * | Major terminology shift: | Barry Warsaw | 2011-06-01 | 1 | -18/+20 |
| | | | | | | | | | | | | | | | | | | * Queue runners are now called just 'Runners' since several of them don't manage queue directories. * Ban the term 'qrunner' too. * The master queue runner watcher should now just be called the 'master' or the 'master runner'. * bin/qrunner -> bin/runner * mailman.qrunner log file -> mailman.runner * master-qrunner.lck -> master.lck * master-qrunner.pid -> master.pid Also: * Remove some obsolete files * Begin the .txt -> .rst renaming | ||||
| * | Rename 'queue' directory to 'runners' since not all subprocesses run a queue. | Barry Warsaw | 2011-05-29 | 3 | -0/+260 |
