How to delete all the spamfilter list

These are old archives. They are kept for historic purposes only.
Post Reply
raff

How to delete all the spamfilter list

Post by raff »

How i can delete the net spamfilter list?
i tried to mod

Code: Select all

raw 223:*:{ gline - $+ $3 }
to

Code: Select all

raw 229:*:{ spamfilter del $+ $3 }
but don't work, someone can help me?
EDIT: i found the solution:

Code: Select all

raw 229:*:{ spamfilter -  $3-4 $8- }
just write /spamfilter and the list will be deleted.
Post Reply