Page 2 of 2

Re: Need these modules working on UnrealIRCd-4.0.4 (m_rmtkl & chansno & portpassword & adwords))

Posted: Fri Feb 03, 2017 10:18 am
by erkut79
adwords have log Gottem.

Re: Need these modules working on UnrealIRCd-4.0.4 (m_rmtkl & chansno & portpassword & adwords))

Posted: Sat Feb 04, 2017 1:01 pm
by Gottem
If that's all you want, grab the update for m_chansno. I added something in there so you can broadcast spamfilter hits to a channel too. It seems silly to reinvent the wheel (or the built-in spamfilter mod) just for that.

Re: Need these modules working on UnrealIRCd-4.0.4 (m_rmtkl & chansno & portpassword & adwords))

Posted: Sun Apr 02, 2017 4:28 am
by erkut79
PRIVMSG Command processed, but a copy has been sent to ircops for evaluation (anti-spam) purposes. [Adwords]

message is blocked :(
any problem on spamfilter

in spamfilter.conf;

spamfilter {
match-type posix;
match "*jaqen*";
target { private; channel; };
action warn;
reason "Adwords";
};

Re: Need these modules working on UnrealIRCd-4.0.4 (m_rmtkl & chansno & portpassword & adwords))

Posted: Sun Apr 02, 2017 1:35 pm
by Gottem
Pretty sure you're in the wrong forum for spamfilter help, but anyways:

You have match-type posix which requires regular expressions. They can get pretty complex and judging by the value for match, you're looking for match-type simple.

Re: Need these modules working on UnrealIRCd-4.0.4 (m_rmtkl & chansno & portpassword & adwords))

Posted: Sun Apr 02, 2017 9:09 pm
by erkut79
spamfilter {
match-type simple;
match "*mirc*";
target { private; private-notice; channel; channel-notice; };
action warn;
reason "Adwords";
};

same with simple too

Re: Need these modules working on UnrealIRCd-4.0.4 (m_rmtkl & chansno & portpassword & adwords))

Posted: Mon Apr 03, 2017 10:27 am
by Syzop
With action "warn" the message is not blocked.

But yes users see a warning message about their message being intercepted.

Re: Need these modules working on UnrealIRCd-4.0.4 (m_rmtkl & chansno & portpassword & adwords))

Posted: Wed Apr 12, 2017 10:53 pm
by erkut79
user warn ok. but message is blocking