On 12/11/2012 13:02, Jari Fredriksson wrote:
12.11.2012 14:58, Steve Allison kirjoitti:
Dear List,

What is AM.WBL? I can't find it in the score files.

First entry of this header, "AM.WBL=5"

X-Spam-Status: Yes, score=5.317 tagged_above=-500 required=5
tests=[AM.WBL=5,
     AWL=-0.810, BAYES_50=0.8, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
     DKIM_VALID_AU=-0.1, HTML_IMAGE_RATIO_02=0.437, HTML_MESSAGE=0.001,
     RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]
     autolearn=no

When I run spamassassin manually on the same mail with spamassassin -D
< mailfile ... it doesn't use this rule AM.WBL.

Debian Wheezy x64
Spamassassin run via Amavis

$ spamassassin -V
SpamAssassin version 3.3.2
   running on Perl version 5.14.2

Sounds like amavis adds her own rules to the process, to me.


Yes, you're right. Thanks for the push in the right direction.

Amavis on debian has a 20-debian-defaults file with the following blacklist entries on sender address. A matched entry was adding 5 points and skewing the results. Have removed.

@score_sender_maps = ({
  '.' => [
new_RE( # regexp-type lookup table, just happens to be all soft-blacklist
[qr'^(bulkmail|offers|cheapbenefits|earnmoney|foryou)@'i => 5.0],
[qr'^(greatcasino|investments|lose_weight_today|market\.alert)@'i=> 5.0],
[qr'^(money2you|MyGreenCard|new\.tld\.registry|opt-out|opt-in)@'i=> 5.0],
[qr'^(optin|saveonlsmoking2002k|specialoffer|specialoffers)@'i => 5.0],
[qr'^(stockalert|stopsnoring|wantsome|workathome|yesitsfree)@'i => 5.0],
[qr'^(your_friend|greatoffers)@'i => 5.0],
[qr'^(inkjetplanet|marketopt|MakeMoney)\d*@'i => 5.0],
   ),

Reply via email to