Hallo,
wenn ich eine E-Mail (dabei handelt es sich um Spam) mit spamc prüfen:
erhalte ich eine Punkteanzahl von 2.
Wenn ich hingegen mit spamassassin direkt prüfe erhalte ich:
Warum erhalte ich mit spamc nur eine Punkteanzahl von 2 aber direkt mit spamassassin eine Punkteanzahl von 15.9?
wenn ich eine E-Mail (dabei handelt es sich um Spam) mit spamc prüfen:
spamc -c -f < /root/100%\ Free\ Sample\!.eml
erhalte ich eine Punkteanzahl von 2.
Wenn ich hingegen mit spamassassin direkt prüfe erhalte ich:
spamassassin -D < /root/100%\ Free\ Sample\!.eml
....
Content analysis details: (15.9 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
0.7 SARE_RECV_IP_FROMIP3 Received line is IP address from IP address
0.5 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL
[190.84.15.47 listed in zen.spamhaus.org]
1.5 RAZOR2_CF_RANGE_E8_51_100 Razor2 gives engine 8 confidence level
above 50%
[cf: 100]
0.5 RAZOR2_CHECK Listed in Razor2 (http://razor.sf.net/)
1.5 RAZOR2_CF_RANGE_E4_51_100 Razor2 gives engine 4 confidence level
above 50%
[cf: 100]
0.5 RAZOR2_CF_RANGE_51_100 Razor2 gives confidence level above 50%
[cf: 100]
2.1 URIBL_WS_SURBL Contains an URL listed in the WS SURBL blocklist
[URIs: simpleaccept.com]
2.9 URIBL_JP_SURBL Contains an URL listed in the JP SURBL blocklist
[URIs: simpleaccept.com]
2.1 URIBL_OB_SURBL Contains an URL listed in the OB SURBL blocklist
[URIs: simpleaccept.com]
2.5 URIBL_SBL Contains an URL listed in the SBL blocklist
[URIs: simpleaccept.com]
1.0 XMAILER_MIMEOLE_OL_20C99 XMAILER_MIMEOLE_OL_20C99
0.1 RDNS_NONE Delivered to trusted network by a host with no rDNS
....
Warum erhalte ich mit spamc nur eine Punkteanzahl von 2 aber direkt mit spamassassin eine Punkteanzahl von 15.9?
/etc/default/spamassassin
ENABLED=1
OPTIONS="--setuid-with-sql --nouser-config --local --daemonize --max-children=5"
PIDFILE="/var/run/spamd.pid"