Page 1 of 1

how to add clones spamfilter

Posted: Thu Feb 07, 2008 1:04 am
by ecohat
the clone [email protected] * XXXXX

this regex is correct ^(?-i)[a-z]{2}[1-9]{5}!~?[a-a]{5}@[^:]+:[X]{5}$ ??
pls help me

Re: how to add clones spamfilter

Posted: Fri Feb 08, 2008 6:19 am
by nate
What specifically do you need help with if you are saying the regex is correct? : P

Re: how to add clones spamfilter

Posted: Fri Feb 08, 2008 2:26 pm
by Jobe
NBishop wrote:What specifically do you need help with if you are saying the regex is correct? : P
He's asking if it is correct, admittedly wording it differently would have helped.

Re: how to add clones spamfilter

Posted: Mon Feb 25, 2008 11:00 pm
by Jason
The answer is no.

He used [a-a] not [a-z] when, with sensitivity on, what he wanted was: [a-zA-Z] for the ident. Otherwise, yes.