You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Phibee Network operation Center <no...@phibee.net> on 2005/05/19 10:32:27 UTC

Problemes => not the same score into spamassassin 3.0.3

Hi

i have a small problems and dont see where is my errors ..

On my first spamassassin, a email sort:

May 19 10:15:49 gw spamd[16048]: connection from srv1.ophelys.org 
[127.0.0.1] at port 45692
May 19 10:15:49 gw spamd[16048]: info: setuid to root succeeded
May 19 10:15:49 gw spamd[16048]: Still running as root: user not 
specified with -u, not found, or set to root.  Fall back to nobody.
May 19 10:15:49 gw spamd[16048]: checking message 
<GT...@example.net> for root:65534.
May 19 10:15:49 gw spamd[16048]: identified spam (998.1/4.9) for 
root:65534 in 0.2 seconds, 799 bytes.
May 19 10:15:49 gw spamd[16048]: result: Y 998 - 
ALL_TRUSTED,AWL,FM_MULTI_ODD2,GTUBE 
scantime=0.2,size=799,mid=<GT...@example.net>,autolearn=failed

and on the second server, a new but with the same local.cf:
May 19 10:25:19 gw spamd[12950]: connection from srv2.ophelys.org 
[127.0.0.1] at port 39551
May 19 10:25:19 gw spamd[12950]: info: setuid to root succeeded
May 19 10:25:19 gw spamd[12950]: Still running as root: user not 
specified with -u, not found, or set to root.  Fall back to nobody.
May 19 10:25:19 gw spamd[12950]: processing message 
<GT...@example.net> for root:65534.
May 19 10:25:20 gw spamd[12950]: clean message (-2.7/4.9) for root:65534 
in 0.2 seconds, 799 bytes.
May 19 10:25:20 gw spamd[12950]: result: . -2 - 
ALL_TRUSTED,AWL,DNS_FROM_AHBL_RHSBL 
scantime=0.2,size=799,mid=<GT...@example.net>,autolearn=failed


why a -2.7


Re: Problemes => not the same score into spamassassin 3.0.3

Posted by Matt Kettler <mk...@evi-inc.com>.
Phibee Network operation Center wrote:
> Hi
> 
> i have a small problems and dont see where is my errors ..

Have you tried spamassassin --lint on the second box?

At casual glance it looks like the second box is missing a lot of the standard
ruleset, as GTUBE failed to fire.

Re: Problemes => not the same score into spamassassin 3.0.3

Posted by Marcel Veldhuizen <ma...@subbot.net>.
At 10:32 19-5-2005, Phibee Network operation Center wrote:

The GTUBE rule is defined in the (standard) 20_body_tests.cf rule file. So 
I'd say for some reason it must not be processing the rules in that file. 
Try "spamassassin -D --lint" and see if 20_body_tests.cf is being loaded?

Then there is the DNS_FROM_AHBL_RHSBL difference, but I don't see how that 
could make such a big diffe

>i have a small problems and dont see where is my errors ..
>On my first spamassassin, a email sort:
>
>May 19 10:15:49 gw spamd[16048]: result: Y 998 - 
>ALL_TRUSTED,AWL,FM_MULTI_ODD2,GTUBE 
>scantime=0.2,size=799,mid=<GT...@example.net>,autolearn=failed
>
>and on the second server, a new but with the same local.cf:
>May 19 10:25:20 gw spamd[12950]: result: . -2 - 
>ALL_TRUSTED,AWL,DNS_FROM_AHBL_RHSBL 
>scantime=0.2,size=799,mid=<GT...@example.net>,autolearn=failed