Koozali.org: home of the SME Server

Spamassassin too good?

Offline jonash

  • ****
  • 120
  • +0/-0
Spamassassin too good?
« on: September 20, 2007, 09:05:45 PM »
Hi,
I'm running SME 7.2 with
spamassassin-3.2.3-44.el4
smeserver-spamassassin-1.4.0-14.el4.sme
smeserver-spamassassin-features-0.0.2-0


config show spamassassin
spamassassin=service
    BayesAutoLearnThresholdNonspam=0.10
    BayesAutoLearnThresholdSpam=4.00
    DNSAvailable=yes
    MessageRetentionTime=15
    OkLanguages=all
    OkLocales=all
    RejectLevel=12
    ReportSafe=0
    Sensitivity=medium
    SkipRBLChecks=0
    SortSpam=enabled
    Subject=[SPAM]
    SubjectTag=enabled
    TagLevel=5
    UseBayes=1
    status=enabled

After I did the upgrade to 7.2, all spams seems to have dissappered....
There are almost no spam in junkmail folder, and some come to the inbox. Before the upgrade, I had about 20-30 spam in junkmail everyday, some of them false...
Im afraid im loosing some "real" mails...


Have the settings beeing changed in some way? Any help appreciated...

Jonas

Edit:
This is probably the answer; spam are deleted in smtp!
 config show qpsmtpd
qpsmtpd=service
    Bcc=disabled
    BccMode=cc
    BccUser=maillog
    DNSBL=enabled
    LogLevel=8
    MaxScannerSize=25000000
    RBLList=bl.spamcop.net:combined.njabl.org:dnsbl.ahbl.org:dnsbl-1.uceprotect.net:
              dnsbl-2.uceprotect.net:list.dsbl.org:multihop.dsbl.org:psbl.surriel.com:zen.spamhaus.org
    RHSBL=enabled
    RequireResolvableFromHost=no
    SBLList=bogusmx.rfc-ignorant.org:multi.surbl.org:black.uribl.com:rhsbl.sorbs.net:bulk.rhs.mailpolice.com:
               fraud.rhs.mailpolice.com:porn.rhs.mailpolice.com:adult.rhs.mailpolice.com:ex.dnsbl.org:
               blackhole.securitysage.com
    access=public
    status=enabled
« Last Edit: September 20, 2007, 09:37:12 PM by jonash »
.........

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
Re: Spamassassin too good?
« Reply #1 on: September 21, 2007, 01:00:58 AM »
Jonash, yes, the RBL are blocking at the front end.  However, be aware that the lists you have implemented are far from conservative, you may (and will) block genuine mail sooner or later.  Check the FAQ and other places on this subject, you will find that you may only need zen.spamhaus.org:whois.rfc-ignorant.org:dnsbl.njabl.org.
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.

Offline jonash

  • ****
  • 120
  • +0/-0
Re: Spamassassin too good?
« Reply #2 on: September 21, 2007, 06:44:58 AM »
Thank you for the advice; I will take a look!

Jonas ( from the other side of the globe...  :smile: )
« Last Edit: September 21, 2007, 06:46:41 AM by jonash »
.........

Offline byte

  • *
  • 2,183
  • +2/-0
Re: Spamassassin too good?
« Reply #3 on: September 21, 2007, 11:19:33 PM »
Also check your /var/log/qpsmtpd/current for details on what list is blocking and check whether it's legitimate, basically keep your eye as always on your logs.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!