Page 1 of 1

please help with this regex

Posted: Thu Feb 09, 2006 7:34 am
by Guest
please help ,
trojan/drone spamples:
ARG|268146!~[email protected]:ARG|268146
ARG|[email protected]:ARG|823618
ESP|052476!~[email protected]:ESP|052476

I tried this ,
^([A-Z]{3}|[0-9]{6})!~[a-z]{6}@.+:\1

IRCD version: Unreal3.2.4
(backrefrences is supported in Unreal?)
thanks in advance

Posted: Thu Feb 09, 2006 8:31 pm
by Stealth

Code: Select all

^([a-z]{3}\|\d{6})!.+@.+:\1$

Posted: Fri Feb 10, 2006 3:43 am
by Guest
thanks , works well.

Code: Select all

-*- [Spamfilter] MEX|[email protected] matches filter '^([a-z]{3}\|\d{6})!.+@.+:\1$': [NICK: 'MEX|[email protected]:MEX|786385'] [you are infected]
-*- [Spamfilter] ESP|[email protected] matches filter '^([a-z]{3}\|\d{6})!.+@.+:\1$': [NICK: 'ESP|[email protected]:ESP|896050'] [you are infected]
:evil:

Posted: Sat Feb 11, 2006 3:12 am
by Jason
Woah. I got these same exact drones recently. Who is your shell provider?