summaryrefslogtreecommitdiff
path: root/Mailman/Gui/General.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Gui/General.py')
-rw-r--r--Mailman/Gui/General.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py
index 06a80fb82..f15115a26 100644
--- a/Mailman/Gui/General.py
+++ b/Mailman/Gui/General.py
@@ -395,12 +395,5 @@ class General(GUIBase):
if opt in val:
newopts |= bitfield
mlist.new_member_options = newopts
- elif property == 'reply_to_address':
- try:
- Utils.ValidateEmail(val)
- except Errors.EmailAddressError:
- doc.addError(_("""<p><b>reply_to_address</b> does not have a
- valid email address! Its valid will not be changed."""))
- mlist.reply_to_address = val
else:
GUIBase._setValue(self, mlist, property, val, doc)