summaryrefslogtreecommitdiff
path: root/src/mailman/rules/tests/test_dmarc.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Make code style review pass.Barry Warsaw2017-01-041-19/+19
* Made some argument names more descriptive and consistent.Mark Sapiro2017-01-021-35/+60
* Some configs moved to [dmarc] section.Mark Sapiro2017-01-011-1/+1
* Merge branch 'mr215' into mr215-reviewBarry Warsaw2017-01-011-12/+172
|\
| * Test coverage improvements.Mark Sapiro2017-01-011-12/+175
| * Replaced urllib.request.urlopen() with mailman.utilities.protocols.get().Mark Sapiro2017-01-011-6/+6
* | Add some coverage.Barry Warsaw2017-01-011-0/+12
* | Implement caching suffix list with in-tree fallback.Barry Warsaw2017-01-011-44/+170
|/
* Moved test data from rules/data to rules/tests/data.Mark Sapiro2016-12-311-7/+3
* Fixed location of 'with' in a test.Mark Sapiro2016-12-311-8/+9
* Simplified the org domain mock patch and tweaked a test.Mark Sapiro2016-12-311-17/+11
* Small style fixes.Barry Warsaw2016-12-311-2/+25
* Added test data for organizational domains and a mock to use it.Mark Sapiro2016-12-301-10/+39
* Boost coverage.Barry Warsaw2016-12-301-1/+16
* Improve coverage for rules/dmarc.py.Barry Warsaw2016-12-301-11/+20
* Minor tweaks and coverage:Barry Warsaw2016-12-301-0/+15
* Removed unreachable line from rules/dmarc.py.Mark Sapiro2016-12-301-2/+31
* Replaced mailman.public with public.public.Mark Sapiro2016-12-091-1/+1
* Added mocking of DNS _dmarc lookups and modified test accordingly.Mark Sapiro2016-11-111-0/+81