> Actually the "[none]" comes directly from SpamAssassin, amavisd just
> reports what it gets after calling SA.
>
> The relevant code is in SpamAssassin/PerMsgStatus.pm, sub _get_tag:
>
>     TESTSSCORES => sub {
>       my $arg = (shift || ",");
>       my $line = '';
>       foreach my $test (sort @{$self->{test_names_hit}}) {
>         if (!$line) {
>           $line .= $test . "=" . $self->{conf}->{scores}->{$test};
>         } else {
>           $line .= $arg . $test . "=" . $self->{conf}->{scores}->{$test};
>         }
>       }
>       return $line ? $line : 'none';
>     },
>
> It seems that really no rules matched.
>
>   Mark
>
>   
Hi!

I updated my rules to the latest ones - maybe I get now less of these
"test=[none]"

(Actually 2-3 mails out of 60 spammails in one account are affected)

lg
Martin

Reply via email to