diff options
| author | bwarsaw | 2002-03-14 22:32:54 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-14 22:32:54 +0000 |
| commit | 19f8950010ae01a1535fe60cffa386247cf41b94 (patch) | |
| tree | 55714233f0a2eef61607b817277144e097ca8c42 /Mailman/Gui/General.py | |
| parent | 166b284338f5b2a0abbe38ad7ed75a315d1888f7 (diff) | |
| download | mailman-19f8950010ae01a1535fe60cffa386247cf41b94.tar.gz mailman-19f8950010ae01a1535fe60cffa386247cf41b94.tar.zst mailman-19f8950010ae01a1535fe60cffa386247cf41b94.zip | |
Diffstat (limited to 'Mailman/Gui/General.py')
| -rw-r--r-- | Mailman/Gui/General.py | 7 |
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) |
