| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge branch 'mm_215' into 'master' | Barry Warsaw | 2017-01-10 | 2 | -9/+23 | |
| |\ | | | | | | | | | | | | | Allow email.header.Header() to determine appropriate encoding. Closes #215 See merge request !234 | |||||
| | * | Allow email.header.Header() to determine appropriate encoding. | Mark Sapiro | 2017-01-09 | 2 | -9/+23 | |
| |/ | ||||||
| * | Merge branch 'stale-lock' into 'master' | Barry Warsaw | 2017-01-09 | 1 | -1/+1 | |
| |\ | | | | | | | | | Bump up stale lock expiration date. See merge request !233 | |||||
| | * | Bump up stale lock expiration date. | Barry Warsaw | 2017-01-09 | 1 | -1/+1 | |
| |/ | | | | | | Hopefully this will help fix intermittent failures on the Gitlab CI runners. 2 minutes appears to be too short since the MySQL tests can take longer than that to get to the lock claim attempt. | |||||
| * | Merge branch 'issue214' into 'master' | Barry Warsaw | 2017-01-09 | 6 | -8/+54 | |
| |\ | | | | | | | | | | | | | Delete subscription requests when a mailing list is deleted. Closes #214 See merge request !232 | |||||
| | * | Delete subscription requests when a mailing list is deleted. | Barry Warsaw | 2017-01-08 | 5 | -17/+30 | |
| | | | | | | | | | Closes #214 | |||||
| | * | Delete PendedKeyValue before deleting Pended. | Abhilash Raj | 2017-01-08 | 1 | -2/+4 | |
| | | | ||||||
| | * | Delete all pendings when mailing list is deleted | Abhilash Raj | 2017-01-08 | 4 | -2/+33 | |
| |/ | ||||||
| * | Merge branch 'mr206' into 'master' | Barry Warsaw | 2017-01-08 | 2 | -0/+54 | |
| |\ | | | | | | | | | | | | | Document the configuration settings Closes #278 See merge request !231 | |||||
| | * | Rebase and elaborate. | Barry Warsaw | 2017-01-08 | 1 | -6/+47 | |
| | | | ||||||
| | * | Swap order of configs and describe use of both config files | Abhilash Raj | 2017-01-08 | 1 | -2/+5 | |
| | | | ||||||
| | * | Add default configuration to the documentation. | Abhilash Raj | 2017-01-08 | 2 | -0/+10 | |
| |/ | ||||||
| * | Merge branch 'beta2' into 'master' | Barry Warsaw | 2017-01-07 | 1 | -2/+2 | |
| |\ | | | | | | | | | Bump to beta 2. See merge request !230 | |||||
| | * | Bump to beta 2. | Barry Warsaw | 2017-01-06 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge branch 'bumpyears' into 'master' | Barry Warsaw | 2017-01-04 | 394 | -398/+396 | |
| |\ | | | | | | | | | Bump copyright years See merge request !229 | |||||
| | * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 394 | -398/+396 | |
| |/ | ||||||
| * | Merge branch 'dmarc' into 'master' | Barry Warsaw | 2017-01-04 | 33 | -29/+13933 | |
| |\ | | | | | | | | | | | | | Implement DMARC mitigations in mailman Closes #247 See merge request !215 | |||||
| | * | NEWS | Barry Warsaw | 2017-01-04 | 1 | -0/+1 | |
| | | | ||||||
| | * | Make code style review pass. | Barry Warsaw | 2017-01-04 | 6 | -192/+232 | |
| | | | ||||||
| | * | 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-review' of gitlab.com:warsaw/mailman into dmarc | Mark Sapiro | 2017-01-01 | 3 | -13/+29 | |
| | |\ | ||||||
| | | * | Pragma no cover a line that coverage can't reach. | Barry Warsaw | 2017-01-02 | 1 | -1/+7 | |
| | | | | ||||||
| | | * | Merge branch 'mr215' into mr215-review | Barry Warsaw | 2017-01-01 | 2 | -16/+174 | |
| | | |\ | ||||||
| | | * | | Add some coverage. | Barry Warsaw | 2017-01-01 | 3 | -6/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * parse_suffix_list() can take an optional filename for testing purposes. * Fix a typo. * Add a test. | |||||
| | * | | | Merge branch 'mr215-review' of gitlab.com:warsaw/mailman into dmarc and | Mark Sapiro | 2017-01-01 | 11 | -159/+12183 | |
| | |\| | | | |/ | |/| | | | | resolve conflicts. | |||||
| | | * | Implement caching suffix list with in-tree fallback. | Barry Warsaw | 2017-01-01 | 11 | -150/+12174 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | Test coverage improvements. | Mark Sapiro | 2017-01-01 | 2 | -16/+177 | |
| | | | | | | | | | | | | | Replaced unreachable statement with assertion. | |||||
| | * | | Replaced urllib.request.urlopen() with mailman.utilities.protocols.get(). | Mark Sapiro | 2017-01-01 | 2 | -10/+10 | |
| | |/ | ||||||
| | * | Moved test data from rules/data to rules/tests/data. | Mark Sapiro | 2016-12-31 | 3 | -7/+3 | |
| | | | | | | | | | Get path using pkg_resources.resource_filename. | |||||
| | * | Merge branch 'mr215-review' of gitlab.com:warsaw/mailman into dmarc | Mark Sapiro | 2016-12-31 | 4 | -10/+27 | |
| | |\ | ||||||
| | | * | Fix some fallout from the previous commit. | Barry Warsaw | 2016-12-31 | 4 | -10/+27 | |
| | | | | ||||||
| | * | | Fixed location of 'with' in a test. | Mark Sapiro | 2016-12-31 | 2 | -15/+16 | |
| | | | | | | | | | | | | | Removed unneeded 'as' clauses. | |||||
| | * | | Simplified the org domain mock patch and tweaked a test. | Mark Sapiro | 2016-12-31 | 1 | -17/+11 | |
| | |/ | ||||||
| | * | Move the dmarc configuration options to their own section. | Barry Warsaw | 2016-12-31 | 2 | -40/+46 | |
| | | | ||||||
| | * | Small style fixes. | Barry Warsaw | 2016-12-31 | 2 | -82/+104 | |
| | | | | | | | | | | | | | | | * 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 | 5 | -19/+80 | |
| | | | | | | | | | Made a few test coverage tweaks. | |||||
| | * | Boost coverage. | Barry Warsaw | 2016-12-30 | 2 | -6/+18 | |
| | | | ||||||
| | * | Merge branch 'master' into mr215-review. | Barry Warsaw | 2016-12-30 | 3 | -17/+16 | |
| | |\ | |/ |/| | ||||||
| * | | Merge branch 'tox-tweaks' into 'master' | Barry Warsaw | 2016-12-30 | 3 | -18/+17 | |
| |\ \ | | | | | | | | | | | | | Various setup/tox/testing tweaks. See merge request !228 | |||||
| | * | | Various setup/tox/testing tweaks. | Barry Warsaw | 2016-12-30 | 3 | -18/+17 | |
| |/ / | | | | | | | | | | | | | | | | | - Introduce a `nocov` factor until https://github.com/tox-dev/tox/issues/418 is fixed. - Eliminate extraneous test run for coverage and diff_cover tests. - Rename coverage factor to cov. - Quieter diffcov and cov output. - Move around some dependencies. flufl.testing are not runtime deps. | |||||
| | * | Improve coverage for rules/dmarc.py. | Barry Warsaw | 2016-12-30 | 1 | -11/+20 | |
| | | | ||||||
| | * | Minor tweaks and coverage: | Barry Warsaw | 2016-12-30 | 4 | -32/+48 | |
| | | | | | | | | | | | | | | | * Format and wrap a comment. * Add a test for having two From: headers. * use <alpha@example.com> as standard Message-ID * Cover URLError case. | |||||
| | * | Review Mark's changes. | Barry Warsaw | 2016-12-30 | 2 | -11/+48 | |
| | | | ||||||
| | * | Removed unreachable line from rules/dmarc.py. | Mark Sapiro | 2016-12-30 | 3 | -13/+167 | |
| | | | | | | | | | Added tests to improve coverage. | |||||
| | * | Merge gitlab.com:mailman/mailman into dmarc | Mark Sapiro | 2016-12-30 | 10 | -25/+15 | |
| | |\ | |/ |/| | ||||||
| * | | Merge branch 'SAUnicodeLarge' into 'master' | Barry Warsaw | 2016-12-30 | 1 | -3/+3 | |
| |\ \ | | | | | | | | | | | | | | | | | | | Fix typos Closes #302 See merge request !227 | |||||
| | * | | Yet another typo in database/types.py | Mark Sapiro | 2016-12-30 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix typos | Mark Sapiro | 2016-12-30 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge branch 'issue297' into 'master' | Barry Warsaw | 2016-12-30 | 9 | -22/+12 | |
| |\ \ | | | | | | | | | | | | | Remove to_moderators See merge request !226 | |||||
