How to directly delete SPAM tagged messages?

Forum for getting help with Project Gamera, Spamassassin, Clamav, qmail-scanner and other anti-spam tools.
powergen
Forum User
Forum User
Posts: 19
Joined: Wed Dec 22, 2004 7:51 pm

How to directly delete SPAM tagged messages?

Unread post by powergen »

Many, if not all, of my users have enough of spam.

Spam assassin does recognise most of incoming spam but honestly why having your mailbox full of SPAM tags when you see that 100% of them are positive and there are no false ones?

So, how can I modify qmail-scanner rules or SpamAssassin settings in order to have SPAM tagged messages directly deleted by the system?

i.e. just as with ClamAV.


Thanks, pg
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

its a setting in the qmail-scanner-queue.pl file, sa_delete I believe the variable is called. Thats the value relative to the required_hits value for the account to delete at. So for example, if you set required_hits to 5 (the default) and sa_delete to 2, spam scoring 7 and above would be deleted.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

its a setting in the qmail-scanner-queue.pl file, sa_delete I believe the variable is called. Thats the value relative to the required_hits value for the account to delete at. So for example, if you set required_hits to 5 (the default) and sa_delete to 2, spam scoring 7 and above would be deleted.
powergen
Forum User
Forum User
Posts: 19
Joined: Wed Dec 22, 2004 7:51 pm

Unread post by powergen »

Thanks Scott,

I'll let you know.

pg
Post Reply