Well, nothing has worked so far ... every message that I have coming in
(except for the specifically white-listed messages from this mailing
list) have USER_IN_BLACKLIST flagged. Where on earth is it getting
this? You've seen my local.cf, I don't have a user_prefs anymore (blew
it away in hopes of resolving this.)
My head hurts.
Thanks!
Michael
Michael Chapman wrote:
Thanks ... I can certainly take care of the whitelist items. The
country codes are all remarked out, as I used the the ok_languages as
you indicated.
How will changing the whitelist entries prevent my incoming mail as
being blacklisted?
Thanks again!
Michael
I would set the following....
whitelist_from_rcvd *.musiciansfriend.com musiciansfriend.com
whitelist_from_rcvd *.apache.org apache.org
LOOK HERE FOR MORE INFO ON THIS OPTION
http://spamassassin.apache.org/full/3.1.x/doc/Mail_SpamAssassin_Conf.html
blacklist_from [EMAIL PROTECTED]
required_hits 8 rewrite_header Subject [SPAM] report_safe 1
use_bayes 1
bayes_auto_learn 0
skip_rbl_checks 0
use_razor2 1
use_pyzor 1 ok_languages 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
No need for these settings if you have the above "ok_languages en"
-=Aubrey=-
Michael Chapman wrote:
OK ... after diving back into my spam to get responses to this
message, I turned off AWL in v310.pre and removed all blacklist items
from local.cf and user_prefs. Still no joy. Everything is still
getting flagged as before! What is going on?
Thanks for all of your help so far, gang!
Michael
Michael Chapman wrote:
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