Richard G
Verified User
I do have RBL's activated, but it seems spam get's through with a low spam score??
This is from a mail which IS on the spamhaus blacklist.
Score 1.3?????
Then from /var/log/messages:
Autolearn=no? Strange. And where is the RBL check? Because this would add a +100 to the spamscore.
This is from my easy spamfighter configuration file which I changed. Or do I need to make a custom one for changes?
I had a look at this post:
http://forum.directadmin.com/showthread.php?t=53179&p=272841#post272841
But I have razor2 and done like this:
Can anybody give me a clue? RBL not checked. rDNS not present but only 1.3 score instead of the 100 I configured, what is going on?
This is from a mail which IS on the spamhaus blacklist.
Code:
X-Spam-Score: 1.3 (+)
X-Spam-Report: Spam detection software, running on the system "server18.ourserver.nl",
has NOT identified this incoming email as spam. The original
message has been attached to this so you can view it or label
similar future email. If you have any questions, see
the administrator of that system for details.
Score 1.3?????
Code:
Content analysis details: (1.3 points, 7.5 required)
pts rule name description
---- ---------------------- --------------------------------------------------
0.0 T_SPF_HELO_PERMERROR SPF: test of HELO record failed (permerror)
0.0 T_SPF_PERMERROR SPF: test of record failed (permerror)
0.0 HTML_MESSAGE BODY: HTML included in message
[b] 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS[/b]
SpamTally: Final spam score: 13
X-Antivirus-Scanner: Clean mail though you should still use an Antivirus
Then from /var/log/messages:
Code:
Aug 24 21:36:01 server18 spamd[8316]: spamd: connection from localhost [127.0.0.1]:52194 to port 783, fd 5
Aug 24 21:36:01 server18 spamd[8316]: spamd: setuid to mydomain succeeded
Aug 24 21:36:01 server18 spamd[8316]: spamd: checking message <bddmBaXqvn8OcSoR_RVmTu2GY8GH0UP7qbODMxIZ0WU.0KmKAmEhS-E_1Ow1AevpymDcJ
[email protected]> for mydomain:503
Aug 24 21:36:02 server18 spamd[8316]: spamd: clean message (1.3/7.5) for mydomain:503 in 1.6 seconds, 12711 bytes.
Aug 24 21:36:02 server18 spamd[8316]: spamd: result: . 1 - HTML_MESSAGE,RDNS_NONE,T_SPF_HELO_PERMERROR,T_SPF_PERMERROR scantime=1.6,
size=12711,user=myuser,uid=503,required_score=7.5,rhost=localhost,raddr=127.0.0.1,rport=52194,mid=<bddmBaXqvn8OcSoR_RVmTu2GY8GH0
UP7qbODMxIZ0WU.0KmKAmEhS-E_1Ow1AevpymDcJ0Qc_c_App-vXGIuqJU@amisrue.website>,autolearn=no autolearn_force=no
Autolearn=no? Strange. And where is the RBL check? Because this would add a +100 to the spamscore.
This is from my easy spamfighter configuration file which I changed. Or do I need to make a custom one for changes?
Code:
EASY_LIMIT = 55
EASY_IS_SPAM = 20
EASY_HIGH_SCORE_DROP = 75
EASY_SPF_PASS = -30
EASY_SPF_SOFT_FAIL = 30
EASY_SPF_FAIL = 100
EASY_DKIM_PASS = -20
EASY_DKIM_FAIL = 100
[b]EASY_NO_REVERSE_IP = 100[/b]
EASY_FORWARD_CONFIRMED_RDNS = -10
[b]EASY_DNS_BLACKLIST = 100[/b]
EASY_SPAMASSASSIN_MAX_SIZE = 200K
I had a look at this post:
http://forum.directadmin.com/showthread.php?t=53179&p=272841#post272841
But I have razor2 and done like this:
yum install perl-YAML
yum install re2c
cpan -i Archive::Tar Digest::SHA Mail::SPF IP::Country Net::Ident Compress::Zlib Mail:KIM LWP::UserAgent HTTP:
ate Encode:
etect ExtUtils::MakeMaker NetAddr::IP Mail::SpamAssassin:
lugin::Razor2 Razor2::Client::Agent IO::Socket::SSL DBI
cpan install Mail::SpamAssassin:lugin::Rule2XSBody Razor2::Client::Agent
Activate in v320pre:
loadplugin Mail::SpamAssassin:lugin::Rule2XSBody
Can anybody give me a clue? RBL not checked. rDNS not present but only 1.3 score instead of the 100 I configured, what is going on?