How can I stop notice spam?

These are old archives. They are kept for historic purposes only.
Post Reply
Termina
Posts: 3
Joined: Tue Feb 22, 2005 9:25 pm

How can I stop notice spam?

Post 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
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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]
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post 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?
Why the hell can't my signature be empty?
"Your message contains too few characters."
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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]
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Guest

Re: How can I stop notice spam?

Post 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
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

He's talking about stopping that specific stuff coming through. We're stopping it by using spamfilter ;)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply