Update of /cvsroot/mailman/mailman/Mailman/Gui
In directory usw-pr-cvs1:/tmp/cvs-serv14625/Mailman/Gui
Modified Files:
General.py
Log Message:
_setValue(): We actually don't need to do the check on the
reply_to_address value, since this is already done in
GUIBase.HandleForm().
Index: General.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Gui/General.py,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -d -r2.10 -r2.11
*** General.py 11 Mar 2002 18:53:11 -0000 2.10
--- General.py 14 Mar 2002 22:32:54 -0000 2.11
***************
*** 396,406 ****
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)
--- 396,399 ----
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins