News About Features Documentation FAQ ChangeLog Mailinglist Download GIT Screenshots RRDtool MRTG WebQ Logwatch Reporter Latest stable: 2.0.2-1 Latest devel: 2.0.3-0.beta5 |
dspam_classify() Realscanner to classify emails for DSPAM. This scanner can be used to classify messages as spams/hams. For parameters see dspam() scanner documentation. Example: configure SCANNERS=[ dspam_classify(source=DSS_CORPUS,flags=0) ] and you can run sgscan to learn messages from a box: Training ham (clean messages): sgscan --dspam-classify=innocent MAILBOX Training spam: sgscan --dspam-classify=spam MAILBOX |