ident + nick = not connect BUT¿

These are old archives. They are kept for historic purposes only.
Post Reply
code
Posts: 10
Joined: Sun Jun 19, 2005 1:46 pm

ident + nick = not connect BUT¿

Post by code »

RQIPNLGN ([email protected]) [Client]
RQASASA ([email protected]) [Client]

ABCDEF (AB@212..) [Client]

××****(××****@212. not connect for spam filter ?

for example

ab**(ab**@212..) not connect ?
(HE
TigerKatziTatzi
Posts: 36
Joined: Fri Apr 08, 2005 12:10 pm

Post by TigerKatziTatzi »

/spamfilter add u block - [reason] RQ.?!RQ.?@

should do the job for blocking first posted clients,

for your example:
/spamfilter add u block - [reason] ab.?!ab.?@


if u want to have a whole ip range off ur net as you posted with

ab*****!ab***@212......

use permanent gline for *@212.*

will block all clients with ip beginning 212 in the first quad. But usually glinening whole providers makes no sence.
Winbots
Posts: 65
Joined: Wed Apr 21, 2004 12:26 am
Location: irc://irc.winbots.org/Winbots
Contact:

Post by Winbots »

(.+)(.{4})!(~)?\1@.+
code
Posts: 10
Joined: Sun Jun 19, 2005 1:46 pm

..

Post by code »

spamfilter {
regex "(.+)(.{4})!(~)?\1@.+";
target user;
action kill;
reason "Giris icin Nick name iniz ile Identiniz farkli olmalidir.";
};


but it code;

for Ferhat is ~Fe@

I want Ferhat is ~Fe*-->*@

??????
(HE
code
Posts: 10
Joined: Sun Jun 19, 2005 1:46 pm

help me please..

Post by code »

last ask?

Ferhat is ~Fe*-->*@ = not connect?
(HE
Post Reply