Is this OT? Probably, but I figure someone must know. I'm running SA (which should make Aaron happy), and it *is* running but not quite behaving the way I want it. There are two things that I'd like to change about it's behaviour:
1. I don't want it to reject any messages. At the moment, it is rejecting some emails but I don't know why because I never see them. All of the emails that it rejects do score over the required_hits I've set, but that's not the only reason they're being rejected. Some emails that are scored at 6 or 7 are being rejected while others with scores in the 20s are being let through. I can puzzle out that behaviour later, but for the moment I would like it to stop rejecting any email. 2. I can't get any satisfaction on the X-SPam headers thing. I've told SA to write the X-Spam-Score and X-Spam-Flags on each email, but it only writes them on email that it thinks is spam. I suppose this is as-designed behaviour, but for the sake of debugging and tweaking, I'd like to see the scores and flags for every email. I know this sounds like a "I'm too lazy to Google" request, but I swear I've read so much stuff on SA that I'm going crazy and I still can't figure out where I'm going wrong. Here's my local.cf for reference. My user_prefs is totally commented out so I believe this is the only file affecting SAs behaviour. Any help would be muchly appreciated. And keep me away from my very unpopular challenge/response system :) # How many hits before a message is considered spam. required_score 5.0 # Change the subject of suspected spam rewrite_header Subject [SPAM] # Encapsulate spam in an attachment (0=no, 1=yes, 2=safe) report_safe 1 # Enable the Bayes system use_bayes 1 # Enable Bayes auto-learning bayes_auto_learn 1 # Enable or disable network checks skip_rbl_checks 1 use_razor2 0 use_dcc 0 use_pyzor 0 # Mail using languages used in these country codes will not be marked # as being possibly spam in a foreign language. ok_languages all # Mail using locales used in these country codes will not be marked # as being possibly spam in a foreign language. ok_locales all #Write the spam headers add_header all Score _SCORE_ add_header all Flags _YESNO_ _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

