summaryrefslogtreecommitdiff
path: root/src/mailman/rules/data
Commit message (Collapse)AuthorAgeFilesLines
* Implement caching suffix list with in-tree fallback.Barry Warsaw2017-01-011-0/+11845
| | | | | | | | Also: * Change doctest cleanups to be an ExitStack. * Added [dmarc]cache_lifetime setting. * Cleanup pass through dmarc-mitigation.rst. * Be sure the cached org domain file is cleaned up when the world is reset.
* Moved test data from rules/data to rules/tests/data.Mark Sapiro2016-12-311-23/+0
| | | | Get path using pkg_resources.resource_filename.
* Added test data for organizational domains and a mock to use it.Mark Sapiro2016-12-302-0/+23
Made a few test coverage tweaks.