| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Make code style review pass. | Barry Warsaw | 2017-01-04 | 1 | -19/+19 |
| | | |||||
| * | Made some argument names more descriptive and consistent. | Mark Sapiro | 2017-01-02 | 1 | -35/+60 |
| | | | | | Improved the CNAME tests to provide testable results. | ||||
| * | Some configs moved to [dmarc] section. | Mark Sapiro | 2017-01-01 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'mr215' into mr215-review | Barry Warsaw | 2017-01-01 | 1 | -12/+172 |
| |\ | |||||
| | * | Test coverage improvements. | Mark Sapiro | 2017-01-01 | 1 | -12/+175 |
| | | | | | | | | | Replaced unreachable statement with assertion. | ||||
| | * | Replaced urllib.request.urlopen() with mailman.utilities.protocols.get(). | Mark Sapiro | 2017-01-01 | 1 | -6/+6 |
| | | | |||||
| * | | Add some coverage. | Barry Warsaw | 2017-01-01 | 1 | -0/+12 |
| | | | | | | | | | | | | | * parse_suffix_list() can take an optional filename for testing purposes. * Fix a typo. * Add a test. | ||||
| * | | Implement caching suffix list with in-tree fallback. | Barry Warsaw | 2017-01-01 | 1 | -44/+170 |
| |/ | | | | | | | | 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 Sapiro | 2016-12-31 | 1 | -7/+3 |
| | | | | | Get path using pkg_resources.resource_filename. | ||||
| * | Fixed location of 'with' in a test. | Mark Sapiro | 2016-12-31 | 1 | -8/+9 |
| | | | | | Removed unneeded 'as' clauses. | ||||
| * | Simplified the org domain mock patch and tweaked a test. | Mark Sapiro | 2016-12-31 | 1 | -17/+11 |
| | | |||||
| * | Small style fixes. | Barry Warsaw | 2016-12-31 | 1 | -2/+25 |
| | | | | | | | | * Split the email using .rpartition(). * Use a sentinel singleton for a marker instead of a string. * Move some code out of a try clause and eliminate an else clause for coverage. * Boost coverage by mocking a DNSException. | ||||
| * | Added test data for organizational domains and a mock to use it. | Mark Sapiro | 2016-12-30 | 1 | -10/+39 |
| | | | | | Made a few test coverage tweaks. | ||||
| * | Boost coverage. | Barry Warsaw | 2016-12-30 | 1 | -1/+16 |
| | | |||||
| * | Improve coverage for rules/dmarc.py. | Barry Warsaw | 2016-12-30 | 1 | -11/+20 |
| | | |||||
| * | Minor tweaks and coverage: | Barry Warsaw | 2016-12-30 | 1 | -0/+15 |
| | | | | | | | | * Format and wrap a comment. * Add a test for having two From: headers. * use <alpha@example.com> as standard Message-ID * Cover URLError case. | ||||
| * | Removed unreachable line from rules/dmarc.py. | Mark Sapiro | 2016-12-30 | 1 | -2/+31 |
| | | | | | Added tests to improve coverage. | ||||
| * | Replaced mailman.public with public.public. | Mark Sapiro | 2016-12-09 | 1 | -1/+1 |
| | | | | | | Simplified Munge From replacement and added a test for rfc2047 encoded display name. | ||||
| * | Added mocking of DNS _dmarc lookups and modified test accordingly. | Mark Sapiro | 2016-11-11 | 1 | -0/+81 |
