Since I was in trying to figure out if URIDNSRBL was working I noticed a few 
more errors that were coming up:
 
debug: config: SpamAssassin failed to parse line, skipping: rewrite_subject     
    1
debug: config: SpamAssassin failed to parse line, skipping: subject_tag         
    (SPAM) _HITS_
debug: config: SpamAssassin failed to parse line, skipping: use_terse_report    
    0
debug: config: SpamAssassin failed to parse line, skipping: auto_learn          
    0
 
My /usr/local/etc/mail/spamassassin/local.cf is pretty straight forward
 
# How many hits before a message is considered spam.
required_hits           5.5
 
# Whether to change the subject of suspected spam
rewrite_subject         1
 
# Text to prepend to subject if rewrite_subject is used
subject_tag             (SPAM) _HITS_
 
# Encapsulate spam in an attachment
report_safe             1  
 
# Use terse version of the spam report
use_terse_report        0
 
# Enable the Bayes system
use_bayes               1
 
# Enable Bayes auto-learning
auto_learn              0
 
# Enable or disable network checks
skip_rbl_checks         0 
use_razor2              1
use_dcc                 1
use_pyzor               1
pyzor_path              /usr/local/bin/pyzor
 
#trusted networks
trusted_networks 65.203.76.
trusted_networks 10.10.5.1
trusted_networks 10.10.5.10
 
#dns server address
dns_available yes
 
# Mail using languages used in these country codes will not be marked
# as being possibly spam in a foreign language.
# - english
ok_languages            en es pt ja ko zh
 
# Mail using locales used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_locales              en
 
score FORGED_MUA_OUTLOOK        1.5
 
I also have some whitelist stuff at the end that I didnt include.
 
--Mike Carlson
[EMAIL PROTECTED]
http://www.uselessthoughts.com
 

Reply via email to