Re: [Exim] Quoting "$pipe_addresses" in pipe command

Top Pagina
Delete this message
Reply to this message
Auteur: Nico Erfurth
Datum:  
Aan: I. Forbes
CC: exim-users
Onderwerp: Re: [Exim] Quoting "$pipe_addresses" in pipe command
I. Forbes wrote:

> The behaviour I get from quoting the sender address is also not what I
> want:
>
>   command = "/usr/local/lib/pyscan/pyscan.py \
>                       -f${quote:$sender_address} \


Try :
-f<${quote:$sender_address_local_part}@$domain>


Nico