I am new to dspam and have a very old and spammy test account with a  
mail delivery path like so:
postfix-transport -> dspam -> dovecot-deliver

The postfix transport is only used for my test account which is a 10+  
year old email account that is all spam.
This is what I'm seeing in all the headers for this account.

X-Dspam-Result:         Innocent
X-Dspam-Processed:      Tue May 11 08:14:32 2010
X-Dspam-Confidence:     0.9897
X-Dspam-Probability:    -1.0000
X-Dspam-Signature:      4be97458584691392213175

That and a dspam tag in the body like this:
!DSPAM:4be97458584691392213175!

My goal is to not block any messages and have X-Spam type headers that  
I can filter with Sieve.

My postfix transport looks like this:
dspam            unix    -    n    n    -    10   pipe
     flags=Ru user=_vmail:_vmail argv=/opt/local/bin/dspam -- 
deliver=innocent,spam --user ${recipient} -d ${recipient}


Here is my dspam.conf. Some of my settings I have gotten from Terry  
Barnum who is seeing similar results.
Thanks for any help. Bradley Giesbrecht

Debug *
Home /opt/local/var/dspam
StorageDriver                /opt/local/lib/dspam/libmysql_drv.dylib
TrustedDeliveryAgent "/opt/local/libexec/dovecot/deliver"
UntrustedDeliveryAgent "/opt/local/libexec/dovecot/deliver"
QuarantineAgent "/opt/local/libexec/dovecot/deliver"
OnFail error
Trust root
Trust dspam
Trust apache
Trust mail
Trust mailnull
Trust smmsp
Trust daemon
Trust _dspam
Trust _postfix
Trust _vmail
Trust _dovecot
TrainingMode teft
TestConditionalTraining on
Feature whitelist
Algorithm graham burton
Tokenizer chain
PValue bcr
WebStats on
Preference "trainingMode=TEFT"          # { TOE | TUM | TEFT | NOTRAIN } ->  
default:teft
Preference "spamAction=quarantine"      # { quarantine | tag | deliver } ->  
default:quarantine
Preference "spamSubject=[SPAM]"         # { string } -> default:[SPAM]
Preference "statisticalSedation=5"      # { 0 - 10 } -> default:0
Preference "enableBNR=on"               # { on | off } -> default:off
Preference "enableWhitelist=on"         # { on | off } -> default:on
Preference "signatureLocation=message"  # { message | headers } ->  
default:message
Preference "tagSpam=off"                # { on | off }
Preference "tagNonspam=off"             # { on | off }
Preference "showFactors=off"            # { on | off } -> default:off
Preference "optIn=off"                  # { on | off }
Preference "optOut=off"                 # { on | off }
Preference "whitelistThreshold=10"      # { Integer } -> default:10
Preference "makeCorpus=off"             # { on | off } -> default:off
Preference "storeFragments=off"         # { on | off } -> default:off
Preference "localStore="                # { on | off } -> default:username
Preference "processorBias=on"           # { on | off } -> default:on
Preference "fallbackDomain=off"         # { on | off } -> default:off
Preference "trainPristine=off"          # { on | off } -> default:off
Preference "optOutClamAV=off"           # { on | off } -> default:off
Preference "ignoreRBLLookups=off"       # { on | off } -> default:off
Preference "RBLInoculate=off"           # { on | off } -> default:off
AllowOverride enableBNR
AllowOverride enableWhitelist
AllowOverride fallbackDomain
AllowOverride ignoreGroups
AllowOverride ignoreRBLLookups
AllowOverride localStore
AllowOverride makeCorpus
AllowOverride optIn
AllowOverride optOut
AllowOverride optOutClamAV
AllowOverride processorBias
AllowOverride RBLInoculate
AllowOverride showFactors
AllowOverride signatureLocation
AllowOverride spamAction
AllowOverride spamSubject
AllowOverride statisticalSedation
AllowOverride storeFragments
AllowOverride tagNonspam
AllowOverride tagSpam
AllowOverride trainPristine
AllowOverride trainingMode
AllowOverride whitelistThreshold
AllowOverride dailyQuarantineSummary
MySQLServer             /opt/local/var/run/mysql5/mysqld.sock
MySQLPort               3306
MySQLUser               dspam
MySQLPass               mydspampass
MySQLDb                 serveza
MySQLCompress           false
MySQLReconnect          true
HashRecMax              98317
HashAutoExtend          on
HashMaxExtents          0
HashExtentSize          49157
HashPctIncrease         10
HashMaxSeek             10
HashConnectionCache     10
                                                        # 'strict' enforces 
both verify and map
                                                        # There are plans to 
support both MySQL and Postgres.
                                                        # an executable lookup 
program and its arguments.
                                                        # and ExtLookupMode 
'map' or 'strict'
Notifications   off
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
ProcessorURLContext on
ProcessorBias on
StripRcptDomain off


------------------------------------------------------------------------------

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

Reply via email to