On 08/01/2010 15:31, Stefan Onken wrote:

>> 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_p...@$original_domain
> ($local_p...@$domain)\n\
>                     X-Message-Age: $message_age\n\
>                     Subject: $h_subject"
>
> which is working fine (or I got you wrong).

In that case, I'm completely wrong.

-- 
Mike Cardwell    : UK based IT Consultant, LAMP developer, Linux admin
Cardwell IT Ltd. : UK Company - http://cardwellit.com/       #06920226
Technical Blog   : Tech Blog  - https://secure.grepular.com/blog/
Spamalyser       : Spam Tool  - http://spamalyser.com/

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to