The attached patch fixes another small typo. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member
Index: Defaults.py.in =================================================================== RCS file: /cvsroot/mailman/mailman/Mailman/Defaults.py.in,v retrieving revision 2.79 diff -u -r2.79 Defaults.py.in --- Defaults.py.in 29 Mar 2002 19:23:04 -0000 2.79 +++ Defaults.py.in 7 Apr 2002 20:50:00 -0000 @@ -561,7 +561,7 @@ # VERP_CONFIRM_FORMAT. VERP_CONFIRM_REGEXP = r'^(?P<addr>[^+]+?)\+(?P<cookie>[^@]+)@.*$' -# Set this to true to enable VERP-like (more use friendly) confirmations +# Set this to true to enable VERP-like (more user friendly) confirmations VERP_CONFIRMATIONS = 0
