# zms_dspam sample config file # user and group in dspam sense user root group root home /var/tmp # mode of operation: either "process" or "classify" mode process # disposition for detected spam: pass (with added header if possible), # reject or quarantine disposition reject # flags comma-separated # chained Use a Chained (Multi-Word) Tokenizer # sbph Use Sparse Binary Polynomial Hashing Tokenizer # signature A binary signature is requested/provided # noise Apply Bayesian Noise Reduction logic # whitelist Use automatic whitelisting logic # merged Merge group metadata with user's in memory flags chained,signature,noise,whitelist,merged # algorihtms comma-separated # naive Naive-Bayesian (All Tokens) # graham Graham-Bayesian ("A Plan for Spam") # burton Burton-Bayesian (SpamProbe) # robinson Robinson's Geometric Mean Test (Obsolete) # chi-square Fisher-Robinson's Chi-Square Algorithm algos graham,burton # attributes, IgnoreHeader, LocalMX and others, engine-specific #attribute IgnoreHeader X-SPAM-PROBE #attribute LocalMX smtp.yoyodyne.com attribute MySQLServer localhost attribute MySQLUser dspam attribute MySQLPass aorlov attribute MySQLDb dspam # dspam storage driver shared object path storagedriver libmysql_drv.so # end of file