aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Defaults.py doc for DEFAULT_DMARC_MODERATION_ACTION.Mark Sapiro2019-05-211-1/+3
|
* Implement MAX_LISTNAME_LENGTH to avoid calculating on each web access.Mark Sapiro2019-03-011-0/+9
|
* 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
|/ | | | fix a typo
* Support for verifying subscriber domains against the Spamhaus DBLJim Popovitch2018-06-111-0/+4
|
* Restrict Spamhaus ZEN hits to SBL, CSS and XBL.Mark Sapiro2018-06-041-2/+2
|
* Added BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE FeatureMark Sapiro2018-06-041-1/+6
|
* Added Esperanto translation and updated i18n.Mark Sapiro2018-06-031-0/+1
|
* Added the ability to add reCAPTCHA to the listinfo subscribe form.Mark Sapiro2018-01-291-1/+7
|\
| * Allow the list subscription form to be protected from spam bots usingDavid Siebörger2018-01-291-0/+6
|/ | | | reCAPTCHA.
* The DELIVERY_RETRY_WAIT setting is now effective.Mark Sapiro2017-11-021-0/+3
|
* Implement base64 encoded recipient header.Mark Sapiro2017-05-231-0/+11
|
* Changed DEFAULT_MSG_FOOTER to use standard sig separator.Mark Sapiro2017-05-121-2/+5
|
* Fixed a long standing typo.Mark Sapiro2017-03-061-2/+2
|
* Removed CleanseDKIM from OWNER_PIPELINE because of DMARC issues on anonymous ↵Mark Sapiro2016-11-291-1/+0
| | | | lists.
* Match header_filter_rules as normalized unicodes.Mark Sapiro2016-07-141-0/+7
|
* REMOVE_DKIM_HEADERS = 3 renames headers X-Mailman-Original...Mark Sapiro2016-05-261-1/+3
|\
| * Support for preserving original DKIM headersjimpop@template.hostname2016-05-261-0/+1
|/
* Implement SASL and STARTTLS in SMTPDirect.py.Mark Sapiro2016-05-061-0/+16
|
* Implimented mm_cfg.SMTPLIB_DEBUG_LEVEL setting.Mark Sapiro2016-04-211-0/+6
|
* Added switch to disable the l10n cset recoding.Mark Sapiro2016-02-271-0/+7
|
* Minor documentation clean up.Mark Sapiro2016-02-261-1/+1
|
* Further refactoring of the Organizational Domain fix.Mark Sapiro2016-02-251-0/+7
|
* Added more types to DEFAULT_PASS_MIME_TYPES.Mark Sapiro2016-02-071-3/+5
|
* Added dmarc_non_moderation_action to list settings.Mark Sapiro2016-02-021-1/+13
|
* Merged and tweaked Jim P's mailman-auto-mod-verbose-members branch.Mark Sapiro2016-01-181-0/+19
|\
| * Improvements based on feedback from Mark Sapirojimpop@template.hostname2015-11-041-1/+1
| | | | | | | | https://code.launchpad.net/~jimpop/mailman/mailman-auto-mod-verbose-members/+merge/276706/comments/699744
| * Auto-Moderate Verbose Membersjimpop@template.hostname2015-11-041-0/+6
|/
* Clean up some documentation wording.Mark Sapiro2015-09-181-6/+6
|
* Implemented GLOBAL_BAN_LIST.Mark Sapiro2015-08-211-0/+8
|
* Fix for path traversal vulnerability.Mark Sapiro2015-03-271-1/+1
|
* Because of privacy concerns with the 2.2 backport adding real name toMark Sapiro2015-02-131-0/+4
| | | | | list rosters, this is controlled by a new ROSTER_DISPLAY_REALNAME setting that defaults to No.
* Mailman's character set for Romanian has been changed from iso-8859-2Mark Sapiro2015-02-051-1/+1
| | | to utf-8 and the templates and messages recoded.
* Mailman's character set for Russian has been changed from koi8-r toMark Sapiro2015-02-051-1/+1
| | | utf-8 and the templates and messages recoded.
* Implemented dmarc_wrapped_message_text to optionally add an explanitoryMark Sapiro2015-01-231-2/+8
| | | text/plain part to a message wrapped via dmarc_moderation_action.
* Implemented the equivalent domains feature for list posting/moderation.Mark Sapiro2015-01-231-1/+21
|
* A number of changes from the unofficial 2.2 branch have been backported toMark Sapiro2015-01-221-0/+4
| | | | | the 2.1 branch for release with 2.1.19. The 2.2 branch is now no different from the 2.1 branch and will no longer be maintained.
* Implement a new WEB_HEAD_ADD setting to specify text to be added to theMark Sapiro2015-01-101-1/+15
| | | | <HEAD> section of Mailman's internally generated web pages.
* Implement a new DEFAULT_SUBSCRIBE_OR_INVITE setting to control the defaultMark Sapiro2014-12-201-0/+4
| | | | for the admin Mass Subscriptions page.
* Implemented the ability to forward bounces to the list owner.Mark Sapiro2014-10-161-0/+4
|
* Make dmarc_quarantine_moderaction_action a list setting.Mark Sapiro2014-05-021-2/+3
|
* More fine tuning of dmarc_moderation_action.Mark Sapiro2014-05-021-0/+8
|
* Added and modified various options regarding DMARC. See the NEWS file.Mark Sapiro2014-04-151-5/+17
|\
* | Updated Defaults.py documentation for REMOVE_DKIM_HEADERS.Mark Sapiro2014-04-061-2/+2
| |
* | Cleaned up a couple of comments missed in the author_is_list toMark Sapiro2014-03-141-2/+2
|/ | | from_is_list change.
* Implemented whitelist for headers to keep for anonymous lists.Mark Sapiro2013-10-291-0/+21
|
* Renamed author_is_list to from_is_list.Mark Sapiro2013-09-281-4/+4
|
* Made author_is_list a 3-way with an option to wrap the message.Mark Sapiro2013-09-271-4/+9
|
* Enable setting a default grouping/sorting for the admindb held messageMark Sapiro2013-07-191-1/+9
| | | | summary via a DISPLAY_HELD_SUMMARY_SORT_BUTTONS setting.
* Second cut at the author_is_list feature.Mark Sapiro2013-07-191-0/+4
|