Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement Ralf Jung's captcha feature for the subscribe form. | Mark Sapiro | 2019-06-19 | 45 | -14/+138 |
|\ | |||||
| * | Don't enable CAPTCHA if 'en' key is not set | Ralf Jung | 2019-06-10 | 1 | -1/+1 |
| | | |||||
| * | Mention in the docs that 'en' is used as the default key | Ralf Jung | 2019-06-10 | 1 | -0/+3 |
| | | |||||
| * | fix computing the form hash when there is no CAPTCHA | Ralf Jung | 2019-06-10 | 1 | -1/+1 |
| | | |||||
| * | implement a simple CAPTCHA scheme based on questions and answers configured ↵ | Ralf Jung | 2019-06-10 | 7 | -4/+73 |
|/ | | | | by the site admin | ||||
* | Added site list -bounces and -request @ virtual domain to virtual-mailman. | Mark Sapiro | 2019-06-05 | 2 | -4/+30 |
| | |||||
* | Fixed missing <> in List-ID with invalid char in description. | Mark Sapiro | 2019-06-05 | 2 | -0/+10 |
| | |||||
* | Fixed misspelling of mailmanctl no-restart option. | Mark Sapiro | 2019-05-22 | 2 | -1/+3 |
| | |||||
* | Update Defaults.py doc for DEFAULT_DMARC_MODERATION_ACTION. | Mark Sapiro | 2019-05-21 | 1 | -1/+3 |
| | |||||
* | Remove unnecessary kludges from DSN recognition. | Mark Sapiro | 2019-05-16 | 1 | -27/+1 |
| | |||||
* | Strip leading/trailing spaces from login email for private and options login. | Mark Sapiro | 2019-03-06 | 3 | -3/+7 |
| | |||||
* | Implemented use of QRUNNER_SLEEP_TIME for bin/qrunner --runner=All. | Mark Sapiro | 2019-03-01 | 2 | -0/+6 |
|\ | |||||
| * | do not lock up a CPU when running qrunner --runner=All | luto | 2019-02-28 | 1 | -0/+3 |
| | | | | | | | | | | | | When running qrunner --runner=All on a non-busy system, qrunner starts the runners in an endless loop; eating up a full CPU core doing nothing. This changes the behavior so qrunner sleeps in between runs. https://mail.python.org/pipermail/mailman-users/2004-September/039401.html | ||||
* | | Implement MAX_LISTNAME_LENGTH to avoid calculating on each web access. | Mark Sapiro | 2019-03-01 | 3 | -4/+25 |
|/ | |||||
* | Expand tabs in Python code. | Mark Sapiro | 2019-01-28 | 10 | -137/+137 |
| | |||||
* | Corrected and augmented some security log messages. | Mark Sapiro | 2018-12-30 | 5 | -3/+19 |
| | |||||
* | Implement dmarc_moderation_addresses feature. | Mark Sapiro | 2018-12-15 | 6 | -2/+28 |
|\ | |||||
| * | Updated SpamDetect.py and VARHELP based on feedback from Mark S. | Jim Popovitch | 2018-12-01 | 2 | -3/+6 |
| | | |||||
| * | Patch for dmarc_moderation_addresses to automatically apply ↵ | Jim Popovitch | 2018-11-30 | 5 | -2/+16 |
|/ | | | | dmarc_moderation_action against a regexp of addresess | ||||
* | Added recognition for non-compliant opensmtpd DSN Action: error. | Mark Sapiro | 2018-11-28 | 4 | -1/+58 |
| | |||||
* | Added NEWS item for prior change. | Mark Sapiro | 2018-11-10 | 1 | -1/+4 |
| | |||||
* | Use .bin extension for scrubbed application/octet-stream files. | Mark Sapiro | 2018-11-10 | 1 | -0/+3 |
| | |||||
* | Catch TypeError on simultaneous confirmations of the same token. | Mark Sapiro | 2018-08-07 | 2 | -5/+26 |
| | |||||
* | Bumped branch version to: 2.1.29 | Mark Sapiro | 2018-07-24 | 1 | -2/+2 |
| | |||||
* | Fixed broken patch at rev. 1796. | Mark Sapiro | 2018-07-24 | 2 | -1/+8 |
| | |||||
* | Bumped branch version to: 2.1.28 | Mark Sapiro | 2018-07-23 | 1 | -2/+2 |
| | |||||
* | Truncate long invalid list names in web error messages. | Mark Sapiro | 2018-07-23 | 2 | -6/+22 |
| | |||||
* | Japanese translation updates. | Mark Sapiro | 2018-07-19 | 34 | -2102/+2131 |
|\ | |||||
| * | merge lp:mailman/2.1 up to rev 1794, with adding link to ja docs for rev 1793 | Yasuhito FUTATSUKI at POEM | 2018-07-19 | 83 | -276/+285 |
| |\ | |/ |/| | |||||
* | | Updated to German translation. | Mark Sapiro | 2018-07-18 | 2 | -7/+9 |
| | | |||||
* | | Correct some doc refs for Python 2. | Mark Sapiro | 2018-07-16 | 82 | -265/+265 |
|\ \ | |||||
| * | | fix python doc urls | Yasuhito FUTATSUKI at POEM | 2018-07-15 | 82 | -265/+265 |
|/ / | |||||
| * | Update ja translation, with unification of Japanese comma, period characters | Yasuhito FUTATSUKI at POEM | 2018-07-19 | 31 | -2017/+2034 |
| | | |||||
| * | revise ja translation of Defaults.py.in | Yasuhito FUTATSUKI at POEM | 2018-07-17 | 1 | -19/+16 |
| | | |||||
| * | fix some URLs and Japanese comma and period for consistency | Yasuhito FUTATSUKI at POEM | 2018-07-16 | 1 | -51/+53 |
| | | |||||
| * | unifiy period character | Yasuhito FUTATSUKI at POEM | 2018-07-13 | 1 | -4/+4 |
| | | |||||
| * | merge lp:mailman/2.1 rev 1792 | Yasuhito FUTATSUKI at POEM | 2018-07-12 | 2 | -4/+6 |
| |\ | |/ |/| | |||||
* | | Added a bit of doc and fixed typos in Defaults.py.in. | Mark Sapiro | 2018-07-11 | 1 | -3/+5 |
|\ \ | |||||
| * | | Add description about IPv6 support of BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE | Yasuhito FUTATSUKI at POEM | 2018-07-12 | 1 | -2/+4 |
|/ / | | | | | | | fix a typo | ||||
| * | update Japanese mailman.po for previous commit | Yasuhito FUTATSUKI at POEM | 2018-07-11 | 1 | -3/+3 |
| | | |||||
| * | merge lp:mailman/2.1 up to rev 1791 | Yasuhito FUTATSUKI at POEM | 2018-07-11 | 46 | -6722/+6939 |
| |\ | |/ |/| | |||||
* | | Update i18n for recent change. | Mark Sapiro | 2018-07-10 | 42 | -7693/+8327 |
| | | |||||
* | | Updated Esperanto translation. | Mark Sapiro | 2018-07-10 | 2 | -1628/+1169 |
| | | |||||
* | | Enable editing templates in an alternate language. | Mark Sapiro | 2018-07-08 | 2 | -7/+41 |
|\ \ | |||||
| * | | Add language selecter to "HTML Page Editing" page for multi-lang lists | Yasuhito FUTATSUKI at POEM | 2018-07-09 | 1 | -7/+34 |
|/ / | | | | | | | Add back link from editing page to editing page selection page | ||||
* | | Escaping of HTML entities for the web UI is now done more selectively. | Mark Sapiro | 2018-07-04 | 3 | -4/+12 |
| | | |||||
| * | fix style aware NL-WSP conversion, with more natural Japanese | Yasuhito FUTATSUKI at POEM | 2018-07-11 | 1 | -35/+36 |
| | | |||||
| * | fix open quotation of attribute | Yasuhito FUTATSUKI at POEM | 2018-07-10 | 1 | -1/+1 |
| | | |||||
| * | merge lp:mailman/2.1 up to rev 1787 | Yasuhito FUTATSUKI at POEM | 2018-07-03 | 3 | -4/+11 |
| |\ | |/ |/| | |||||
* | | Fixed a typo in Czech translation. | Mark Sapiro | 2018-07-02 | 1 | -1/+1 |
|\ \ |