[exim] Discard spam

Etusivu
Poista viesti
Vastaa
Lähettäjä: Александр Кириллов
Päiväys:  
Vastaanottaja: exim-users
Aihe: [exim] Discard spam
Hi!

I need to silently discard incoming messages based on the spam score. Will
it work if I change deny to discard in the following rule?

deny    condition = ${if >{$spam_score_int}{100} {1}}
        message   = Your message scored $spam_score SpamAssassin point.
Report follows:\n\
                    $spam_report


Thanks.