aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * I18n updates for prior change.Mark Sapiro2020-01-0940-1000/+1203
| |
| * Implement REFUSE_SECOND_PENDING setting to prevent multiple pending subscribes.Mark Sapiro2020-01-096-0/+43
| |
| * Update Japanese translation.Mark Sapiro2019-11-122-3/+17
| |\ | |/ |/|
* | update Japanese translation for lp:mailman/2.1 rev. 1825 changeYasuhito FUTATSUKI at POEM2019-11-112-3/+17
| |
* | merge lp:mailman/2.1 up to rev 1827Yasuhito FUTATSUKI at POEM2019-11-1147-3005/+3758
|\|
| * Fix possible UnicodeDecodeError in sending subscription confirmation.Mark Sapiro2019-11-082-2/+6
| |
| * i18n updates for prior change.Mark Sapiro2019-11-0840-3000/+3718
| |
| * Implement new drop_cc switch.Mark Sapiro2019-11-087-3/+34
| |
| * Japanese translation updates.Mark Sapiro2019-10-051-5/+3
| |\ | |/ |/|
* | update Japanese translation for lp:mailman/2.1 rev 1823Yasuhito FUTATSUKI at POEM2019-10-061-5/+3
| |
* | merge lp:mailman/2.1 rev 1823Yasuhito FUTATSUKI at POEM2019-10-0641-804/+758
|\|
| * Changed new 'Successfully unsubscribed:' to existingMark Sapiro2019-10-0541-804/+758
| | | | | | 'Successfully Unsubscribed:' and updated i18n.
* | sync with lp:mailman/2.1 up to 1822Yasuhito FUTATSUKI at POEM2019-10-0644-4088/+4944
|\|
| * Clarify wording in NEWS item.Mark Sapiro2019-10-051-2/+2
| |
| * I18n updates for recent changes.Mark Sapiro2019-09-1740-4086/+4813
| |
| * Implemented web admin sync members.Mark Sapiro2019-09-173-2/+114
| |
| * Extend sys.path with site.getsitepackages().Mark Sapiro2019-08-162-0/+13
| |
| * Japanese translation has been updates from Yasuhito FUTATSUKI.Mark Sapiro2019-06-216-74/+137
| |\ | |/ |/|
* | update Japanese translations up to lp:mailman/2.1 rev 1817Yasuhito FUTATSUKI at POEM2019-06-212-68/+93
| |
* | merge lp:mailman/2.1 up to rev 1817Yasuhito FUTATSUKI at POEM2019-06-2189-12903/+14812
|\|
| * I18n updates for recent changes.Mark Sapiro2019-06-2042-12885/+14634
| |
| * Corrected a misspelled name.Mark Sapiro2019-06-201-1/+1
| |
| * Implement Ralf Jung's captcha feature for the subscribe form.Mark Sapiro2019-06-1945-14/+138
| |\
| | * 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 ↵Ralf Jung2019-06-107-4/+73
| |/ | | | | | | by the site admin
| * Added site list -bounces and -request @ virtual domain to virtual-mailman.Mark Sapiro2019-06-052-4/+30
| |
| * Fixed missing <> in List-ID with invalid char in description.Mark Sapiro2019-06-052-0/+10
| |
* | catch up Japanese translation of Mailman.py.in for change of upstream rev 1811Yasuhito FUTATSUKI at POEM2019-05-237-34/+19
|\|
| * Fixed misspelling of mailmanctl no-restart option.Mark Sapiro2019-05-222-1/+3
| |
| * 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-063-3/+7
| |
* | update Japanese translation of Defaults.py.inYasuhito FUTATSUKI at POEM2019-03-031-1/+16
| |
* | merge lp:mailman/2.1 up to rev 1808Yasuhito FUTATSUKI at POEM2019-03-0313-141/+168
|\|
| * Implemented use of QRUNNER_SLEEP_TIME for bin/qrunner --runner=All.Mark Sapiro2019-03-012-0/+6
| |\
| | * do not lock up a CPU when running qrunner --runner=Allluto2019-02-281-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 Sapiro2019-03-013-4/+25
| |/
| * Expand tabs in Python code.Mark Sapiro2019-01-2810-137/+137
| |
* | merge lp:mailman/2.1 up to rev 1805Yasuhito FUTATSUKI at POEM2019-01-0815-11/+137
|\|
| * Corrected and augmented some security log messages.Mark Sapiro2018-12-305-3/+19
| |
| * Implement dmarc_moderation_addresses feature.Mark Sapiro2018-12-156-2/+28
| |\
| | * 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 ↵Jim Popovitch2018-11-305-2/+16
| |/ | | | | | | dmarc_moderation_action against a regexp of addresess
| * Added recognition for non-compliant opensmtpd DSN Action: error.Mark Sapiro2018-11-284-1/+58
| |
| * Added NEWS item for prior change.Mark Sapiro2018-11-101-1/+4
| |
| * 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-072-5/+26
| |
* | fix a typoYasuhito FUTATSUKI at POEM2018-09-121-1/+1
| |