some i r c

These are old archives. They are kept for historic purposes only.
Post Reply
skeo
Posts: 3
Joined: Wed Jun 11, 2008 12:36 am

some i r c

Post by skeo »

hi, i have some troblue i wanna to add i r c on spam filter c o m and n e t o r g entc.. with space ( empty space ), i don`t knew whove to add /spamfilter and what?:) and i wanna to add for i r c.somenew.c o m to expitison list... :)
Thanks:)
Phlaing
Posts: 2
Joined: Sun Jun 15, 2008 12:29 pm

Re: some i r c

Post by Phlaing »

try c\s+\o\s+\m
Exedore
Posts: 15
Joined: Tue Sep 23, 2008 1:05 am

Re: some i r c

Post by Exedore »

Try directly with this:

Code: Select all

/spamfilter add target block - Spam i r c
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: some i r c

Post by Jobe »

Exedore wrote:Try directly with this:

Code: Select all

/spamfilter add target block - Spam i r c
i\sr\sc is better and thus an answer had already been given.

So why are you digging up 2-3 month old threads to give answers that have already been given?
Your IP: Image
Your Country: Image
sicoco
Posts: 5
Joined: Sat Feb 06, 2010 11:17 am

Re: some i r c

Post by sicoco »

hi, how can block inviter/spam with this regex: 1. /$s$e$r$v$e$r i$r$c$. b$l$a$b$l$a$b$l$a x$. o$r$g$
2. I+r+C+.+b+l+a+b+l+a+.+N+e+T
3. I@(*)R@(*)C@(*).@(*)B@\+L@\A@\.@(*)N@%

and they always using colour code to mask all regex like that.

Many thanks before :)
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: some i r c

Post by Stealth »

1 and 2 can be solved with the following:

Code: Select all

i.?r.?c.?\..+\..?o.?r.?g.?
or

Code: Select all

([a-z0-9.][^a-z0-9.]){10,}
The first is a little more restrictive and you'd have to set the exact domain pattern, the second will catch any string of a character followed by a non-character repeated 10 or more times (I'd recommend the second).

The third is a little more complex, but I'd recommend using something like:

Code: Select all

([a-z0-9.][^a-z0-9.]{1,5}){10,}
which will catch a normal letter or dot followed by up to 5 non-characters repeated 10 times in a row.
sicoco
Posts: 5
Joined: Sat Feb 06, 2010 11:17 am

Re: some i r c

Post by sicoco »

Thank you sir,,, ;)
sicoco
Posts: 5
Joined: Sat Feb 06, 2010 11:17 am

Re: some i r c

Post by sicoco »

They now put many type regex and still with colour code to mask all word:
- i**r**c.**bla***bla**.c**o**m
- i$$r$$c.$$bla$$bla$$.o$$r$$g
- i--r--c.*--bla*-*bla*-*.c*-*o*-*m

All filter code before it does not work for it.
how can i block that? i mean can i block "IRC" only with any type all regex like my sample that i**R**C** or i$$$R$$C$$?
So anything on the back of the writing "IRC" will be subject to BadWord /Block, And all client not have problem in their chat activity.

Thank's Admin ;)
sicoco
Posts: 5
Joined: Sat Feb 06, 2010 11:17 am

Re: some i r c

Post by sicoco »

Hello..

Anybody can help..
sicoco
Posts: 5
Joined: Sat Feb 06, 2010 11:17 am

Re: some i r c

Post by sicoco »

with this too:

Ia*'/Ra*'/Ca*'/.a*'/Ba*'/La*'/Aa*'/Ba*'/La*'/Aa*'/Ba*'/La*'/Aa*'/Aa*'/.a*'/Ba*'/Ia*'/Z/

:o :o :shock: :shock: :( :(
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: some i r c

Post by Stealth »

Looks like the only thing you can do now is just use this one:

Code: Select all

i.*r.*c.*\..**b.*l.*a.*b.*l.*a.*\..*c.*o.*m.*
Also, if you're having such a large problem you should be running a BOPM on your network and banning the people doing this. There are instructions for setting up a BOPM here: http://x-tab.org/unreal.html#InstallBOPM
HitMan69
Posts: 14
Joined: Sat Sep 06, 2008 3:46 am
Location: Australia
Contact:

Re: some i r c

Post by HitMan69 »

5,15W15zog5,15W15zog5,15W . L15o5,15O15o5,15Q15o5,15K15o5,15A15o5,15C15o5,15H15o5,15A15o5,15T . N15zog5,15E15zog5,15T15zog = W W W . L O Q K A C H A T . N E T


How can i spamfilter this?
Post Reply