Page 1 of 1
regex help
Posted: Tue Jul 11, 2006 8:45 am
by Git
<alidis> an.a.n.ı.z.ı. s.i.k.e.r.i.m.
<alidis> an.a.n.ı.z.ı. s.i.k.e.r.i.m.
<alidis> an.a.n.ı.z.ı. s.i.k.e.r.i.m.
<alidis> an.a.n.ı.z.ı. s.i.k.e.r.i.m.
<alidis> an.a.n.ı.z.ı. s.i.k.e.r.i.m.
regex code please ?
Posted: Tue Jul 11, 2006 9:54 am
by tdw
Code: Select all
spamfilter {
regex "an\.a\.n\.ı\.z\.ı\. s\.i\.k\.e\.r\.i\.m\.";
target private;
action gzline;
reason "G-Lined: IP Banned for spam.";
};
Posted: Tue Jul 11, 2006 10:54 am
by Git
i know it but . . . . . . . .
ba.b.a.b.a.n.z. s.k.i.e.r.m
if 7 dot in one sentences ?
i thing
Code: Select all
/spamfilter add cN gline +0 Küfür [-.]+[-.]+[-.]+[-.]+[-.]+[-.]+[-.]+[-.]
Posted: Tue Jul 11, 2006 11:15 am
by Git
yeap i found it
/spamfilter add cN block +0 4Saldırı [.\].?+[.\].?+[.\].?+[.\].?+[.\].?+[.\].?+[.\].?+[.\].?+[.\].?+[.\].?

Posted: Wed Jul 12, 2006 9:27 am
by tdw
you didn't say the text was random. next time, some more info would help

Posted: Thu Jul 13, 2006 2:01 am
by Jason
Git. Check your regular expression. It is invalid. The [s never end, so the regex never ends.