On Thu, May 02, 2002 at 05:51:49PM -0600, LuKreme wrote:
 
| Now, on topic, if I get messages from a mailing list that test out as spam
| I know I can whitelist the mailing list.
| whitelist_to [EMAIL PROTECTED]  # Messages are addresed TO the list, right?

Maybe, maybe not.  Depends on the posters user agent.  All messages
SHOULD have some sort of identification (ie a List-Id or
X-Mailling-List header).

| Is this the best solution for a list that consistantly hits 5.0?

Only if you never receive spam from that list.  I have SA precisely
because I get spam through some lists.

Other alternatives are to avoid running that list through SA or
adjusting other rules to suit you.

| SPAM: Content analysis details:   (5 hits, 5 required)
| SPAM: Hit! (2.0 points)  Received via a relay in relays.osirusoft.com
| SPAM:                    [RBL check: found
| 23.31.174.207.relays.osirusoft.com., type: 127.0.0.4]
| SPAM: Hit! (3.0 points)  DNSBL: sender is Confirmed Spam Source
| 
| now, let's say I want to decrease the value of DNSBL from 3.0 to 2.9.  How
| do I know the name of the test?

First the name of all the tests are listed in the X-Spam-Status:
header.  They might even be in the same order as the details list.

| It doesn't seem to be DNSBL?

No, that's part of the description.

| I mean, I know it's one of RCVD_IN_OSIRUSOFT_COM,X_OSIRU_SPAM_SRC since
| those are in the header,

Yes.

| but if I look at the actaul defs I get:
| describe X_OSIRU_SPAM_SRC      DNSBL: sender is Confirmed Spam Source
| describe X_OSIRU_SPAMWARE_SITE DNSBL: sender is a Spamware site or vendor

Notice that those two descriptions are different.  Which description
matches the description of the test that scored 3.0?

| which one has an assigned value of 3.0?  Where is the 3.0 assigned?

On my system (debian package!)

/etc/spamassassin/50_scores.cf

| And more importantly, what's the process for tracking them down. 
| Obviously I've ended up looking in not-quite-the-right-place.

First find the names of the tests you are interested in (X-Spam-Status
header).  Then you need to locate the config files.  It  looks like
you've already done this.  Then use grep to find the relevant lines of
the relevant files.

To change the scores of a test you have to decide where to put the
change.  There are 2 main choices :
    o   the score file that comes with SA
    o   your own config file (eg /etc/spamassassin/99_local.cf or
            ~/.spamassassin/user_prefs)

The tradeoff is that one will be overwritten on upgrades.  If you
really like your score, don't put it in the first file.  If you want
your score to be replaced by the default score (possibly changed by
the GA[1]) with each upgrade then use the first file.

-D

[1] network tests aren't scored by the GA though

-- 

He who belongs to God hears what God says.  The reason you do not hear
is that you do not belong to God.
        John 8:47
 
GnuPG key : http://dman.ddts.net/~dman/public_key.gpg

Attachment: msg04448/pgp00000.pgp
Description: PGP signature

Reply via email to