Hi there:
This should be a fairly simple question for the experts out there ...
everything I'm receiving is being blacklisted, and the reports indicate
that all these messages are flagged as "USER_IN_BLACKLIST." Where? I
don't have a user_prefs, and my global is really simple:
# These values can be overridden by editing ~/.spamassassin/user_prefs.cf
# (see spamassassin(1) for details)
# These should be safe assumptions and allow for simple visual sifting
# without risking lost emails.
whitelist_from *.musiciansfriend.com
whitelist_from *.apache.org
blacklist_from [EMAIL PROTECTED]
required_hits 8
#report_safe 0
rewrite_header Subject [SPAM]
# SpamAssassin config file for version 3.x
# # NOTE: NOT COMPATIBLE WITH VERSIONS 2.5 or 2.6
# # See http://www.yrex.com/spam/spamconfig25.php for earlier versions
# # Generated by http://www.yrex.com/spam/spamconfig.php (version 1.50)
#
# # How many hits before a message is considered spam.
# required_score 5.0
#
# # 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 0
use_razor2 1
#use_dcc 1
use_pyzor 1
#
# # Mail using languages used in these country codes will not be marked
# # as being possibly spam in a foreign language.
#ok_languages en
#
# # Mail using locales used in these country codes will not be marked
# # as being possibly spam in a foreign language.
ok_locales en
# Blacklist for foreign countries we don't care about getting mail from
#
blacklist_from *.ar
blacklist_from *.tr
blacklist_from *.cn
blacklist_from *.hr
blacklist_from *.ru
blacklist_from *.tw
#
#
This all worked just fine when I was using RH9/SA 2.6. This is on
Fedora 7 with SA 3.2.2. I am using procmail to process incoming mail,
and using ClamAV for virus stuff.
Is there a way I can reset the blacklist? This is driving me nuts. I
don't want to use all_spam_to just to get my mail!
Help! Please?
Thanks!
Michael