aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | | | | | | | | | | * revise command line utils _()/C_() usage (not tested at all)
| * | | | Importing locale patch for command line utils, from RHEL6 rpm sourceYasuhito FUTATSUKI at POEM2016-02-223-13/+36
| | | | | | | | | | | | | | | | | | | | | | | | | (for -japan-poem, originally imported from 2.1.12-18 package for RHEL6 rpm source)
* | | | | 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
|
* Bumped branch version to: 2.1.21rc2Mark Sapiro2016-02-041-2/+2
|
* Forget to set new attributes in MailList.py.Mark Sapiro2016-02-041-0/+6
|
* Bumped branch version to: 2.1.21rc1Mark Sapiro2016-02-021-4/+4
|
* Added dmarc_non_moderation_action to list settings.Mark Sapiro2016-02-025-2/+44
|
* Fixed garbled From: with DMARC mitigations and non-ascii display name.Mark Sapiro2016-01-211-2/+5
|
* Some wording clarifications.Mark Sapiro2016-01-191-2/+2
|
* Merged and tweaked Jim P's mailman-auto-mod-verbose-members branch.Mark Sapiro2016-01-186-16/+132
|\
| * Improvements based on feedback from Mark Sapirojimpop@template.hostname2015-11-044-8/+7
| | | | | | | | https://code.launchpad.net/~jimpop/mailman/mailman-auto-mod-verbose-members/+merge/276706/comments/699744
| * Removed 2 development debugging linesjimpop@template.hostname2015-11-041-5/+0
| |
| * Auto-Moderate Verbose Membersjimpop@template.hostname2015-11-046-1/+56
| |
* | Treat a poster's address which matches an equivalent_domains address asMark Sapiro2015-12-151-0/+6
| | | | | | a list member for the regular_exclude_ignore check.
* | Ensure white space following subject_prefix.Mark Sapiro2015-12-141-0/+5
| |
* | Vette log entries for banned subscriptions now include the source ofMark Sapiro2015-12-131-2/+6
| | | | | | the request if available.
* | Submitting the user options form for a user who was asynchronouslyMark Sapiro2015-12-061-0/+8
| | | | | | unsubscribed would throw an uncaught NotAMemberError.
* | Updates to list admin manual and UI help to fix broken links.Mark Sapiro2015-11-281-2/+2
| |
* | Avoid skipping a handler which rejected or discarded a messageMark Sapiro2015-11-241-1/+9
| | | | | | when message is subsequently shunted and unshunted.
* | Posts gated to usenet will no longer have other than the target groupMark Sapiro2015-11-061-15/+7
|/ | | in the Newsgroups: header.
* Invalid regexps in *_these_nonmembers, subscribe_auto_approval andMark Sapiro2015-10-171-2/+12
| | | ban_list are now logged.
* Refactored the GetPattern list method to simplify extending @listnameMark Sapiro2015-10-152-52/+38
| | | | syntax to new attributes in the future. Changed Moderate.py to use the GetPattern method to process the *_these_nonmembers lists.
* hanged CookHeaders to default to using space rather than tab asMark Sapiro2015-10-141-3/+3
| | | continuation_ws when folding headers.
* Clean up some documentation wording.Mark Sapiro2015-09-181-6/+6
|
* Subject prefixing could fail to collapse multiple 'Re:' in an incommingMark Sapiro2015-09-161-1/+7
| | | message if they all came after the list's subject_prefix.
* Defended against a user submitting URLs with query fragments or POSTMark Sapiro2015-09-162-0/+24
| | | data containing multiple occurrences of the same variable.
* Implemented GLOBAL_BAN_LIST.Mark Sapiro2015-08-212-1/+11
|
* Improved fix for LP: 1482940.Mark Sapiro2015-08-131-10/+12
|
* Fixed bug with delayed probe bounces.Mark Sapiro2015-08-081-5/+12
|
* Don't show digest options on user's options page for non-digestable lists.Mark Sapiro2015-07-201-2/+8
|
* Improved identification of remote clients coming via a proxy server.Mark Sapiro2015-06-234-10/+26
|\
| * Support for HTTP_X_FORWARDED_FOR and HTTP_FORWARDED_FOR (RFC 7239) Jim Popovitch2015-06-234-10/+23
|/
* Fixed an issue with shunted messages on a list where the charset forMark Sapiro2015-06-071-1/+6
| | | | the list's preferred_language had been changed from iso-8859-1 to utf-8 without recoding the list's description.
* Add mailman@domain entries for virtual domains to data/virtual-mailman.Mark Sapiro2015-05-271-2/+39
|