diff options
author | Mark Sapiro <mark@msapiro.net> | 2010-07-03 13:59:22 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2010-07-03 13:59:22 -0700 |
commit | fb058ebf486a2ad4f411b6272f66b2b6a0b0bf82 (patch) | |
tree | d5845206b211f35b9967fffde1f64bcc3ba60ecf /NEWS | |
parent | 36b3fde35d2cf9b4dac842669668ccd6925f0430 (diff) | |
parent | 77e80be89784ce21e8205ef072de6f665faa304f (diff) | |
download | mailman2-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-- | NEWS | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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ä. |