Jani Partanen wrote:
Does anyone have solution for double dspam signature in header? I got
sometimes mails what is already scanned by dspam and header data is added,
so my own dspam add second header details. If message need to be relearned,
it fails because dspam only check that first signature and thinks that
signature is not in database.

If you are using postfix, add:

# main.cf
header_checks = pcre:$config_directory/header_checks

# header_checks
/^(X-DSPAM-.*)/ REPLACE OLD-$1


Reply via email to