Page 1 of 1

Need Help

Posted: Fri Oct 28, 2011 1:55 am
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

Re: Need Help

Posted: Fri Nov 04, 2011 4:37 am
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.

Re: Need Help

Posted: Sat Nov 05, 2011 10:31 am
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

Re: Need Help

Posted: Sat Nov 05, 2011 12:09 pm
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.

Re: Need Help

Posted: Fri Nov 11, 2011 7:42 pm
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

Re: Need Help

Posted: Thu Nov 17, 2011 1:53 am
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.

Re: Need Help

Posted: Thu Nov 17, 2011 3:20 am
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.

Re: Need Help

Posted: Thu Dec 01, 2011 7:23 pm
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


Re: Need Help

Posted: Fri Dec 02, 2011 4:51 pm
by katsklaw
Do you run BOPM?

Re: Need Help

Posted: Fri Dec 02, 2011 8:06 pm
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.