On Mon, Oct 13, 2003 at 11:31:57AM -0500, Skip Montanaro wrote: > > David> I tried ... > > David> [EMAIL PROTECTED] > David> [EMAIL PROTECTED] > > David> ... but got an invalid value error. > > Try > > [EMAIL PROTECTED]
Not knowing anything about mailman's use of these values: The "^.*something" regex is equivalent to just "something". "^.*" is useless, confusing and should never be used in a regex for the regex libraries with which I am familiar. -- Scott Lambert [EMAIL PROTECTED] ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
