Hi, All! We use Exim 4.51 with SpamAssassin (3.1.0) on our systems to check for SPAM the E-Mails.
Right now, we check the Score from SpamAssassin to know if an E-Mail is SPAM (when score_int >= 50, then it's SPAM). We work now to allow our customers to define their scores for SpamAssassin's rules and, of course, required_score too. Now the problem... A user says "for me are SPAM all E-Mails with score >= 4", OK! SpamAssassin (with spamc) says that they are SPAM. But, when Exim sends the E-Mail to SpamAssassin, says that the E-Mail is **NOT** SPAM, because the score < 5 is. The question: which other variable can I check to know what SpamAssassin says? In the documentation I didn't find anything... And I don't really want to read from DB what the user wants and then compare with score_int... Thanks a lot for your suggestions! -- _______________________________ Luca Bertoncello -Programmierung / Mailserver- IMS Internet-Media-Service GmbH Bärensteiner Straße 7 01277 Dresden Fon: +49 351 2112034 Fax: +49 351 2112020 email: [EMAIL PROTECTED] -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
