aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change 'subscribees' to 'subscribers' on admin mass subscribe page.Mark Sapiro2017-04-251-1/+1
* Fixed unexploitable XSS attach via crafted HTTP Host: header.Mark Sapiro2017-03-301-1/+1
* Treat message and digest headers and footers as empty if they containMark Sapiro2017-03-152-7/+11
* Fixed a long standing typo.Mark Sapiro2017-03-061-2/+2
* Ensure added headers and footers have a trailing new-line.Mark Sapiro2017-03-041-0/+3
* Fixed an uncaught TypeError in the subscribe CGI.Mark Sapiro2017-02-221-1/+1
* Added recognition for a newly seen mailEnable bounce.Mark Sapiro2017-02-141-0/+4
* Catch NotAMemberError when member is removed before probe bounce returns.Mark Sapiro2017-02-141-13/+21
* Fixed a TypeError thrown in the roster CGI when called with a listnameMark Sapiro2017-02-031-3/+3
* Fixed a NameError issue in bin/add_members with DISABLE_COMMAND_LOCALE_CSET =...Mark Sapiro2016-12-051-1/+3
* Removed CleanseDKIM from OWNER_PIPELINE because of DMARC issues on anonymous ...Mark Sapiro2016-11-291-1/+0
* Properly RFC 2047 encode the display name in DMARC munged From:.Mark Sapiro2016-11-241-5/+36
* Fixed UnicodeError in sending digests following changing list's preferred_lan...Mark Sapiro2016-11-231-3/+14
* Enhanced the fix for race conditions in MailList().Load().Mark Sapiro2016-11-161-2/+4
* Fixed a typo and deleted an unreferenced assignment.Mark Sapiro2016-10-291-5/+2
* Fixed incorrect "view more members" links at the bottom of the adminMark Sapiro2016-10-271-4/+5
* Fix unicode links in multi-page admin Membership list search results.Mark Sapiro2016-09-291-2/+5
* Bumped branch version to: 2.1.23Mark Sapiro2016-08-261-2/+2
* Fixes for CVE-2016-6893 and more.Mark Sapiro2016-08-265-9/+83
* Membership List letter links could be incorrectly rendered as Unicode.Mark Sapiro2016-07-191-0/+3
* Match header_filter_rules as normalized unicodes.Mark Sapiro2016-07-145-11/+74
* Catch TypeError from certain defective crafted POST requests.Mark Sapiro2016-07-1411-14/+132
* Use xmlcharrefreplace when encoding for header_filter_rules.Mark Sapiro2016-07-121-1/+1
* Use backslashreplace when encoding for header_filter_rules.Mark Sapiro2016-07-111-1/+1
* Scrubber links in archives are now in the list's preferred_language.Mark Sapiro2016-05-271-1/+5
* Update copyright.Mark Sapiro2016-05-261-1/+1
* REMOVE_DKIM_HEADERS = 3 renames headers X-Mailman-Original...Mark Sapiro2016-05-262-1/+10
|\
| * Support for preserving original DKIM headersjimpop@template.hostname2016-05-262-0/+8
|/
* Prior fix for lp:1573623 at rev 1647 was incomplete.Mark Sapiro2016-05-221-2/+3
* Added a bunch more templates to those that can be edited via the GUI.Mark Sapiro2016-05-181-1/+13
* Improved logging of banned subscription and address change attempts.Mark Sapiro2016-05-171-1/+12
* Catch MMUnknownListError in case list is removed after listing names.Mark Sapiro2016-05-172-3/+11
* Keep the date header in wrapped messages.Mark Sapiro2016-05-131-1/+2
* Implement SASL and STARTTLS in SMTPDirect.py.Mark Sapiro2016-05-062-0/+46
* Allow DMARC_ORGANIZATIONAL_DOMAIN_DATA_URL to be None or the null string.Mark Sapiro2016-05-041-0/+2
* White space left of Logout link is no longer part of the link.Mark Sapiro2016-04-221-3/+4
* Implimented mm_cfg.SMTPLIB_DEBUG_LEVEL setting.Mark Sapiro2016-04-212-1/+8
* Remove (incorrect) re.sub in favor of str.replace.Mark Sapiro2016-04-201-6/+3
* Use nonmember_rejection_notice as the default reject reason for a heldMark Sapiro2016-04-191-2/+10
* Bumped branch version to: 2.1.22Mark Sapiro2016-04-171-2/+2
* Fixed missing VIRTUAL_MAILMAN_LOCAL_DOMAIN and duplicates in virtual-mailman.Mark Sapiro2016-04-141-1/+10
* Use rfind rather than find to find '@' for domain splitting.Mark Sapiro2016-04-091-1/+2
* Honor an organizational domain's DMARC sp= policy for sub-domains.Mark Sapiro2016-04-091-5/+14
* Fixed a bug in ensuring gated news articles have a Subject:.Mark Sapiro2016-04-061-1/+1
* Attempt to improve threading of posts gated to Usenet.Mark Sapiro2016-04-021-3/+23
* Fixed bug in last commit if no Received: header.Mark Sapiro2016-03-111-2/+2
* Fixed _set_date() in pipermail.py do do a better job.Mark Sapiro2016-03-101-8/+18
* Fixed CommandRunner shunting a message with a null byte in the body.Mark Sapiro2016-03-061-1/+2
* Better logging of DMARC lookup DNS exceptions.Mark Sapiro2016-03-061-1/+1
* Don't collapse multipart with a single sub-part inside multipart/signed parts.Mark Sapiro2016-02-281-1/+6