Page 1 of 1

How to delete all the spamfilter list

Posted: Tue Jul 17, 2007 12:41 pm
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.