Re: RES: --quarentine
Salvatore Toribio <[email protected]>
| Newsgroups | gmane.mail.qmail.scanner |
|---|---|
| Message-ID | <a06230909c0ac937e562a@[193.43.129.133]> |
At 11:21 -0300 7-06-2006, Fernando Crelick wrote: >Ok, but if status SPAM marked YES him deleted message? >Why send message for account user and no delete? > Read the documentation of Spamassassin, the status spam really means that is "probabily spam", the message is tagged and if you configure properly qmail-scanner the subject will reflect that, so the user could read or trash the message. ST >-----Mensagem original----- >De: Salvatore Toribio [mailto:[email protected]] >Enviada em: quarta-feira, 7 de junho de 2006 10:58 >Para: Fernando Crelick; [email protected] >Assunto: Re: [Qmail-scanner-general] --quarentine > >At 9:20 -0300 7-06-2006, Fernando Crelick wrote: >>I installed the qmail-scanner with the option --quarentine 1 and it works >>for almost all SPAM, but some go by him same presenting the status: >> >>X-Spam-status: Yes, score=5.9 required=5.0 >>X-Spam-Level: +++++ >>Received: from server.webcountry.net (HELO host37.webcountry.net) >>(216.65.111.2) >> >>Why does that happen? Should not he catch that message and to play in / >>var/spool/qscan/quarentine/spam/new? >> > >Hi Fernando > >You have set '--sa-quarantine 1', so messages with a score higher >than 'required+sa-quarantine' will be quarantined, so: > > required=5.0 -> 5.0 + 1 = 6.0 > >The score of the messages above is 5.9 < 6.0, it will be tagged but >not quarantined. > >ST