diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-06-13 17:22:47 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-06-13 17:22:47 +0900 |
commit | f9ad5c209b47c5b4677f5f6678667049ceea9baf (patch) | |
tree | 07359919522b45c79abe1648fb8e6b995cb7cc7a /NEWS | |
parent | f4212b4845d8f5d1e3bb1cd5271f49e4641a3051 (diff) | |
parent | d4bf95bd97ebaeebb5291c4f7d9f1d90ff7414fd (diff) | |
download | mailman2-f9ad5c209b47c5b4677f5f6678667049ceea9baf.tar.gz mailman2-f9ad5c209b47c5b4677f5f6678667049ceea9baf.tar.xz mailman2-f9ad5c209b47c5b4677f5f6678667049ceea9baf.zip |
merge lp:mailman/2.1 up to rev 1770
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -30,6 +30,24 @@ Here is a history of user visible changes to Mailman. py2-ipaddress module is installed. The module can be installed via pip if not included in your Python. + - Thanks to Jim Popovitch, Mailman has a new 'security' log and logs + authentication failures to the various web CGI functions. The logged + data include the remote IP and can be used to automate blocking of IPs + with something like fail2ban. Since Mailman 2.1.14, these have returned + an http 401 status and the information should be logged by the web + server, but this new log makes that more convenient. Also, the + 'mischief' log entries for 'hostile listname' noe include the remote IP + if available. + + - Thanks to Jim Popovitch, admin notices of (un)subscribes now may give + the source of the action. This consists of a %(whence)s replacement + that can be added to the admin(un)subscribeack.txt templates. This + has been done for the 'en' templates, but not for most others. + + - Thanks to Jim Popovitch, there is a new + BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE setting to enable blocking web + subscribes for addresses in domains listed in the Spamhaus DBL. + i18n - The Japanese translation has been updated by Yasuhito FUTATSUKI. |