{"id":3,"date":"2007-10-16T10:46:33","date_gmt":"2007-10-16T03:46:33","guid":{"rendered":"http:\/\/blog.iwayvietnam.com\/tuanta\/2007\/10\/16\/spamassassin-remove-mails-scored-over-10\/"},"modified":"2008-03-27T14:52:36","modified_gmt":"2008-03-27T07:52:36","slug":"spamassassin-remove-mails-scored-over-10","status":"publish","type":"post","link":"https:\/\/blog.iwayvietnam.com\/tuanta\/2007\/10\/spamassassin-remove-mails-scored-over-10\/","title":{"rendered":"Removing mails spam-scored over 10"},"content":{"rendered":"<p>I am using SpamAssassin 3.1.x on Linux.<br \/>\nNow, all mails with spam score over five (5) are marked as spams (so simple configuration). Further more, I would like to remove permanently all mails with score over ten (10).<\/p>\n<p>Here is content of \/etc\/procmailrc to do that:<\/p>\n<p><code>DROPPRIVS=yes<br \/>\nMAX_SCORE=10.00<br \/>\nMIN_SCORE=5.00<br \/>\n:0fw<br \/>\n| \/usr\/bin\/spamc<br \/>\n:0<br \/>\n* ^X-Spam-Status:.*score=\\\/[0-9\\.]+<br \/>\n{<br \/>\n## if spam score is &gt; MAX_SCORE, trash it<br \/>\n:0<br \/>\n* $ -${MAX_SCORE}^0<br \/>\n* $ ${MATCH}^0<br \/>\n\/dev\/null<br \/>\n## else if spam score is &gt; MIN_SCORE, send it to spam folder<br \/>\n:0E:<br \/>\n* $ -${MIN_SCORE}^0<br \/>\n* $ ${MATCH}^0<br \/>\n$DEFAULT<br \/>\n}<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I am using SpamAssassin 3.1.x on Linux. Now, all mails with spam score over five (5) are marked as spams (so simple configuration). Further more, I would like to remove permanently all mails with score over ten (10). Here is content of \/etc\/procmailrc to do that: DROPPRIVS=yes MAX_SCORE=10.00 MIN_SCORE=5.00 :0fw | \/usr\/bin\/spamc :0 * ^X-Spam-Status:.*score=\\\/[0-9\\.]+<a class=\"more-link\" href=\"https:\/\/blog.iwayvietnam.com\/tuanta\/2007\/10\/spamassassin-remove-mails-scored-over-10\/\">Continue reading <span class=\"screen-reader-text\">&#8220;Removing mails spam-scored over 10&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,4],"tags":[],"class_list":["post-3","post","type-post","status-publish","format-standard","hentry","category-sendmail","category-tips","entry"],"_links":{"self":[{"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/posts\/3"}],"collection":[{"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/comments?post=3"}],"version-history":[{"count":0,"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/posts\/3\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/media?parent=3"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/categories?post=3"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.iwayvietnam.com\/tuanta\/wp-json\/wp\/v2\/tags?post=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}