please help with this regex

These are old archives. They are kept for historic purposes only.
Post Reply
Guest

please help with this regex

Post 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
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Code: Select all

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

Post 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:
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Woah. I got these same exact drones recently. Who is your shell provider?
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply