On Wed, 13 Mar 2002, Dave Raven wrote:
> ${header_to} -m sendmail" in virus_filter_pipe transport failed: unknown
> variable in "${header_to}"
>
> Any idea's on why variables would not be changing?
${header_to} is not valid. There is no variable called "header_to".
If you want to insert the value of the header line called "to", you need
to use the correct syntax, which is $header_to: Note the terminating
colon (curly brackets are legal characters in header names - yes, that's
right - see RFC 2822). This is all in TFM.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.