On 9/15/05 9:07 PM, "Marc Perkel" <marc@???> wrote:
> I want to add this header only if it's not already there. This code
> should work - but it doesn't. :(
>
> warn message = X-Mail-from: $sender_address
> condition = ${if eq{$h_X-Mail-from:}{}}
>
I'm concerned about the colon after $h_X-Mail-from, but right now I can't
remember whether this is one of the places it is needed, or one of those
places in which it is forbidden. Sigh.
--John