summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py
diff options
context:
space:
mode:
authorbwarsaw2001-10-20 20:54:44 +0000
committerbwarsaw2001-10-20 20:54:44 +0000
commit69d04f4c6ed6f64ef57a3d39a43fd8288b0fa163 (patch)
tree2cb2319b4da781a274d86cc0e328d2ff1935863d /Mailman/MailList.py
parent15b78c12494528dbebc128668c41732576cf1a5d (diff)
downloadmailman-69d04f4c6ed6f64ef57a3d39a43fd8288b0fa163.tar.gz
mailman-69d04f4c6ed6f64ef57a3d39a43fd8288b0fa163.tar.zst
mailman-69d04f4c6ed6f64ef57a3d39a43fd8288b0fa163.zip
InitVars(): New list attribute first_strip_reply_to.
Diffstat (limited to 'Mailman/MailList.py')
-rw-r--r--Mailman/MailList.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index 34afec303..44cffa80d 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -263,6 +263,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
self.moderator = []
self.reply_goes_to_list = mm_cfg.DEFAULT_REPLY_GOES_TO_LIST
self.reply_to_address = ''
+ self.first_strip_reply_to = mm_cfg.DEFAULT_FIRST_STRIP_REPLY_TO
self.admin_immed_notify = mm_cfg.DEFAULT_ADMIN_IMMED_NOTIFY
self.admin_notify_mchanges = \
mm_cfg.DEFAULT_ADMIN_NOTIFY_MCHANGES