Jim Tittsler wrote: >On Thu, Dec 02, 2004 at 11:23:20AM -0500, Terri Oda wrote: >> On Dec 2, 2004, at 7:22 AM, Simmo Siil wrote: >> >How can i but there @domeen.com? without a name? >> >like '@domeen.com' -- how to get it work? >> >now i can use only single aadresses like [EMAIL PROTECTED] >> >> Have you tried [EMAIL PROTECTED] ? >> >> If I recall correctly, that field allows regular expressions. > >It does, but remember to prefix the string with a '^' to have >it recognized as a regular expression: >[EMAIL PROTECTED]
And while Jim's RE will certainly work, some may suggest that it could allow more than wanted and would suggest [EMAIL PROTECTED]@domeen\.com$ See http://docs.python.org/lib/re-syntax.html for info about Python REs. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org
