diff options
| author | bwarsaw | 2001-10-20 20:54:08 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-10-20 20:54:08 +0000 |
| commit | 15b78c12494528dbebc128668c41732576cf1a5d (patch) | |
| tree | e9b5d0c5d3b445c52ae4f6111f57fadba41809f7 | |
| parent | 0f4ca460318e2c612cfb73669b4f4b6cfdea0692 (diff) | |
| download | mailman-15b78c12494528dbebc128668c41732576cf1a5d.tar.gz mailman-15b78c12494528dbebc128668c41732576cf1a5d.tar.zst mailman-15b78c12494528dbebc128668c41732576cf1a5d.zip | |
DEFAULT_FIRST_STRIP_REPLY_TO: Default for new list attribute
first_strip_reply_to.
| -rw-r--r-- | Mailman/Defaults.py.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index af9c206e5..86687e86d 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -589,6 +589,11 @@ from: .*@uplinkpro.com # 2 - Reply-To: set to an explicit value (reply_to_address) DEFAULT_REPLY_GOES_TO_LIST = 0 +# Before munging Reply-To: Mailman can be configured to strip any existing +# Reply-To: header first, or simply extend any existing Reply-To: with one +# based on the above setting. This is a boolean variable. +DEFAULT_FIRST_STRIP_REPLY_TO = 1 + # SUBSCRIBE POLICY # 0 - open list (only when ALLOW_OPEN_SUBSCRIBE is set to 1) ** # 1 - confirmation required for subscribes |
