[FR] Spamfilter user regex

These are old archives. They are kept for historic purposes only.
Post Reply
mecmec
Posts: 3
Joined: Sat Sep 11, 2010 9:11 am

[FR] Spamfilter user regex

Post by mecmec »

Hello

I do not speak English, I translated with google translator

I tried for almost 2 hours on a irc server Test ban a regex I use does not



my question is: how it should be done to ban a user (with this command: /spamfilter add u kill 0 ce_nick_est_reservé_for_applet ^\test|t10H20!([a-z]{1}|[A-Z]{1}|[0-9]{1}).*@.* (~ except for the allow block with password)??

should therefore be banned nick: nick|t10H21 ------ (10 = region, H = sex , 21 = age for applet) ( with the character "|" )

Thank you in advance...............


===



I did several tests but no market:

/spamfilter del u kill 0 test ^\test|test!a.*@.*



/spamfilter del u kill 0 test ^\testre!a.*@.*

/spamfilter add u kill 0 test ^\([a-z]{1}./[0-9]{2}\[a-zA-Z]{1}\[0-9]{2})!([a-z]{1}|[A-Z]{1}|[0-9]{1}).*@.*


/spamfilter add u kill 0 test ^\[a-z]{1}!([a-z]{1}|[A-Z]{1}|[0-9]{1}).*@.*



/spamfilter del u kill 0 test ^\test|test!a.*@.*



/spamfilter del u kill 0 test ^\testre!a.*@.*

/spamfilter add u kill 0 test ^\test|re!([a-z]{1}|[A-Z]{1}|[0-9]{1}).*@.*
Post Reply