Hi all, Am using SA version 3.2.4 . So far working great. I am comparing the headers on two of my mails. The first mail is NOT a spam, and X-Spam-Status is like so:
No, score=2.7 required=10.0 tests=RCVD_NUMERIC_HELO,RDNS_NONE autolearn=no version=3.2.4 The second email is a spam, and its X-Spam-Status looks like this: Yes, score=24.4 required=10.0 tests=DCC_CHECK,DIGEST_MULTIPLE, PYZOR_CHECK,RAZOR2_CF_RANGE_51_100,RAZOR2_CF_RANGE_E8_51_100,RAZOR2_CHECK, RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RCVD_IN_XBL,RDNS_NONE, URIBL_BLACK,URIBL_JP_SURBL,URIBL_RHS_DOB,URIBL_SC_SURBL,URIBL_WS_SURBL autolearn=spam version=3.2.4 Question: Why is it that on the header of the ham, autolearn=no ? My local.cf looks like this: ... ... required_score 10.0 use_bayes 1 bayes_auto_learn 1 bayes_store_module Mail::SpamAssassin::BayesStore::MySQL bayes_sql_dsn DBI:mysql:spamassassin:localhost bayes_sql_username dbusername bayes_sql_password secret #AWL auto_whitelist_factory Mail::SpamAssassin::SQLBasedAddrList user_awl_dsn DBI:mysql:spamassassin:localhost user_awl_sql_username dbusername user_awl_sql_password secret # Enable or disable network checks skip_rbl_checks 0 use_razor2 1 use_dcc 1 use_pyzor 1 I can see that there are entries in these tables: awl, bayes_global_vars, bayes_seen, bayes_vars but bayes_token and bayes_expire are empty. Am really new with all these. Appreciate your comment. TIA. -- Roger --------------------------------------------------- Sign Up for free Email at http://ureg.home.net.my/ ---------------------------------------------------
