Need Help

These are old archives. They are kept for historic purposes only.
Post Reply
SLipKnOt
Posts: 42
Joined: Sat Apr 10, 2004 6:43 pm
Location: Bangladesh , dhaka
Contact:

Need Help

Post by SLipKnOt »

Dear team,

We are using unreal version Unreal3.2.6. Trying to block spambot via spamfilters patterns are followings

[email protected]:mass
[email protected]:mtss

I've tried to with below code but seems like it didn't work out.

Code: Select all

^(.+)\d+!.+@[^:+]+:(?i)\1
Please advice.

Thanks
./SLipKnOt --help
Bunkerwaiss
Posts: 36
Joined: Thu Dec 27, 2007 8:48 am

Re: Need Help

Post by Bunkerwaiss »

For that particular case with the M as the beggining:

Code: Select all

/spamfilter add u block - Spambot ^m[a-z]{3}\d{5}
Not an elegant solution but, it may work.
Test in your local machine first.
SLipKnOt
Posts: 42
Joined: Sat Apr 10, 2004 6:43 pm
Location: Bangladesh , dhaka
Contact:

Re: Need Help

Post by SLipKnOt »

Thanks for your reply Bunkerwaiss.. thing is nicks are not always start with M.. its random.. so if you have any other suggestion

Thanks
./SLipKnOt --help
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Need Help

Post by katsklaw »

SLipKnOt wrote:Thanks for your reply Bunkerwaiss.. thing is nicks are not always start with M.. its random.. so if you have any other suggestion

Thanks
In your example.they all start with 'm'. So the help.you received is based on that. So lets.see a better example.
SLipKnOt
Posts: 42
Joined: Sat Apr 10, 2004 6:43 pm
Location: Bangladesh , dhaka
Contact:

Re: Need Help

Post by SLipKnOt »

Well that's the pattern actually. let me give you few more examples

DT`[email protected]:dt`s-sqpr
Xp`[email protected]:xp`windows-pms
[email protected]:mac
[email protected]:winxp

Thanks
./SLipKnOt --help
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Need Help

Post by katsklaw »

You are still either altering the information or you have someone spoofing IP's because no one can connect from 255.255.255.255.
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Need Help

Post by Stealth »

It's also interesting they all use 12345 as the number.

PLEASE give us real information. It is EXTREMELY difficult to formulate a spamfilter out of modified stuff. If you feel you need to hide IP addresses to protect anyone then I have no problem with leaving you with your problem.
SLipKnOt
Posts: 42
Joined: Sat Apr 10, 2004 6:43 pm
Location: Bangladesh , dhaka
Contact:

Re: Need Help

Post by SLipKnOt »

Sorry for the misunderstanding guys... before I actually provided examples.. and the patterns.. please see below connections.. i want to block via spamfilter.

Kindly advise.

Thanks

Code: Select all


WinXP15293 was [email protected] * winxp
WinXP56162 was [email protected] * winxp
DT`S-SQpr98536 was [email protected] * dt`s-sqpr
DT`S-SQpr6589 was [email protected] * dt`s-sqpr
mac46648 was [email protected] * mac
WinXP10865 was [email protected] * winxp
WinXP35417 was [email protected] * winxp
Xp`Windows-pms10219 was [email protected] * xp`windows-pms

./SLipKnOt --help
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Need Help

Post by katsklaw »

Do you run BOPM?
SLipKnOt
Posts: 42
Joined: Sat Apr 10, 2004 6:43 pm
Location: Bangladesh , dhaka
Contact:

Re: Need Help

Post by SLipKnOt »

Yes we do have bopm but thing is we configured auto join to channel. So it joined the room first then gets banned and more over sometimes bopm can't help. As they always follow these pattern. and If we can block it though a simple code why not go for it.
./SLipKnOt --help
Post Reply