summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/protocols.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-04Remove to_moderatorsMark Sapiro1-1/+1
2016-12-04Remove to_moderators.Mark Sapiro1-1/+1
2016-11-25Fix QA.Barry Warsaw1-1/+0
2016-11-25Add NEWS and a little bit of cleanup.Barry Warsaw3-7/+10
2016-11-25Rename test email and use resource filename instead of __file__.Abhilash Raj3-4/+6
2016-11-25Return 'defective message' for a bad held messageAbhilash Raj3-1/+34
2016-11-25Minor cleanup and test added.Barry Warsaw2-1/+19
2016-11-25Transmit the moderation reason to hold_message()Aurélien Bompard3-1/+12
2016-11-24Use aiosmtpd 1.0a3 and add NEWS.Barry Warsaw3-57/+17
2016-11-24Remove some unused code.Barry Warsaw1-12/+0
2016-11-24Remove some unnecessary code and update a comment.Barry Warsaw2-5/+1
2016-11-24Fix the connection count tests.Barry Warsaw2-9/+83
2016-11-24Sort the recipients list.Barry Warsaw1-1/+3
2016-11-24Mostly converted to aiosmtpd.Barry Warsaw1-127/+118
2016-11-24Start converting lazr.smtptestBarry Warsaw2-1/+1
2016-11-24Replace smtpd with aiosmtpd.Barry Warsaw5-1038/+54
2016-11-24Minor style cleanup.Barry Warsaw1-23/+23
2016-11-24Remove some unused code.Barry Warsaw1-12/+0
2016-11-24Remove some unnecessary code and update a comment.Barry Warsaw2-5/+1
2016-11-24Fix the connection count tests.Barry Warsaw2-9/+83
2016-11-24Sort the recipients list.Barry Warsaw1-1/+3
2016-11-23Mostly converted to aiosmtpd.Barry Warsaw1-127/+118
2016-11-23Start converting lazr.smtptestBarry Warsaw2-1/+1
2016-11-22Replace smtpd with aiosmtpd.Barry Warsaw5-1038/+54
2016-11-21Fix an API callAurélien Bompard1-1/+1
2016-11-21Run the workflows at the end of the tests to clean things upAurélien Bompard1-0/+5
2016-11-21Handle a missing user when a workflow is restored.Aurélien Bompard2-1/+39
2016-11-21Workflow: support dependencies between attributesAurélien Bompard2-2/+59
2016-11-21Fix the Flake8 ignore tagsAurélien Bompard20-35/+27
2016-11-18Ignore some Flake8 errorsAurélien Bompard1-0/+9
2016-11-13Fix a flake8 error.Barry Warsaw1-1/+1
2016-11-13Closes: #68Barry Warsaw9-18/+32
2016-11-03Fix sphinx-build for output formats "man" and "latex".Jan Luca Naumann1-2/+2
2016-10-31tomoderators -> to_moderators.Barry Warsaw1-2/+5
2016-10-31Issue 68: send messages to list moderators when tomoderators=TrueTom Briles6-8/+33
2016-10-31Closes: #259Barry Warsaw3-2/+4
2016-10-31Implment review suggestionsAurélien Bompard2-5/+5
2016-10-31Remove digest mbox after sending itAurélien Bompard2-0/+6
2016-10-30Support HTTP/1.1 by default.Barry Warsaw3-28/+6
2016-10-30qa fix: unused variableamitt0011-2/+2
2016-10-30< python 3.5.x non-enum HTTPStatus supportamitt0011-1/+5
2016-10-30qa fixamitt0011-1/+0
2016-10-30Test invalid url response.amitt0011-0/+8
2016-10-30Rest api send error response with headersamitt0011-1/+23
2016-10-27Add NEWS entryAurélien Bompard1-0/+2
2016-10-27Prevent posting from banned addressesAurélien Bompard7-6/+178
2016-10-26News and test tweak.Barry Warsaw2-7/+11
2016-10-26Sort the ban list by emailAurélien Bompard2-5/+6
2016-10-26Full coverage.Barry Warsaw3-8/+27
2016-10-26Implement the review suggestionsAurélien Bompard5-14/+20