Re: [SAtalk] Re: Looking for comments on this rule: EMAIL in URL

2004-01-19 Thread Tim B
humm.. didn't think of ^ thanks ack just shoot my copy and past cleanup. uri MY_EMAILINURL_1/https?:([EMAIL PROTECTED])/i This an be subject to a mild denial of service attack. You probably mean to use '[EMAIL PROTECTED]' and '[^.]' instead of '.' in a couple of places. Scott -

[SAtalk] Re: Looking for comments on this rule: EMAIL in URL

2004-01-18 Thread Scott A Crosby
On Sun, 18 Jan 2004 23:51:00 -0500, Tim B <[EMAIL PROTECTED]> writes: > ack just shoot my copy and past cleanup. > > uri MY_EMAILINURL_1/https?:([EMAIL PROTECTED])/i This an be subject to a mild denial of service attack. You probably mean to use '[EMAIL PROTECTED]' and '[^.]' instead of '.'