Page 1 of 1

How can I stop notice spam?

Posted: Wed May 11, 2005 1:43 am
by Termina
This is what happens. How can I stop it with spamfilter?

Code: Select all

-Dan/#unhandledexceptions-  _300920847 a743534347 _522848618 ]412867479 a613204009 `669375736 ^850017212 \492082052 [739030350 a858165995 Z208950127 ^903815917 \454722335 _72310348
-Dan/#unhandledexceptions-  ^846918707 ^874171863 [354024226 ^817308073 [671189946 Z144565332 ^625753629 ]5751798 \571555132 ^102699837 _787913372 `106119879 [338829607 ]382344878
-Dan/#unhandledexceptions-  Z874960169 Z198253867 `162910116 Z273845546 Z279189304 `328447144 `885659329 _404010425 ]582891885 `293264516 ]665918553 [523261193 `163306667 _25241649
-Dan/#unhandledexceptions-  ^487794991 a438431617 \650786278 `219792899 _540672575 Z339570111 [302390738 ]702118365 _201501008 `930105080 \806023688 Z156390131 `100701997 [868577199

Posted: Wed May 11, 2005 3:03 am
by w00t
(Please don't double post ;))
The only thing i can think of for now would be along the lines of
.?d{9}

[edit:]
On later talking with Stealth, he instead suggested
^(.?\d{9} ){14}
which would have a lot less false positives. Hope it's useful.
[/edit]

Posted: Thu May 12, 2005 11:58 pm
by Jason
The space at the end... Will it trigger right? theres no space at the end of the line in the channel is there?

Posted: Fri May 13, 2005 12:01 am
by w00t
It's to match the spaces in the gaps of the combos
ie:

<block> <block> <block>

Since it's using greedy matching, it should be ok.
[someone more experienced can correct me if i'm wrong]

Re: How can I stop notice spam?

Posted: Fri May 20, 2005 4:22 pm
by Guest
Termina wrote:This is what happens. How can I stop it with spamfilter?

Code: Select all

-Dan/#unhandledexceptions-  _300920847 a743534347 _522848618 ]412867479 a613204009 `669375736 ^850017212 \492082052 [739030350 a858165995 Z208950127 ^903815917 \454722335 _72310348
-Dan/#unhandledexceptions-  ^846918707 ^874171863 [354024226 ^817308073 [671189946 Z144565332 ^625753629 ]5751798 \571555132 ^102699837 _787913372 `106119879 [338829607 ]382344878
-Dan/#unhandledexceptions-  Z874960169 Z198253867 `162910116 Z273845546 Z279189304 `328447144 `885659329 _404010425 ]582891885 `293264516 ]665918553 [523261193 `163306667 _25241649
-Dan/#unhandledexceptions-  ^487794991 a438431617 \650786278 `219792899 _540672575 Z339570111 [302390738 ]702118365 _201501008 `930105080 \806023688 Z156390131 `100701997 [868577199
I think You must put +T inch channel mode

Posted: Sat May 21, 2005 12:55 pm
by w00t
He's talking about stopping that specific stuff coming through. We're stopping it by using spamfilter ;)