Re: [exim] Feature Request

Top Page
Delete this message
Reply to this message
Author: Marc Perkel
Date:  
To: exim-users
Subject: Re: [exim] Feature Request


Marc Sherman wrote:
> Marc Perkel wrote:
>
>> Like to have a feature like add_header called perhaps add_unique_header
>> which will only add the header if that header isn't already there.
>>
>
> I'd like to grow wings on my back so I that could fly to work. Doesn't
> mean it's going to happen.
>
> In the interim, RTFM ${if} and the def:h_ condition.
>
> - Marc
>


You're being rude. I know how to work arounds it. My suggestion
eliminated the need for the if statement and makes the code look better
and simplier.

This is especially true in this situation:

accept   condition
      addheader = x-something: something


But - I want to only add the header once. If I do a conditional to test
to see if the header is there then I lose the accept condition.