Page 1 of 1

Regex needed for this

Posted: Thu Oct 02, 2008 3:02 pm
by nectar
I need help for this:

Flayt3[x]0274 (uielks@
Flayt3[x]2705 (tohbvj@
Flayt3[x]3781 (hstqpx@
Flayt3[x]4848 (ajsbc@

Re: Regex needed for this

Posted: Thu Oct 02, 2008 5:50 pm
by Jobe
Try:
^Flayt3[x]\d{4}!~?[a-z]{6}@

Re: Regex needed for this

Posted: Thu Oct 02, 2008 6:43 pm
by nectar
don't work :(

Re: Regex needed for this

Posted: Thu Oct 02, 2008 7:47 pm
by zEkE
How about:

^Flayt3\[x\]\d{4}!~?[a-z]{5,6}@

?

Re: Regex needed for this

Posted: Thu Oct 02, 2008 9:00 pm
by nectar
don't work. :|

Re: Regex needed for this

Posted: Sun Oct 05, 2008 5:05 pm
by zEkE
It seems your bots no longer match merely what you gave us to work with.
[13:00:25] * *** Spamfilter added: '^Flayt3\[x\]\d{4}!~?[a-z]{5,6}@' [target: u] [action: kill] [reason: testing] on Sun Oct 5 17:00:37 2008 GMT (from zEkE!~[email protected])
[13:01:17] * [Spamfilter] Flayt3[x]0274!~[email protected] matches filter '^Flayt3\[x\]\d{4}!~?[a-z]{5,6}@': [NICK: 'Flayt3[x]0274!~uielks@c-*-*-*-*.hsd1.va.comcast.net:http://*.wordpress.com/'] [testing]
No problem for me..

What the regex will match is:
Flayt3[x], followed by 4 numbers, with an ident of ~ optional, and 5 or 6 letters.