Hello, I've got dspam working there's just one thing I can't get done. I would like for dspam to strip the domain from the username. I've tried all combinations of StripRcptDomain and ParseHeaders. Here are the variations I have tried.
Preference "StripRcptDomain=on" Preference "StripRcptDomain on" StripRcptDomain on ParseToHeaders on #ChangeModeOnParse on ChangeUserOnParse user And here is my whole config file... Thanks, David SalibHome /var/lib/dspam StorageDriver /usr/lib/libmysql_drv.so TrustedDeliveryAgent "/usr/sbin/dbmail-smtp -u %u -d " DeliveryHost 127.0.0.1 DeliveryPort 24 DeliveryIdent localhost DeliveryProto LMTP EnablePlusedDetail on QuarantineMailbox +quarantine OnFail error Trust root Trust mail Trust mailnull Trust smmsp Trust daemon Trust dbmail TrainingMode teft TestConditionalTraining on Feature chained Feature whitelist Feature tb=5 Algorithm graham burton PValue graham Preference "spamAction=deliver" Preference "showFactors=on" AllowOverride trainingMode AllowOverride spamAction spamSubject AllowOverride statisticalSedation AllowOverride enableBNR AllowOverride enableWhitelist AllowOverride signatureLocation AllowOverride showFactors AllowOverride optIn optOut AllowOverride whitelistThreshold MySQLServer /tmp/mysql.sock MySQLUser dspam MySQLPass monty MySQLDb mail MySQLCompress true MySQLVirtualTable dbmail_users MySQLVirtualUIDField user_idnr MySQLVirtualUsernameField userid MySQLUIDInSignature on Notifications off PurgeNeutral 90 LocalMX 127.0.0.1 SystemLog on UserLog on TrainPristine on Opt out ParseToHeaders on ChangeUserOnParse on ClamAVPort 3310 ClamAVHost 127.0.0.1 ClamAVResponse accept ServerPID /var/run/dspam/dspam.pid ServerMode auto ServerPass.Relay1 "postal" ServerParameters "--deliver=innocent,spam" ServerIdent "smtp.bluerockdove.com" ServerDomainSocketPath "/var/run/dspam/dspam.sock" ClientHost /var/run/dspam/dspam.sock ClientIdent "[EMAIL PROTECTED]" ProcessorBias on
