aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bumped branch version to: 2.1.21Mark Sapiro2016-02-281-3/+3
* Added switch to disable the l10n cset recoding.Mark Sapiro2016-02-272-3/+15
* Fixed l10n to use correct charset for command-line scripts.Mark Sapiro2016-02-273-18/+42
|\
| * Merge lp:mailman/2.1 rev 1623Yasuhito FUTATSUKI at POEM2016-02-261-3/+3
| |\
| * \ Merge lp:mailman/2.1 up to rev 1622Yasuhito FUTATSUKI at POEM2016-02-262-2/+8
| |\ \
| * \ \ Merge lp:mailman/2.1 rev 1620Yasuhito FUTATSUKI at POEM2016-02-261-4/+89
| |\ \ \
| * | | | * add option to pick up C_() texts to make potfileYasuhito FUTATSUKI at POEM2016-02-221-2/+2
| * | | | Importing locale patch for command line utils, from RHEL6 rpm sourceYasuhito FUTATSUKI at POEM2016-02-223-13/+36
* | | | | Minor documentation clean up.Mark Sapiro2016-02-262-5/+6
| |_|_|/ |/| | |
* | | | Lower case domains for the Organizational Domain fix.Mark Sapiro2016-02-251-3/+3
| |_|/ |/| |
* | | Further refactoring of the Organizational Domain fix.Mark Sapiro2016-02-252-2/+8
| |/ |/|
* | Refactored OrganizationalDomain fix.Mark Sapiro2016-02-251-17/+81
* | If DMARC lookup fails to find a policy, also try the Organizational Domain.Mark Sapiro2016-02-241-4/+25
|/
* Acknowledge option will now be honored for posts to anonymous listsMark Sapiro2016-02-172-2/+7
* fix typo on help message in Mailman/Gui/NonDigest.pyYasuhito FUTATSUKI2016-02-121-1/+1
* Added more types to DEFAULT_PASS_MIME_TYPES.Mark Sapiro2016-02-071-3/+5