Daniel L. Miller schrieb:
I'm noticing that many of my messages are being processed as different dspam users depending on case. Is this something that can be adjusted in DSPAM? Or do I need to change something in my MTA (Postfix)?
see your dspam.conf for this: # Broken MTA Options: Some MTAs don't support the proper functionality # necessary. In these cases you can activate certain features in DSPAM to # compensate. 'returnCodes' causes DSPAM to return an exit code of 99 if # the message is spam, 0 if not, or a negative code if an error has occured. # Specifying 'case' causes DSPAM to force the input usernames to lowercase. # Spceifying 'lineStripping' causes DSPAM to strip ^M's from messages passed # in. # #Broken returnCodes Broken case #Broken lineStripping claas
