aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved DMARC testing for domains with DNSSEC validation problems.Mark Sapiro2017-10-072-3/+18
* The default DMARC reject reason now properly replaces %(listowner)s.Mark Sapiro2017-09-222-0/+4
* The Russian translation has been updated by Sergey Matveev.Mark Sapiro2017-08-022-57/+62
* Show case preserved emails in the roster.Mark Sapiro2017-07-302-0/+4
* Changed wrapper environment cleaning from blacklist to whitelist.Mark Sapiro2017-07-212-9/+28
* Added screen reader labels to some admindb radio buttons.Mark Sapiro2017-06-243-24/+14
* Added text for screen readers only to checkboxes on admin Membership List.Mark Sapiro2017-06-2142-3880/+4114
* I18n changes for last commits.Mark Sapiro2017-06-0939-6317/+6305
* Display date of held subscriptions and keep newest.Mark Sapiro2017-06-092-6/+16
* Reverted another getfirst in the multi-value CGI defence.Mark Sapiro2017-06-071-1/+1
* Ensure aliases.db and virtual-mailman.db are world readable and ownedMark Sapiro2017-06-062-3/+29
* Bumped Copyrights and fixed a bug in prior commit.Mark Sapiro2017-06-0512-14/+14
* Defend against CGI requests with multiple values for the same parameter.Mark Sapiro2017-06-0514-114/+118
* Fixed a regression in Cgi/options.py.Mark Sapiro2017-06-042-12/+15
* Added -a to default (e)grep in contrib/mmdsr.Mark Sapiro2017-06-042-2/+10
* Fixed the -V option to list_lists to not show subdomains.Mark Sapiro2017-06-032-4/+13
* Bumped branch version to: 2.1.24Mark Sapiro2017-06-021-2/+2
* Rebuilt docs for 2.1.24 release.Mark Sapiro2017-06-02203-471/+471
|\
| * force OwnerNotification to use mlist.getListAddress('bounces')Jim Popovitch2016-10-191-1/+1
| * OwnerNotification needs to explictly set msg.envsender rather thanJim Popovitch2016-10-121-0/+1
| * Further changes to keep domains aligned with virtual list notification emailsJim Popovitch2016-10-114-22/+12
| * fixed indentation in cron/mailpasswdsJim Popovitch2016-10-101-2/+2
| * Replaced UserNotification() with OwnerNotification() in two places,Jim Popovitch2016-10-103-7/+3
| * Send bounce messages from virtual domains not siteownerJim Popovitch2016-10-081-4/+3
| * Send monthly password reminders from virtual list(s), not sitelistJim Popovitch2013-03-031-6/+4
* | Added list-owner@virtual.domain addresses to virtual-mailman.Mark Sapiro2017-05-302-6/+32
* | Display only the list-owner address in the 'list run by' footer.Mark Sapiro2017-05-302-3/+5
* | Changed member_verbosity_threshold from a >= test to a strictly > test.Mark Sapiro2017-05-242-2/+6
* | Implement base64 encoded recipient header.Mark Sapiro2017-05-233-0/+23
* | Changed DEFAULT_MSG_FOOTER to use standard sig separator.Mark Sapiro2017-05-122-2/+10
* | Improvements in subject prefixing with encoded prefixes.Mark Sapiro2017-05-122-6/+13
* | Japanese updates from Yasuhito FUTATSUKI at POEM.Mark Sapiro2017-04-263-30/+36
|\ \
| * | Update Japanese translation corresponding to previous revisionYasuhito FUTATSUKI at POEM2017-04-261-3/+8
| * | merge lp:mailman/2.1 up to rev 1699Yasuhito FUTATSUKI at POEM2017-04-2644-5708/+5944
| |\ \ | |/ / |/| |
* | | Change 'subscribees' to 'subscribers' on admin mass subscribe page.Mark Sapiro2017-04-2540-5700/+5923
* | | Fixed unexploitable XSS attach via crafted HTTP Host: header.Mark Sapiro2017-03-302-1/+7
* | | Treat message and digest headers and footers as empty if they containMark Sapiro2017-03-153-7/+14
| * | Fix copyright year missed on previous commitYasuhito FUTATSUKI at POEM2017-03-081-1/+1
| * | Update Japanese translation of Defaults.py.in corresponding to previous commitYasuhito FUTATSUKI at POEM2017-03-081-2/+2
| * | Merge lp:mailman/2.1 up to rev 1696Yasuhito FUTATSUKI at POEM2017-03-086-11/+32
| |\ \ | |/ / |/| |
* | | Fixed a long standing typo.Mark Sapiro2017-03-061-2/+2
* | | Updated test_message.py to account for optional Sender: and VERP.Mark Sapiro2017-03-051-3/+9
* | | Ensure added headers and footers have a trailing new-line.Mark Sapiro2017-03-043-5/+18
* | | Fixed an uncaught TypeError in the subscribe CGI.Mark Sapiro2017-02-222-1/+3
| * | revise translation of Defaults.py.inYasuhito FUTATSUKI at POEM2017-02-221-19/+21
| * | Merge lp:mailman/2.1 up to 1692Yasuhito FUTATSUKI at POEM2017-02-2199-6094/+657
| |\ \ | |/ / |/| |
* | | Sanitized the bounce test data.Mark Sapiro2017-02-1999-6094/+657
| * | Merge lp:mailman/2.1 up to 1691Yasuhito FUTATSUKI at POEM2017-02-156-17/+85
| |\ \ | |/ / |/| |
* | | Added recognition for a newly seen mailEnable bounce.Mark Sapiro2017-02-144-1/+55
* | | Catch NotAMemberError when member is removed before probe bounce returns.Mark Sapiro2017-02-142-13/+24