aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2010-07-03 13:59:22 -0700
committerMark Sapiro <mark@msapiro.net>2010-07-03 13:59:22 -0700
commitfb058ebf486a2ad4f411b6272f66b2b6a0b0bf82 (patch)
treed5845206b211f35b9967fffde1f64bcc3ba60ecf /NEWS
parent36b3fde35d2cf9b4dac842669668ccd6925f0430 (diff)
parent77e80be89784ce21e8205ef072de6f665faa304f (diff)
downloadmailman2-fb058ebf486a2ad4f411b6272f66b2b6a0b0bf82.tar.gz
mailman2-fb058ebf486a2ad4f411b6272f66b2b6a0b0bf82.tar.xz
mailman2-fb058ebf486a2ad4f411b6272f66b2b6a0b0bf82.zip
Merged optional Sender: header feature from lp:~mss/mailman/2.1-sender-header.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f942a35..fd769b62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,26 @@
Mailman - The GNU Mailing List Management System
-Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
+Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Here is a history of user visible changes to Mailman.
2.1.14 (xx-xxx-xxxx)
+ New Features
+
+ - A new feature for controlling the addition/replacement of the Sender:
+ header in outgoing mail has been implemented. This allows a list owner
+ to set include_sender_header on the list's General Options page in the
+ admin GUI. The default for this setting is Yes which preserves the prior
+ behavior of removing any pre-existing Sender: and setting it to the
+ list's -bounces address. Setting this to No stops Mailman from adding or
+ modifying the Sender: at all.
+
+ Additionally, there is a new Defaults.py/mm_cfg.py setting
+ ALLOW_SENDER_OVERRIDES which defaults to Yes but which can be set to No
+ to remove the include_sender_header setting from General Options, and
+ thus preserve the prior behavior completely.
+
i18n
- Updated Finnish translation from Joni Töyrylä.