Hello Mike,
> The error message states that it's expecting either a a number or an
> opening parenthesis after headers_add. Yours starts with a double
> quotation mark:
>
> headers_add = "X-Spam-Threshold
>
> You can't have the email header:
>
> "X-Spam-Threshold: foo
>
> Remove the surrounding double quotes and that will probably sort that
> particular problem.
not sure, because I changed it (before your reply) to:
headers_add = "X-Spam-Score: $header_X-Spam-Score:\n\
X-Spam-Score-Int: $header_X-Spam-Score-Int:\n\
X-Spam-Bar: $header_X-Spam-Bar:\n\
X-Spam-Report: $header_X-Spam-Report:\n\
X-Delivered-To: $original_local_part@$original_domain
($local_part@$domain)\n\
X-Message-Age: $message_age\n\
Subject: $h_subject"
which is working fine (or I got you wrong).
Stonki