Alfredo Saldanha:
> bsmtp unix - n n - - pipe 
> flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient 
>
> I can get the sender, nexthop and recipient. 

As described in the pipe(8) manpage the $name macros provide
information from the message envelope, and from SMTP protocol
commands. They do not provide information from message content.
Message content is provided on standard input.

        Wietse

Reply via email to