Re: --quarentine
Salvatore Toribio <[email protected]>
| Newsgroups | gmane.mail.qmail.scanner |
|---|---|
| Message-ID | <a06230905c0ac871f6fed@[193.43.129.133]> |
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