Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implimented mm_cfg.SMTPLIB_DEBUG_LEVEL setting. | Mark Sapiro | 2016-04-21 | 2 | -1/+8 | |
| | ||||||
* | Remove (incorrect) re.sub in favor of str.replace. | Mark Sapiro | 2016-04-20 | 1 | -6/+3 | |
| | ||||||
* | Use nonmember_rejection_notice as the default reject reason for a held | Mark Sapiro | 2016-04-19 | 1 | -2/+10 | |
| | | | nonmember post. | |||||
* | Bumped branch version to: 2.1.22 | Mark Sapiro | 2016-04-17 | 1 | -2/+2 | |
| | ||||||
* | Fixed missing VIRTUAL_MAILMAN_LOCAL_DOMAIN and duplicates in virtual-mailman. | Mark Sapiro | 2016-04-14 | 1 | -1/+10 | |
| | ||||||
* | Use rfind rather than find to find '@' for domain splitting. | Mark Sapiro | 2016-04-09 | 1 | -1/+2 | |
| | ||||||
* | Honor an organizational domain's DMARC sp= policy for sub-domains. | Mark Sapiro | 2016-04-09 | 1 | -5/+14 | |
| | ||||||
* | Fixed a bug in ensuring gated news articles have a Subject:. | Mark Sapiro | 2016-04-06 | 1 | -1/+1 | |
| | ||||||
* | Attempt to improve threading of posts gated to Usenet. | Mark Sapiro | 2016-04-02 | 1 | -3/+23 | |
| | ||||||
* | Fixed bug in last commit if no Received: header. | Mark Sapiro | 2016-03-11 | 1 | -2/+2 | |
| | ||||||
* | Fixed _set_date() in pipermail.py do do a better job. | Mark Sapiro | 2016-03-10 | 1 | -8/+18 | |
| | ||||||
* | Fixed CommandRunner shunting a message with a null byte in the body. | Mark Sapiro | 2016-03-06 | 1 | -1/+2 | |
| | ||||||
* | Better logging of DMARC lookup DNS exceptions. | Mark Sapiro | 2016-03-06 | 1 | -1/+1 | |
| | ||||||
* | Don't collapse multipart with a single sub-part inside multipart/signed parts. | Mark Sapiro | 2016-02-28 | 1 | -1/+6 | |
| | ||||||
* | Bumped branch version to: 2.1.21 | Mark Sapiro | 2016-02-28 | 1 | -3/+3 | |
| | ||||||
* | Added switch to disable the l10n cset recoding. | Mark Sapiro | 2016-02-27 | 2 | -3/+15 | |
| | ||||||
* | Fixed l10n to use correct charset for command-line scripts. | Mark Sapiro | 2016-02-27 | 3 | -18/+42 | |
|\ | ||||||
| * | Merge lp:mailman/2.1 rev 1623 | Yasuhito FUTATSUKI at POEM | 2016-02-26 | 1 | -3/+3 | |
| |\ | ||||||
| * \ | Merge lp:mailman/2.1 up to rev 1622 | Yasuhito FUTATSUKI at POEM | 2016-02-26 | 2 | -2/+8 | |
| |\ \ | ||||||
| * \ \ | Merge lp:mailman/2.1 rev 1620 | Yasuhito FUTATSUKI at POEM | 2016-02-26 | 1 | -4/+89 | |
| |\ \ \ | ||||||
| * | | | | * add option to pick up C_() texts to make potfile | Yasuhito FUTATSUKI at POEM | 2016-02-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | * revise command line utils _()/C_() usage (not tested at all) | |||||
| * | | | | Importing locale patch for command line utils, from RHEL6 rpm source | Yasuhito FUTATSUKI at POEM | 2016-02-22 | 3 | -13/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (for -japan-poem, originally imported from 2.1.12-18 package for RHEL6 rpm source) | |||||
* | | | | | Minor documentation clean up. | Mark Sapiro | 2016-02-26 | 2 | -5/+6 | |
| |_|_|/ |/| | | | ||||||
* | | | | Lower case domains for the Organizational Domain fix. | Mark Sapiro | 2016-02-25 | 1 | -3/+3 | |
| |_|/ |/| | | ||||||
* | | | Further refactoring of the Organizational Domain fix. | Mark Sapiro | 2016-02-25 | 2 | -2/+8 | |
| |/ |/| | ||||||
* | | Refactored OrganizationalDomain fix. | Mark Sapiro | 2016-02-25 | 1 | -17/+81 | |
| | | ||||||
* | | If DMARC lookup fails to find a policy, also try the Organizational Domain. | Mark Sapiro | 2016-02-24 | 1 | -4/+25 | |
|/ | ||||||
* | Acknowledge option will now be honored for posts to anonymous lists | Mark Sapiro | 2016-02-17 | 2 | -2/+7 | |
| | ||||||
* | fix typo on help message in Mailman/Gui/NonDigest.py | Yasuhito FUTATSUKI | 2016-02-12 | 1 | -1/+1 | |
| | ||||||
* | Added more types to DEFAULT_PASS_MIME_TYPES. | Mark Sapiro | 2016-02-07 | 1 | -3/+5 | |
| | ||||||
* | Bumped branch version to: 2.1.21rc2 | Mark Sapiro | 2016-02-04 | 1 | -2/+2 | |
| | ||||||
* | Forget to set new attributes in MailList.py. | Mark Sapiro | 2016-02-04 | 1 | -0/+6 | |
| | ||||||
* | Bumped branch version to: 2.1.21rc1 | Mark Sapiro | 2016-02-02 | 1 | -4/+4 | |
| | ||||||
* | Added dmarc_non_moderation_action to list settings. | Mark Sapiro | 2016-02-02 | 5 | -2/+44 | |
| | ||||||
* | Fixed garbled From: with DMARC mitigations and non-ascii display name. | Mark Sapiro | 2016-01-21 | 1 | -2/+5 | |
| | ||||||
* | Some wording clarifications. | Mark Sapiro | 2016-01-19 | 1 | -2/+2 | |
| | ||||||
* | Merged and tweaked Jim P's mailman-auto-mod-verbose-members branch. | Mark Sapiro | 2016-01-18 | 6 | -16/+132 | |
|\ | ||||||
| * | Improvements based on feedback from Mark Sapiro | jimpop@template.hostname | 2015-11-04 | 4 | -8/+7 | |
| | | | | | | | | https://code.launchpad.net/~jimpop/mailman/mailman-auto-mod-verbose-members/+merge/276706/comments/699744 | |||||
| * | Removed 2 development debugging lines | jimpop@template.hostname | 2015-11-04 | 1 | -5/+0 | |
| | | ||||||
| * | Auto-Moderate Verbose Members | jimpop@template.hostname | 2015-11-04 | 6 | -1/+56 | |
| | | ||||||
* | | Treat a poster's address which matches an equivalent_domains address as | Mark Sapiro | 2015-12-15 | 1 | -0/+6 | |
| | | | | | | a list member for the regular_exclude_ignore check. | |||||
* | | Ensure white space following subject_prefix. | Mark Sapiro | 2015-12-14 | 1 | -0/+5 | |
| | | ||||||
* | | Vette log entries for banned subscriptions now include the source of | Mark Sapiro | 2015-12-13 | 1 | -2/+6 | |
| | | | | | | the request if available. | |||||
* | | Submitting the user options form for a user who was asynchronously | Mark Sapiro | 2015-12-06 | 1 | -0/+8 | |
| | | | | | | unsubscribed would throw an uncaught NotAMemberError. | |||||
* | | Updates to list admin manual and UI help to fix broken links. | Mark Sapiro | 2015-11-28 | 1 | -2/+2 | |
| | | ||||||
* | | Avoid skipping a handler which rejected or discarded a message | Mark Sapiro | 2015-11-24 | 1 | -1/+9 | |
| | | | | | | when message is subsequently shunted and unshunted. | |||||
* | | Posts gated to usenet will no longer have other than the target group | Mark Sapiro | 2015-11-06 | 1 | -15/+7 | |
|/ | | | in the Newsgroups: header. | |||||
* | Invalid regexps in *_these_nonmembers, subscribe_auto_approval and | Mark Sapiro | 2015-10-17 | 1 | -2/+12 | |
| | | | ban_list are now logged. | |||||
* | Refactored the GetPattern list method to simplify extending @listname | Mark Sapiro | 2015-10-15 | 2 | -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 as | Mark Sapiro | 2015-10-14 | 1 | -3/+3 | |
| | | | continuation_ws when folding headers. |