Page 1 of 1

problem, limit a gline for certain user

Posted: Mon Nov 14, 2005 2:13 pm
by Jappy
the nick a need to gline = asqodtny (~[email protected] - lvgnbrrm)

i use the following spamfilter rules = /spamfilter add u gline 3600 No_Clone [a-z]{8}+!~[a-z]{8}+@.+:[a-z]{8}


but my probleme, is they also gline longer nick for example webmaster (~[email protected] - pensylvannia) cause the have 8 caracter and more and match the rule

how quand i limit to 8 caracther ??

Posted: Mon Nov 14, 2005 2:38 pm
by Dukat
/gline +*[email protected] 3d No clones


If clones are your issue, don't use spamfilter but Unreal's maxperip setting (in the allow block) or your service's session limit.

Posted: Mon Nov 14, 2005 3:21 pm
by Jappy
hi,

i said no_clone, but is already limite to 2, with unknown command

a clone attack, i can say drone attack etc...

i try also antirandom module

but if i can make it work, the spamfilter rule do the job

Posted: Mon Nov 14, 2005 9:40 pm
by Jason
^[a-z]{8}!~?[a-z]{8}@[^:]+:[a-z]{8}$

Posted: Tue Nov 15, 2005 12:50 am
by Jappy
thanks a lot,

i'm shure , it work,

is there a web site, where we can get that kind of documentation

Posted: Tue Nov 15, 2005 1:02 am
by Jason
Yes. It is at the bottom of the UnrealIRCd documentation. Also, google for TRE Regular Expressions