Punkteunterschiede zwischen spamc und spamassassin


txc

New Member
Hallo,

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"
 
Bei spamc wird irgendwie nur dies durchgeführt:
Content analysis details: (2.0 points, 5.0 required)

pts rule name description
---- ---------------------- --------------------------------------------------
0.7 SARE_RECV_IP_FROMIP3 Received line is IP address from IP address
1.2 XMAILER_MIMEOLE_OL_20C99 XMAILER_MIMEOLE_OL_20C99
0.1 RDNS_NONE Delivered to trusted network by a host with no rDNS

Wenn ich spamd mit /etc/init.d/spamasassin starte dann erhalte ich bei spamc nur 2 Punkte wenn ich spamd dirket in der Konsole starte erhalte ich 15.
Woran liegts?


//Edit
Bin ein Stück weiter anscheinen liegts an der Zeile:
OPTIONS="--setuid-with-sql --nouser-config --local --daemonize --max-children=5"
denn mit
OPTIONS="--create-prefs --max-children 5 --helper-home-dir"

funktionierts aber dann wird aus der DB nicht die Spameinstellungen gezogen.
 
Last edited by a moderator:
hat keiner eine Idee?
Bei spamassassin führt er die rbl check durch aber bei spamd nicht?

Ich denke es liegt an:

OPTIONS="--setuid-with-sql --nouser-config --local --daemonize --max-children=5"

aber was setze ich hier hin?
Wenn ich die Options weglasse funktioniert es wie gewünscht, aber dann wird aus Confixx die Benutzereinstellungen aus der DB nicht mehr gelesen.
 
Last edited by a moderator:

Back
Top