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

These are old archives. They are kept for historic purposes only.

Moderators: Gottem, Supporters

erkut79
Posts: 20
Joined: Thu Jun 09, 2016 2:16 am

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

Post by erkut79 »

adwords have log Gottem.
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

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

Post 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.
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
erkut79
Posts: 20
Joined: Thu Jun 09, 2016 2:16 am

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

Post 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";
};
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

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

Post 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.
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
erkut79
Posts: 20
Joined: Thu Jun 09, 2016 2:16 am

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

Post by erkut79 »

spamfilter {
match-type simple;
match "*mirc*";
target { private; private-notice; channel; channel-notice; };
action warn;
reason "Adwords";
};

same with simple too
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

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

Post by Syzop »

With action "warn" the message is not blocked.

But yes users see a warning message about their message being intercepted.
erkut79
Posts: 20
Joined: Thu Jun 09, 2016 2:16 am

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

Post by erkut79 »

user warn ok. but message is blocking
Post Reply