aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bumped branch version to: 2.1.33Mark Sapiro2020-05-071-2/+2
* Fixed content injection vulnerability via the private login page.Mark Sapiro2020-05-071-7/+3
* Bumped branch version to: 2.1.32Mark Sapiro2020-05-051-2/+2
* Bumped branch version to: 2.1.31Mark Sapiro2020-05-051-2/+2
* Fixed options login content injection vulnerability.Mark Sapiro2020-05-051-1/+1
* Workaround non-ascii in string.lowercase.Mark Sapiro2020-04-251-0/+4
* Updates to bounce recognition.Mark Sapiro2020-04-251-0/+4
* Bumped branch version to: 2.1.30Mark Sapiro2020-04-131-3/+3
* Valid address pattern needs to consume the whole string.Mark Sapiro2020-01-161-1/+1
* Fixed SimpleMatch to only return valid addresses.Mark Sapiro2020-01-162-7/+28
* Bumped branch version to: 2.1.30rc1Mark Sapiro2020-01-111-4/+4
* Implement REFUSE_SECOND_PENDING setting to prevent multiple pending subscribes.Mark Sapiro2020-01-095-0/+37
* Fix possible UnicodeDecodeError in sending subscription confirmation.Mark Sapiro2019-11-081-2/+3
* Implement new drop_cc switch.Mark Sapiro2019-11-086-3/+30
* Changed new 'Successfully unsubscribed:' to existingMark Sapiro2019-10-051-1/+1
* Implemented web admin sync members.Mark Sapiro2019-09-172-2/+110
* Implement Ralf Jung's captcha feature for the subscribe form.Mark Sapiro2019-06-194-6/+82
|\
| * Don't enable CAPTCHA if 'en' key is not setRalf Jung2019-06-101-1/+1
| * Mention in the docs that 'en' is used as the default keyRalf Jung2019-06-101-0/+3
| * fix computing the form hash when there is no CAPTCHARalf Jung2019-06-101-1/+1
| * implement a simple CAPTCHA scheme based on questions and answers configured b...Ralf Jung2019-06-104-4/+70
|/
* Added site list -bounces and -request @ virtual domain to virtual-mailman.Mark Sapiro2019-06-051-4/+26
* Fixed missing <> in List-ID with invalid char in description.Mark Sapiro2019-06-051-0/+6
* Update Defaults.py doc for DEFAULT_DMARC_MODERATION_ACTION.Mark Sapiro2019-05-211-1/+3
* Remove unnecessary kludges from DSN recognition.Mark Sapiro2019-05-161-27/+1
* Strip leading/trailing spaces from login email for private and options login.Mark Sapiro2019-03-062-3/+4
* Implement MAX_LISTNAME_LENGTH to avoid calculating on each web access.Mark Sapiro2019-03-012-4/+18
* Expand tabs in Python code.Mark Sapiro2019-01-288-55/+55
* Corrected and augmented some security log messages.Mark Sapiro2018-12-304-3/+17
* Implement dmarc_moderation_addresses feature.Mark Sapiro2018-12-155-2/+20
|\
| * Updated SpamDetect.py and VARHELP based on feedback from Mark S. Jim Popovitch2018-12-012-3/+6
| * Patch for dmarc_moderation_addresses to automatically apply dmarc_moderation_...Jim Popovitch2018-11-305-2/+16
|/
* Added recognition for non-compliant opensmtpd DSN Action: error.Mark Sapiro2018-11-281-1/+2
* Use .bin extension for scrubbed application/octet-stream files.Mark Sapiro2018-11-101-0/+3
* Catch TypeError on simultaneous confirmations of the same token.Mark Sapiro2018-08-071-5/+19
* Bumped branch version to: 2.1.29Mark Sapiro2018-07-241-2/+2
* Fixed broken patch at rev. 1796.Mark Sapiro2018-07-241-1/+1
* Bumped branch version to: 2.1.28Mark Sapiro2018-07-231-2/+2
* Truncate long invalid list names in web error messages.Mark Sapiro2018-07-231-5/+16
* fix python doc urlsYasuhito FUTATSUKI at POEM2018-07-153-3/+3
* Added a bit of doc and fixed typos in Defaults.py.in.Mark Sapiro2018-07-111-3/+5
|\
| * Add description about IPv6 support of BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE Yasuhito FUTATSUKI at POEM2018-07-121-2/+4
|/
* Enable editing templates in an alternate language.Mark Sapiro2018-07-081-7/+35
|\
| * Add language selecter to "HTML Page Editing" page for multi-lang listsYasuhito FUTATSUKI at POEM2018-07-091-7/+34
|/
* Escaping of HTML entities for the web UI is now done more selectively.Mark Sapiro2018-07-042-4/+9
* Fixed BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE to use DBL, not ZEN.Mark Sapiro2018-07-021-1/+1
* Bumped branch version to: 2.1.27Mark Sapiro2018-06-221-2/+2
* revert Mailman/Gui/GUIBase.py to drop change of this branchYasuhito FUTATSUKI at POEM2018-06-221-8/+0
* * apply Utils.websafe() to description string in admin.pyYasuhito FUTATSUKI at POEM2018-06-222-2/+7
* enhance i18n of listinfo overviewYasuhito FUTATSUKI at POEM2018-06-224-2/+31