Spamfilters Unrealircd4

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Locked
sanelx
Posts: 1
Joined: Mon Nov 14, 2016 6:54 pm

Spamfilters Unrealircd4

Post by sanelx »

Hello,

Is there a raw command to remove all spamfilters on the unrealircd4 version. There is one for 3.2 that worked but it doesn't work for this one.

raw 229:*:{ if ($2 === F) { spamfilter del $3 $4 - - $10- } }
DonTCry
Posts: 50
Joined: Mon Feb 06, 2012 6:01 pm
Contact:

Re: Spamfilters Unrealircd4

Post by DonTCry »

Type /spamfilter del
you will get a list of spamfilters added via irc and/or spamfilter.conf
You will get the list of the spamfilters that you can remove like:

Code: Select all

F simple cpn gline 0 135180884 0 Spam [email protected] www.spam.com
To delete this spamfilter, use /SPAMFILTER del 0x563222401460

So use /SPAMFILTER del 0x563222401460 to remove that spamfilter
Locked