summaryrefslogtreecommitdiff
path: root/src/mailman/handlers
Commit message (Expand)AuthorAgeFilesLines
* Did some reformatting and added tests.Mark Sapiro2017-06-152-15/+62
* Catch FileNotFoundError and PermissionError on html_to_plain_text_command.Mark Sapiro2017-06-132-1/+29
* 3.1rc1Barry Warsaw2017-05-232-3/+10
* Content Filtering: Ported a number of fixes from the 2.1 branch.Mark Sapiro2017-05-237-19/+493
* Allow email.header.Header() to determine appropriate encoding.Mark Sapiro2017-01-092-9/+23
* Bump copyright years.Barry Warsaw2017-01-0430-30/+30
* Make code style review pass.Barry Warsaw2017-01-043-102/+118
* Minor tweaks and coverage:Barry Warsaw2016-12-301-27/+27
* Review Mark's changes.Barry Warsaw2016-12-301-10/+47
* Removed unreachable line from rules/dmarc.py.Mark Sapiro2016-12-301-0/+128
* Simplified the various list settings and remamed several things.Mark Sapiro2016-12-263-71/+53
* Modifications based on feedback from Barry.Mark Sapiro2016-12-163-49/+96
* Fixed Content-Type of text/html part in tests.Mark Sapiro2016-12-091-5/+5
* Replaced mailman.public with public.public.Mark Sapiro2016-12-092-9/+36
* Merged from master.Mark Sapiro2016-12-0919-20/+20
|\
| * Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-2919-19/+19
| * A couple of fixes for Python 3.6Barry Warsaw2016-11-241-1/+1
| * Back out the last change.Barry Warsaw2016-11-241-1/+1
| * Start porting to Python 3.6Barry Warsaw2016-11-241-1/+1
* | Forward port MM 2.1 fix for LP: #1643210.Mark Sapiro2016-11-261-32/+28
* | Merge branch 'dmarc' of gitlab.com:msapiro/mailman into dmarcMark Sapiro2016-11-263-0/+596
|\ \ | |/ |/|
| * Fixed a minor issue in handlers/dmarc.py revealed in testing.Mark Sapiro2016-11-033-4/+252
| * DMARC mitigations, part 1a.Mark Sapiro2016-10-312-0/+348
* | Fix the Flake8 ignore tagsAurélien Bompard2016-11-211-1/+1
|/
* Close #273Barry Warsaw2016-08-232-5/+31
* Forbid newlines in MailingList.descriptionAurélien Bompard2016-08-232-1/+20
* Reorganize the documentation for better accesibilityAbhilash Raj2016-08-211-0/+8
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-282-6/+6
* New template system. Closes #249Barry Warsaw2016-07-169-102/+76
* Correct keyword argument; mailing_list -> mlistMark Sapiro2016-07-031-1/+1
* Use contextlib.suppress() where appropriate.Barry Warsaw2016-04-302-8/+5
* Use flake8-respect-noqa plugin and fix more complaints.Barry Warsaw2016-04-011-2/+2
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-1/+1
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the handlers directory.Barry Warsaw2016-03-2528-248/+98
* Clean up the core directory.Barry Warsaw2016-03-244-13/+13
* Close #208Barry Warsaw2016-03-204-6/+122
* Allow List-ID in decoration template URIs.Barry Warsaw2016-02-272-12/+42
* Happy New Year.Barry Warsaw2016-01-0228-28/+28
* Refactor bump_digest_number_and_volume() and maybe_send_digest_now() intoBarry Warsaw2015-12-221-100/+1
* Add a test and a fix for the no-args version of `mailman send-digests`.Barry Warsaw2015-12-201-7/+8
* Add a send-digests subcommand to send list digests right now.Barry Warsaw2015-12-201-23/+55
* Digests improvements:Barry Warsaw2015-12-192-4/+5
* Collapse multiple ``Re:`` in Subject headers. Given by Mark Sapiro.Barry Warsaw2015-10-291-1/+0
* Fixes for issue #147 Multiple "Re:" in subject.Mark Sapiro2015-10-292-19/+31
* For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`.Barry Warsaw2015-09-061-1/+8
* Cosmetic fixes for Abhilash's branch.Barry Warsaw2015-08-303-29/+28
* fix testsAbhilash Raj2015-08-301-3/+3
* Add changes as per barry's commentsAbhilash Raj2015-08-301-10/+16
* Add tests for archive_url in message footerAbhilash Raj2015-08-302-8/+95