summaryrefslogtreecommitdiff
path: root/src/mailman/rules/dmarc.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Make code style review pass.Barry Warsaw2017-01-041-53/+68
* Pragma no cover a line that coverage can't reach.Barry Warsaw2017-01-021-1/+7
* Merge branch 'mr215' into mr215-reviewBarry Warsaw2017-01-011-4/+2
|\
| * Test coverage improvements.Mark Sapiro2017-01-011-4/+2
| * Replaced urllib.request.urlopen() with mailman.utilities.protocols.get().Mark Sapiro2017-01-011-4/+4
* | Add some coverage.Barry Warsaw2017-01-011-5/+6
* | Implement caching suffix list with in-tree fallback.Barry Warsaw2017-01-011-33/+87
|/
* Fix some fallout from the previous commit.Barry Warsaw2016-12-311-1/+1
* Move the dmarc configuration options to their own section.Barry Warsaw2016-12-311-23/+23
* Small style fixes.Barry Warsaw2016-12-311-80/+79
* Added test data for organizational domains and a mock to use it.Mark Sapiro2016-12-301-2/+5
* Boost coverage.Barry Warsaw2016-12-301-5/+2
* Minor tweaks and coverage:Barry Warsaw2016-12-301-1/+1
* Removed unreachable line from rules/dmarc.py.Mark Sapiro2016-12-301-11/+8
* Simplified the various list settings and remamed several things.Mark Sapiro2016-12-261-25/+11
* Modifications based on feedback from Barry.Mark Sapiro2016-12-161-3/+3
* Replaced mailman.public with public.public.Mark Sapiro2016-12-091-1/+1
* msgdata['moderation_reasons'] is a list.Mark Sapiro2016-11-051-1/+1
* Refactored the dmarc rule reject and discard actions. The prior codeMark Sapiro2016-11-041-11/+12
* Fixed replacement $listowner. -> ${listowner}.Mark Sapiro2016-11-011-1/+1
* DMARC mitigations, part 1a.Mark Sapiro2016-10-311-0/+269