Salvatore,

I've installed the patch, and it's working, but there's a problem.

Spam between the SpamAssassin threshold and the quarantine gets dealt
with properly (i.e. it is tagged and sent on). Spam above the quarantine
doesn't get tagged, though, which means the word 'spam' isn't in the
title, so the 'silent virus' setting doesn't get activated. So I'm
getting email from the mail server instead of the spam!

The problem seems to be that the tagging of the spam's subject happens
after the decision to quarantine or delete the spam, and the passing of
the email through the silent virus checker.

Have you worked out a fix for this?

Nick


On Tue, 2003-11-04 at 08:32, Salvatore Toribio wrote:
> I've modified the patch I posted ten days ago, now it's possible to
> delete messages over a threshold.
> 
> Donwload from: <http://xoomer.virgilio.it/j.toribio/qmail-scanner/>
> 
> --sa-quarantine [num]           (default: 0)
> Spam messages over this score should be quarantined.
> Only relevant if SpamAssassin is used and is greater than
> the "required_hits" set in the configuration file of
> spamassassin.. Score of 0 means deliver all messages.
> 
> --sa-delete [num]               (default: 0)
> Spam messages over this score should be deleted.
> Only relevant if SpamAssassin is used. Score of 0
> means deliver all messages. Defaults to 0.
> If sa-quarantine is set, sa-delete must be greater,
> of course, must be even greater than the "required_hits"
> set in the configuration file of spamassassin.
> 
> The routine "sub spamassassin" checks if the values are setting right:
> 
> required_hits < sa-quarantine < sa-delete
> 
> It's possible to set sa-quarantine to 0 and sa-delete to another
> value, the mail will be deleted but not quarantined.
> 
> The message is deleted (really not copied to "new") in the routine
> "sub email_quarantine_report".
> 
> After it is installed just edit the file qmail-scanner-queue.pl to
> change the values of sa-quarantine and sa-delete.
> 
> Salvatore
-- 
Nick Holden <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to