Re: [Exim] Problem with Envelope-to header

Top Page
Delete this message
Reply to this message
Author: Dave C.
Date:  
To: Lumpp, Wolfgang
CC: exim-users
Subject: Re: [Exim] Problem with Envelope-to header

On Wed, 24 May 2000, Lumpp, Wolfgang wrote:

> Hi all,
> in a transport I try:
> command = /usr/sbin/inflex-exim $h_envelope-to: $sender_address
> $received_for
> but I didn't get a value for the Envelope-to: header.


Unless you add it, there is no Envelope-To: header. The envelope of a
message is normally transmitted 'out-of-band'. $envelope_sender might
be what you are looking for, if I recall the variable name correctly..

> Could anyone give me an idea.
> virus_scan:
>     driver = pipe
>     command = /usr/sbin/inflex-exim $sender_host_name $h_envelope-to:
> $sender_address $sender_address
>     envelope_to_add # I've tried it also without
>     user = root
>     group = root
>     path = "/bin:/sbin:/usr/bin:/usr/sbin
> Regards
> Wolfgang

>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>


--