Elias Oltmanns wrote: > Could you please examine your > sample message to find out what might cause dspam to miss the signature? >
Dspam must need reading glasses: # grep DSPAM /tmp/msg.txt | /usr/bin/dspam --source=error --class=spam --user root dspam[9607]: Unable to find a valid signature. Aborting. dspam[9607]: process_message returned error -5. dropping message. # grep DSPAM /tmp/msg.txt X-DSPAM-Result: Innocent X-DSPAM-Processed: Wed Dec 12 17:32:23 2007 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 1000,47601b27117601804284693 So it can't find a signature even if only the DSPAM headers are piped into dspam. Maybe I should take a look at the gentoo patches - assuming this works for lots of other 3.8.0 users...