I have a freebsd 7.0 RC3  server running postfix amavisd-new clamavd and
SpamAssassin...  Having just upgraded ports I believe they are all current
releases

In this set up I am lead top believe that Amavisd-new handles the SA config 
but I did not see a process for spamd so i enabled in rc.conf.    I am not
seeing any x-spam related headers in the long message header but the GTUBE
test message was discarded so it appears to be working

my amavisd config for SA  is

$sa_tag_level_deflt  = 2.0;  # add spam info headers if at, or above that
level
$sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that level
$sa_kill_level_deflt = 4.0; # triggers spam evasive actions
$sa_dsn_cutoff_level = 10;   # spam level beyond which a DSN is not sent
# $sa_quarantine_cutoff_level = 20; # spam level beyond which quarantine is
off
# $penpals_bonus_score = 5;  # (no effect without a @storage_sql_dsn
database)
# $penpals_threshold_high = $sa_kill_level_deflt; # don't waste time on hi
spam

$sa_mail_body_size_limit = 400*1024; # don't waste time on SA if mail is
larger
$sa_local_tests_only = 0;    # only tests which do not require internet
access?
$sa_spam_subject_tag = '***SPAM*** ';
# SpamAssassin settings


@bypass_banned_checks_maps = (
['.sanddollarbonaire.com','habitatbonaire.com',
'.constantcontact.com','.att.net'] );
# $sa_local_tests_only is passed to Mail::SpamAssassin::new as a value
# of the option local_tests_only. See Mail::SpamAssassin man page.
# If set to 1, no SA tests that require internet access will be performed.
#
$sa_local_tests_only = 0;   # only tests which do not require internet
access?
#$sa_auto_whitelist = 1;    # turn on AWL in SA 2.63 or older (irrelevant
                            # for SA 3.0, its cf option is
use_auto_whitelist)

any thoughts as to what happened to the headers and should i even care?


thanks

jason




-- 
View this message in context: 
http://www.nabble.com/SpamAssassin-Doesn%27t-Appear-to-be-working-tp22341459p22341459.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Reply via email to