Fazzina, Angelo: > Hi, i have this in my master file. > > autoreply unix - n n - - pipe > flags=DF user=nobody > argv=/usr/local/bin/angelo $sender $recipient $original_recipient > $user $domain > > > everything is working as I want. Is there a flag or macro that can get me the > localpart of the $original_recipient ?
> so I want "angelo" from ang...@uconn.edu<mailto:ang...@uconn.edu>. Why not use ${mailbox} (the localpart of $recipient) or ${user} (the username part of $recipient)? The pipe manpage describes all the supported options - there are no 'secret' options. Wietse