aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-29Removed a Python 2.7 dependency from pipermail.py.Mark Sapiro1-2/+2
2017-12-09Show match in hold reason for header_filter_rules.Mark Sapiro1-2/+8
2017-11-23Ignore missing .db files when updating group and mode.Mark Sapiro1-1/+6
2017-11-02The DELIVERY_RETRY_WAIT setting is now effective.Mark Sapiro2-1/+7
2017-10-26Bumped branch version to: 2.1.25Mark Sapiro1-2/+2
2017-10-26Updated i18n in preparation for 2.1.25 release.Mark Sapiro1-2/+2
2017-10-07Improved DMARC testing for domains with DNSSEC validation problems.Mark Sapiro1-2/+14
2017-09-22The default DMARC reject reason now properly replaces %(listowner)s.Mark Sapiro1-0/+1
2017-07-30Show case preserved emails in the roster.Mark Sapiro1-0/+1
2017-06-24Added screen reader labels to some admindb radio buttons.Mark Sapiro2-24/+13
2017-06-21Added text for screen readers only to checkboxes on admin Membership List.Mark Sapiro2-8/+36
2017-06-09Display date of held subscriptions and keep newest.Mark Sapiro1-6/+11
2017-06-07Reverted another getfirst in the multi-value CGI defence.Mark Sapiro1-1/+1
2017-06-06Ensure aliases.db and virtual-mailman.db are world readable and ownedMark Sapiro1-3/+25
2017-06-05Bumped Copyrights and fixed a bug in prior commit.Mark Sapiro12-14/+14
2017-06-05Defend against CGI requests with multiple values for the same parameter.Mark Sapiro13-114/+114
2017-06-04Fixed a regression in Cgi/options.py.Mark Sapiro1-12/+12
2017-06-02Bumped branch version to: 2.1.24Mark Sapiro1-2/+2
2017-05-30Added list-owner@virtual.domain addresses to virtual-mailman.Mark Sapiro1-6/+29
2017-05-30Display only the list-owner address in the 'list run by' footer.Mark Sapiro1-3/+2
2017-05-24Changed member_verbosity_threshold from a >= test to a strictly > test.Mark Sapiro1-2/+2
2017-05-23Implement base64 encoded recipient header.Mark Sapiro2-0/+16
2017-05-12Changed DEFAULT_MSG_FOOTER to use standard sig separator.Mark Sapiro1-2/+5
2017-05-12Improvements in subject prefixing with encoded prefixes.Mark Sapiro1-6/+8
2017-04-25Change 'subscribees' to 'subscribers' on admin mass subscribe page.Mark Sapiro1-1/+1
2017-03-30Fixed unexploitable XSS attach via crafted HTTP Host: header.Mark Sapiro1-1/+1
2017-03-15Treat message and digest headers and footers as empty if they containMark Sapiro2-7/+11
2017-03-06Fixed a long standing typo.Mark Sapiro1-2/+2
2017-03-04Ensure added headers and footers have a trailing new-line.Mark Sapiro1-0/+3
2017-02-22Fixed an uncaught TypeError in the subscribe CGI.Mark Sapiro1-1/+1
2017-02-14Added recognition for a newly seen mailEnable bounce.Mark Sapiro1-0/+4
2017-02-14Catch NotAMemberError when member is removed before probe bounce returns.Mark Sapiro1-13/+21
2017-02-03Fixed a TypeError thrown in the roster CGI when called with a listnameMark Sapiro1-3/+3
2016-12-05Fixed a NameError issue in bin/add_members with DISABLE_COMMAND_LOCALE_CSET =...Mark Sapiro1-1/+3
2016-11-29Removed CleanseDKIM from OWNER_PIPELINE because of DMARC issues on anonymous ...Mark Sapiro1-1/+0
2016-11-24Properly RFC 2047 encode the display name in DMARC munged From:.Mark Sapiro1-5/+36
2016-11-23Fixed UnicodeError in sending digests following changing list's preferred_lan...Mark Sapiro1-3/+14
2016-11-16Enhanced the fix for race conditions in MailList().Load().Mark Sapiro1-2/+4
2016-10-29Fixed a typo and deleted an unreferenced assignment.Mark Sapiro1-5/+2
2016-10-27Fixed incorrect "view more members" links at the bottom of the adminMark Sapiro1-4/+5
2016-10-19force OwnerNotification to use mlist.getListAddress('bounces')Jim Popovitch1-1/+1
2016-10-12OwnerNotification needs to explictly set msg.envsender rather thanJim Popovitch1-0/+1
2016-10-11Further changes to keep domains aligned with virtual list notification emailsJim Popovitch4-22/+12
2016-10-10Replaced UserNotification() with OwnerNotification() in two places,Jim Popovitch3-7/+3
2016-10-08Send bounce messages from virtual domains not siteownerJim Popovitch1-4/+3
2016-09-29Fix unicode links in multi-page admin Membership list search results.Mark Sapiro1-2/+5
2016-08-26Bumped branch version to: 2.1.23Mark Sapiro1-2/+2
2016-08-26Fixes for CVE-2016-6893 and more.Mark Sapiro5-9/+83
2016-07-19Membership List letter links could be incorrectly rendered as Unicode.Mark Sapiro1-0/+3
2016-07-14Match header_filter_rules as normalized unicodes.Mark Sapiro5-11/+74