aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Vette log entries for banned subscriptions now include the source ofMark Sapiro2015-12-132-2/+8
| | | the request if available.
* Submitting the user options form for a user who was asynchronouslyMark Sapiro2015-12-062-0/+11
| | | unsubscribed would throw an uncaught NotAMemberError.
* Updates to list admin manual and UI help to fix broken links.Mark Sapiro2015-11-2882-198/+199
|
* Avoid skipping a handler which rejected or discarded a messageMark Sapiro2015-11-242-1/+13
| | | when message is subsequently shunted and unshunted.
* Posts gated to usenet will no longer have other than the target groupMark Sapiro2015-11-062-15/+10
| | | in the Newsgroups: header.
* Invalid regexps in *_these_nonmembers, subscribe_auto_approval andMark Sapiro2015-10-172-2/+15
| | | ban_list are now logged.
* Refactored the GetPattern list method to simplify extending @listnameMark Sapiro2015-10-153-52/+42
| | | | 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-142-3/+6
| | | continuation_ws when folding headers.
* Fixed the 'pidfile' path in the sample init.d script.Mark Sapiro2015-10-062-1/+3
|
* mmdsr now reports held and banned subs in separate categories.Mark Sapiro2015-10-011-1/+18
| | | | Banned addresses have s/\+\d+@/+<digits>@/ because of a flood of such lengthening the report.
* The German translation has been updated by Mirian Margiani.Mark Sapiro2015-09-1938-593/+1190
|\
| * Finished German translationMirian Margiani2015-09-191-4/+552
| |
| * Corrected translation team from KDE (added by Lokalize) to MailmanMirian Margiani2015-09-191-2/+2
| |
| * Translated a few more stringsMirian Margiani2015-09-191-1/+76
| |
| * Fixed translation of three commented stringsMirian Margiani2015-09-191-20/+22
| |
| * Changed help texts to be (more) consistentMirian Margiani2015-09-191-53/+53
| |
| * Rewrite of German template 'cronpass' to match English originalMirian Margiani2015-09-121-29/+13
| |
| * Translated all rather short strings leftMirian Margiani2015-09-111-8/+54
| |
| * Fixed all fuzzy strings in German translationMirian Margiani2015-09-111-108/+102
| |
| * Fixed strings causing transcheck warningsMirian Margiani2015-09-111-16/+9
| |
| * Complete rewrite of German template 'admindbpreamble'Mirian Margiani2015-09-111-33/+8
| |
| * Reviewed German HTML templatesMirian Margiani2015-09-0814-110/+102
| |
| * Changed umlaut-replacements by real umlauts and corrected some common mistakesMirian Margiani2015-09-0822-164/+142
| |
| * Fixed some fuzzy translations and corrected strings for consistency in GermanMirian Margiani2015-09-071-42/+48
| |
| * Fixed again fuzzy strings.Mirian Margiani2015-09-071-9/+5
| |
| * Fixed some fuzzy strings and added translationsMirian Margiani2015-09-071-30/+34
| |
| * Translated last missing template to German.Mirian Margiani2015-09-071-0/+2
| |
* | Clean up some documentation wording.Mark Sapiro2015-09-181-6/+6
| |
* | Subject prefixing could fail to collapse multiple 'Re:' in an incommingMark Sapiro2015-09-162-1/+11
| | | | | | message if they all came after the list's subject_prefix.
* | Defended against a user submitting URLs with query fragments or POSTMark Sapiro2015-09-163-0/+28
|/ | | data containing multiple occurrences of the same variable.
* Fixed bin/mailmanctl to check its effective rather than real uid.Mark Sapiro2015-09-012-1/+4
|
* Changed Brad's email address in contrib/mmdsr comments.Mark Sapiro2015-08-231-16/+16
|
* Implemented GLOBAL_BAN_LIST.Mark Sapiro2015-08-213-1/+17
|
* Fixed cron/gate_news to catch EOFError on opening the newsgroup.Mark Sapiro2015-08-182-3/+6
|
* Improved fix for LP: 1482940.Mark Sapiro2015-08-132-12/+13
|
* Fixed bug with delayed probe bounces.Mark Sapiro2015-08-082-5/+16
|
* Updated contrib/mmdsr for prior log change.Mark Sapiro2015-07-252-2/+7
|
* Don't show digest options on user's options page for non-digestable lists.Mark Sapiro2015-07-2041-2/+90
|
* Improved identification of remote clients coming via a proxy server.Mark Sapiro2015-06-235-10/+30
|\
| * Support for HTTP_X_FORWARDED_FOR and HTTP_FORWARDED_FOR (RFC 7239) Jim Popovitch2015-06-234-10/+23
|/
* Updated pt_BR message catalog from Emerson Ribeiro de Mello.Mark Sapiro2015-06-131-291/+323
|
* Fixed an issue with shunted messages on a list where the charset forMark Sapiro2015-06-072-1/+10
| | | | 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-272-2/+45
|
* Merged all the message catalogs with the new mailman.pot.Mark Sapiro2015-05-0138-5285/+6528
|
* The pt_BR translation has been updated by Emerson Ribeiro de Mello.Mark Sapiro2015-05-012-1087/+1192
|
* Updated mailman.pot for prior changes.Mark Sapiro2015-05-011-113/+121
|
* The vette log entry for DMARC policy hits now contains the list name.Mark Sapiro2015-05-012-4/+7
|
* If SUBSCRIBE_FORM_SECRET is enabled and a user's network has a loadMark Sapiro2015-04-233-12/+40
| | | | | | 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-152-2/+12
| | | | headers are now removed by default from posts to anonymous lists.
* Improved search in admin UI Membership List.Mark Sapiro2015-04-132-1/+18
|