summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Delete subscription requests when a mailing list is deleted.Barry Warsaw2017-01-085-17/+30
| | | | Closes #214
* Delete PendedKeyValue before deleting Pended.Abhilash Raj2017-01-081-2/+4
|
* Delete all pendings when mailing list is deletedAbhilash Raj2017-01-084-2/+33
|
* Rebase and elaborate.Barry Warsaw2017-01-081-6/+47
|
* Swap order of configs and describe use of both config filesAbhilash Raj2017-01-081-2/+5
|
* Add default configuration to the documentation.Abhilash Raj2017-01-081-0/+9
|
* Bump to beta 2.Barry Warsaw2017-01-061-2/+2
|
* Bump copyright years.Barry Warsaw2017-01-04383-385/+385
|
* NEWSBarry Warsaw2017-01-041-0/+1
|
* Make code style review pass.Barry Warsaw2017-01-046-192/+232
|
* Made some argument names more descriptive and consistent.Mark Sapiro2017-01-021-35/+60
| | | | Improved the CNAME tests to provide testable results.
* Some configs moved to [dmarc] section.Mark Sapiro2017-01-011-1/+1
|
* Pragma no cover a line that coverage can't reach.Barry Warsaw2017-01-021-1/+7
|
* Merge branch 'mr215' into mr215-reviewBarry Warsaw2017-01-012-16/+174
|\
| * Test coverage improvements.Mark Sapiro2017-01-012-16/+177
| | | | | | | | Replaced unreachable statement with assertion.
| * Replaced urllib.request.urlopen() with mailman.utilities.protocols.get().Mark Sapiro2017-01-012-10/+10
| |
* | Add some coverage.Barry Warsaw2017-01-013-6/+19
| | | | | | | | | | | | * 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 Warsaw2017-01-0111-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.
* Moved test data from rules/data to rules/tests/data.Mark Sapiro2016-12-313-7/+3
| | | | Get path using pkg_resources.resource_filename.
* Merge branch 'mr215-review' of gitlab.com:warsaw/mailman into dmarcMark Sapiro2016-12-314-10/+27
|\
| * Fix some fallout from the previous commit.Barry Warsaw2016-12-314-10/+27
| |
* | Fixed location of 'with' in a test.Mark Sapiro2016-12-312-15/+16
| | | | | | | | Removed unneeded 'as' clauses.
* | Simplified the org domain mock patch and tweaked a test.Mark Sapiro2016-12-311-17/+11
|/
* Move the dmarc configuration options to their own section.Barry Warsaw2016-12-312-40/+46
|
* Small style fixes.Barry Warsaw2016-12-312-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 Sapiro2016-12-305-19/+80
| | | | Made a few test coverage tweaks.
* Boost coverage.Barry Warsaw2016-12-302-6/+18
|
* Improve coverage for rules/dmarc.py.Barry Warsaw2016-12-301-11/+20
|
* Minor tweaks and coverage:Barry Warsaw2016-12-304-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 Warsaw2016-12-301-10/+47
|
* Removed unreachable line from rules/dmarc.py.Mark Sapiro2016-12-303-13/+167
| | | | Added tests to improve coverage.
* Merge gitlab.com:mailman/mailman into dmarcMark Sapiro2016-12-309-24/+14
|\
| * Yet another typo in database/types.pyMark Sapiro2016-12-301-1/+1
| |
| * Fix typos Mark Sapiro2016-12-301-2/+2
| |
| * Merge branch 'issue297' into 'master' Barry Warsaw2016-12-308-21/+11
| |\ | | | | | | | | | | | | Remove to_moderators See merge request !226
| | * Remove an unused import.Barry Warsaw2016-12-291-1/+0
| | |
| | * Remove support for to_moderators.Barry Warsaw2016-12-292-12/+1
| | | | | | | | | | | | Remove a NEWS entry which is no longer applicable.
| | * Fix flake8 errors.Mark Sapiro2016-12-042-2/+4
| | |
| | * Fix tests for test-owner instead of moderator's address.Mark Sapiro2016-12-043-4/+4
| | |
| | * Merge gitlab.com:mailman/mailman into to_moderatorsMark Sapiro2016-12-04255-557/+487
| | |\
| | * | Remove to_moderators.Mark Sapiro2016-12-041-1/+1
| | | |
| | * | Rrmove to_moderators.Mark Sapiro2016-12-041-2/+2
| | | |
| | * | Remove to_moderatorsMark Sapiro2016-12-041-1/+1
| | | |
* | | | Simplified the various list settings and remamed several things.Mark Sapiro2016-12-2617-221/+141
| | | |
* | | | Fixed alembic down_revision following merge of another migration.Mark Sapiro2016-12-231-2/+2
| | | |
* | | | Merge gitlab.com:mailman/mailman into dmarcMark Sapiro2016-12-232-2/+29
|\| | |
| * | | Increase pendedkeyvalue table value column width.Mark Sapiro2016-12-152-2/+29
| | | | | | | | | | | | | | | | | | | | Also require docutils==0.12 to work around https://github.com/sphinx-doc/sphinx/issues/3212
* | | | Modifications based on feedback from Barry.Mark Sapiro2016-12-166-61/+102
| | | | | | | | | | | | | | | | | | | | | | | | Also, the change to the value column of pendedkeyvalue from SAUnicode to SAUnicodeLarge is removed as it is a separate MR now. This will cause mysql CI to fail until that MR lands.
* | | | Fixed Content-Type of text/html part in tests.Mark Sapiro2016-12-091-5/+5
| | | |
* | | | Replaced mailman.public with public.public.Mark Sapiro2016-12-094-11/+38
| | | | | | | | | | | | | | | | | | | | Simplified Munge From replacement and added a test for rfc2047 encoded display name.