aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modified contrib/mmdsr to report DMARC lookups in its own category.Mark Sapiro2016-01-311-0/+3
|
* Fixed garbled From: with DMARC mitigations and non-ascii display name.Mark Sapiro2016-01-211-0/+3
|
* Some wording clarifications.Mark Sapiro2016-01-191-1/+2
|
* Merged and tweaked Jim P's mailman-auto-mod-verbose-members branch.Mark Sapiro2016-01-181-0/+7
|\
* \ Added options to display (non)moderated members to list_members.Mark Sapiro2016-01-171-0/+3
|\ \
* | | Corrected the encoding of several Galician templates.Mark Sapiro2016-01-091-0/+3
| | |
* | | Treat a poster's address which matches an equivalent_domains address asMark Sapiro2015-12-151-0/+3
| | | | | | | | | a list member for the regular_exclude_ignore check.
* | | Ensure white space following subject_prefix.Mark Sapiro2015-12-141-0/+4
| | |
* | | Vette log entries for banned subscriptions now include the source ofMark Sapiro2015-12-131-0/+2
| | | | | | | | | the request if available.
* | | Submitting the user options form for a user who was asynchronouslyMark Sapiro2015-12-061-0/+3
| | | | | | | | | unsubscribed would throw an uncaught NotAMemberError.
* | | Avoid skipping a handler which rejected or discarded a messageMark Sapiro2015-11-241-0/+4
| | | | | | | | | when message is subsequently shunted and unshunted.
* | | Posts gated to usenet will no longer have other than the target groupMark Sapiro2015-11-061-0/+3
| |/ |/| | | in the Newsgroups: header.
* | Invalid regexps in *_these_nonmembers, subscribe_auto_approval andMark Sapiro2015-10-171-0/+3
| | | | | | ban_list are now logged.
* | Refactored the GetPattern list method to simplify extending @listnameMark Sapiro2015-10-151-0/+4
| | | | | | | | 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-0/+3
| | | | | | continuation_ws when folding headers.
* | Fixed the 'pidfile' path in the sample init.d script.Mark Sapiro2015-10-061-0/+2
| |
* | The German translation has been updated by Mirian Margiani.Mark Sapiro2015-09-191-0/+2
|\ \
* | | Subject prefixing could fail to collapse multiple 'Re:' in an incommingMark Sapiro2015-09-161-0/+4
| | | | | | | | | message if they all came after the list's subject_prefix.
* | | Defended against a user submitting URLs with query fragments or POSTMark Sapiro2015-09-161-0/+4
|/ / | | | | data containing multiple occurrences of the same variable.
* | Fixed bin/mailmanctl to check its effective rather than real uid.Mark Sapiro2015-09-011-0/+3
| |
* | Implemented GLOBAL_BAN_LIST.Mark Sapiro2015-08-211-0/+6
| |
* | Fixed cron/gate_news to catch EOFError on opening the newsgroup.Mark Sapiro2015-08-181-0/+3
| |
* | Improved fix for LP: 1482940.Mark Sapiro2015-08-131-2/+1
| |
* | Fixed bug with delayed probe bounces.Mark Sapiro2015-08-081-0/+4
| |
* | Updated contrib/mmdsr for prior log change.Mark Sapiro2015-07-251-1/+1
| |
* | Don't show digest options on user's options page for non-digestable lists.Mark Sapiro2015-07-201-0/+4
| |
* | Improved identification of remote clients coming via a proxy server.Mark Sapiro2015-06-231-0/+4
| |
* | Fixed an issue with shunted messages on a list where the charset forMark Sapiro2015-06-071-0/+4
| | | | | | | | 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-0/+6
| |
* | The pt_BR translation has been updated by Emerson Ribeiro de Mello.Mark Sapiro2015-05-011-0/+5
| |
* | The vette log entry for DMARC policy hits now contains the list name.Mark Sapiro2015-05-011-0/+3
| |
* | If SUBSCRIBE_FORM_SECRET is enabled and a user's network has a loadMark Sapiro2015-04-231-0/+5
| | | | | | | | | | | | balancer or similar in use the POSTing IP might not exactly match the GETting IP. This is now accounted for by not requiring the last octet (16 bits for ipV6) to match.
* | DKIM-Signature:, DomainKey-Signature: and Authentication-Results:Mark Sapiro2015-04-151-0/+4
| | | | | | | | headers are now removed by default from posts to anonymous lists.
* | Improved search in admin UI Membership List.Mark Sapiro2015-04-131-0/+8
| |
* | The Russian translation has been updated by Danil Smirnov.Mark Sapiro2015-03-311-0/+2
|\ \
* | | The Polish translation has been updated by Stefan Plewako.Mark Sapiro2015-03-301-0/+4
| | |
* | | Fix for path traversal vulnerability.Mark Sapiro2015-03-271-1/+9
|/ /
* | Implemented member address change via the admin GUI.Mark Sapiro2015-03-091-0/+7
| | | | | | Updated mailman.pot and mailman.po files with the new strings.
* | A LookupError in SpamDetect on a message with RFC 2047 encoded headersMark Sapiro2015-03-021-0/+3
| | | | | | in an unknown character set is fixed.
* | Fixed a bug in CommandRunner that could process the second word of aMark Sapiro2015-03-011-0/+4
| | | | | | | | | | body line as a command word and a case sensitivity in commands in Subject: with an Re: prefix.
* | Fixed a bug in CommandRunner that threw an uncaught KeyError ifMark Sapiro2015-02-281-0/+8
| | | | | | | | | | the input to the list-request address contained a command word terminated by a period.
* | Bumped branch version to: 2.1.19Mark Sapiro2015-02-281-1/+1
| |
* | The Polish translation has been updated by Stefan Plewako.Mark Sapiro2015-02-181-0/+2
| |
* | The Interlingua translation has been updated by Martijn Dekker.Mark Sapiro2015-02-181-0/+2
| |
* | The Japanese message catalog has been updated by SATOH Fumiyasu.Mark Sapiro2015-02-181-0/+2
| |
* | Because of privacy concerns with the 2.2 backport adding real name toMark Sapiro2015-02-131-0/+5
| | | | | | | | | | list rosters, this is controlled by a new ROSTER_DISPLAY_REALNAME setting that defaults to No.
* | Updates to Russian i18n by Danil Smirnov.Mark Sapiro2015-02-101-2/+3
| | | | | | Removed some 'prior translator' files from Russian templates directory.
* | Added character set recoding to utf-8 for list attributes for Romanian andMark Sapiro2015-02-071-1/+10
| | | | | | Russian lists and bumped versions to 2.1.19rc3.
* | Updated NEWS for 2.1.19rc2.Mark Sapiro2015-02-061-1/+1
| |
* | Added a bit more to NEWS about recoding text in list attributes forMark Sapiro2015-02-061-2/+12
|\ \ | | | | | | Russian and Romanian lists.