aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unify the Japanese word for 'spam'Yasuhito FUTATSUKI at POEM2016-07-181-13/+13
|
* Minor fix to remove extra space in ja message catalogueYasuhito FUTATSUKI at POEM2016-07-171-1/+1
|
* * Update japanese translation for Defaults.py.in up to rev 1664Yasuhito FUTATSUKI at POEM2016-07-172-14/+22
| | | | * Do not use "SPAM" as a translated word of "spam"
* Merge lp:mailman/2.1 up to rev 1664Yasuhito FUTATSUKI at POEM2016-07-1717-32/+233
|\
| * Match header_filter_rules as normalized unicodes.Mark Sapiro2016-07-146-18/+98
| |
| * Catch TypeError from certain defective crafted POST requests.Mark Sapiro2016-07-1412-14/+135
| |
* | Merge lp:mailman/2.1 up to 1662Yasuhito FUTATSUKI at POEM2016-07-148-18/+21
|\|
| * Corrected encoding of some German templates.Mark Sapiro2016-07-137-13/+16
| |
| * Use xmlcharrefreplace when encoding for header_filter_rules.Mark Sapiro2016-07-122-5/+5
| |
* | Merge lp:mailman/2.1 rev 1660Yasuhito FUTATSUKI at POEM2016-07-122-1/+9
|\|
| * Use backslashreplace when encoding for header_filter_rules.Mark Sapiro2016-07-112-1/+9
| |
* | Merge lp:mailman/2.1 rev 1659Yasuhito FUTATSUKI at POEM2016-07-08213-2594/+2742
|\|
| * Manual updates.Mark Sapiro2016-07-07213-2594/+2742
| |
* | Fix Japanese expressionYasuhito FUTATSUKI at POEM2016-07-041-3/+3
| |
* | Update some terms in Japanese translation of Defaults.py.inYasuhito FUTATSUKI at POEM2016-07-041-2/+2
| |
* | Merge lp:mailman/2.1 rev 1658 (no difference with lp:mailman/2.1)Yasuhito FUTATSUKI at POEM2016-06-191-0/+5
|\|
| * Updates to Japanese documentation.Mark Sapiro2016-06-186-1709/+1516
| |\ | |/ |/|
* | * Remove some fragments of original text left on translationYasuhito FUTATSUKI at POEM2016-06-061-14/+11
| | | | | | | | * Add translations to some untranslated comments in Web UI Default
* | Merge lp:mailman/2.1 rev 1657Yasuhito FUTATSUKI at POEM2016-05-282-1/+8
|\|
| * Scrubber links in archives are now in the list's preferred_language.Mark Sapiro2016-05-272-1/+8
| |
* | Fix revision number description of original Defaults.py.inYasuhito FUTATSUKI at POEM2016-05-271-1/+1
| |
* | Update Japanese translation against change of Mailman/Default.py.inYasuhito FUTATSUKI at POEM2016-05-271-1/+4
| | | | | | | | on previous commit
* | Merge lp:mailman/2.1 rev 1655, rev 1656Yasuhito FUTATSUKI at POEM2016-05-273-2/+15
|\|
| * Update copyright.Mark Sapiro2016-05-261-1/+1
| |
| * REMOVE_DKIM_HEADERS = 3 renames headers X-Mailman-Original...Mark Sapiro2016-05-263-1/+14
| |\
| | * Support for preserving original DKIM headersjimpop@template.hostname2016-05-262-0/+8
| |/
* | Merge lp:mailman/2.1 rev 1654Yasuhito FUTATSUKI at POEM2016-05-231-2/+3
|\|
| * Prior fix for lp:1573623 at rev 1647 was incomplete.Mark Sapiro2016-05-221-2/+3
| |
* | Merge lp:mailman/2.1 rev 1653Yasuhito FUTATSUKI at POEM2016-05-192-2/+17
|\|
| * Added a bunch more templates to those that can be edited via the GUI.Mark Sapiro2016-05-182-2/+17
| |
* | Merge lp:mailman/2.1 rev 1652Yasuhito FUTATSUKI at POEM2016-05-182-1/+15
|\|
| * Improved logging of banned subscription and address change attempts.Mark Sapiro2016-05-172-1/+15
| |
* | Merge lp:mailman/2.1 rev 1651Yasuhito FUTATSUKI at POEM2016-05-184-4/+20
|\|
| * Catch MMUnknownListError in case list is removed after listing names.Mark Sapiro2016-05-174-4/+20
| |
* | Merge lp:mailman/2.1 rev 1650Yasuhito FUTATSUKI at POEM2016-05-162-3/+7
|\|
| * Keep the date header in wrapped messages.Mark Sapiro2016-05-132-3/+7
| |
* | Update Japanese translation for Defaults.py.in, up to 2.1.22 rev 1649Yasuhito FUTATSUKI at POEM2016-05-131-12/+15
| |
* | Merge change of original Defaults.py.in up to rev 1649 (not translated)Yasuhito FUTATSUKI at POEM2016-05-131-1/+23
| |
* | Merge lp:mailman/2.1 up to rev 1649Yasuhito FUTATSUKI at POEM2016-05-1372-218/+425
|\|
| * Implement SASL and STARTTLS in SMTPDirect.py.Mark Sapiro2016-05-063-0/+51
| |
| * Allow DMARC_ORGANIZATIONAL_DOMAIN_DATA_URL to be None or the null string.Mark Sapiro2016-05-042-0/+5
| |
| * White space left of Logout link is no longer part of the link.Mark Sapiro2016-04-222-3/+9
| |
| * Implimented mm_cfg.SMTPLIB_DEBUG_LEVEL setting.Mark Sapiro2016-04-213-1/+12
| |
| * Remove (incorrect) re.sub in favor of str.replace.Mark Sapiro2016-04-201-6/+3
| |
| * Use nonmember_rejection_notice as the default reject reason for a heldMark Sapiro2016-04-192-2/+19
| | | | | | nonmember post.
| * Bumped branch version to: 2.1.22Mark Sapiro2016-04-172-3/+3
| |
| * Fixed missing VIRTUAL_MAILMAN_LOCAL_DOMAIN and duplicates in virtual-mailman.Mark Sapiro2016-04-142-1/+14
| |
| * Updated Postfix tested versions in install manual.Mark Sapiro2016-04-1459-125/+126
| |
| * Use rfind rather than find to find '@' for domain splitting.Mark Sapiro2016-04-092-1/+5
| |
| * Honor an organizational domain's DMARC sp= policy for sub-domains.Mark Sapiro2016-04-092-5/+17
| |