Uhh.. 3.6.8? You should consider going to 3.8.0.

Yeah, I'm a bit afraid of installing dspam-devel instead of dspam though. I mean, I hope it will not affect my current configuration.


Overall accuracy, 94.49%? That doesn't correspond to what is said
under the Performance tab on the web pages.

Do you by accident have groups active? If so, then they are considered in the Web UI and they could influence the total numbers.

No idea, but I'm running a more or less default configuration so I guess not.


3.6.8 seems to be the latest version of the dspam port (FreeBSD) that
I'm using. I might try with the dspam-devel port instead which seems
to bundle version 3.8.0 of dspam.

If you can, then go for it. But even with 3.6.8 you can manage to get higher accuracy. Anyway... you have forgotten to send your dspam.conf file. Tuning/changing your dspam.conf can increase accuracy. Could you post the config you are using? Take out the connection username/password for your storage backend because that is not needed for tuning.

and here you go (I've removed every line beginning with #)

Home /var/db/dspam
StorageDriver /usr/local/lib/libmysql_drv.so
TrustedDeliveryAgent "/usr/local/sbin/exim"
OnFail error
Trust root
Trust mail
Trust mailnull
Trust smmsp
Trust daemon
Trust mailman
Trust www
Trust exim
Trust wash
Trust gein
Debug *
DebugOpt process spam fp inoculation corpus
TrainingMode tum
TestConditionalTraining on
Feature whitelist
Algorithm graham burton
Tokenizer chain
PValue bcr
WebStats on
ImprobabilityDrive on
Preference "spamAction=quarantine"
Preference "signatureLocation=headers"        # 'message' or 'headers'
AllowOverride trainingMode
AllowOverride spamAction spamSubject
AllowOverride statisticalSedation
AllowOverride enableBNR
AllowOverride enableWhitelist
AllowOverride signatureLocation
AllowOverride showFactors
AllowOverride optIn optOut
AllowOverride whitelistThreshold

MySQLServer             ******
MySQLPort               ******
MySQLUser               ******
MySQLPass               ******
MySQLDb                 ******
MySQLCompress           true

MySQLConnectionCache    10
MySQLUIDInSignature    on
HashRecMax              98317
HashAutoExtend          on
HashMaxExtents          0
HashExtentSize          49157
HashPctIncrease 10
HashMaxSeek             10
HashConnectionCache     10
Notifications   on

PurgeSignatures 14          # Stale signatures
PurgeNeutral    90          # Tokens with neutralish probabilities
PurgeUnused     90          # Unused tokens
PurgeHapaxes    30          # Tokens with less than 5 hits (hapaxes)
PurgeHits1S     15          # Tokens with only 1 spam hit
PurgeHits1I     15          # Tokens with only 1 innocent hit
LocalMX 127.0.0.1
SystemLog on
UserLog   on
Opt out
TrackSources spam
ParseToHeaders on
ChangeModeOnParse on
ChangeUserOnParse on

ServerPort              24
ServerQueueSize 32
ServerPID              /var/run/dspam.pid
ServerMode standard
ServerParameters        "--deliver=innocent"
ServerIdent             "localhost.localdomain"
ClientHost      127.0.0.1
ClientPort      24
ClientIdent     "sec...@relay1"
ProcessorURLContext on
ProcessorBias on

-Patrik

------------------------------------------------------------------------------
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to