[ Stephen Campbell writes: ]
>
> The resend command is supposed to accept the command-line option
>
> # -r <reply-to> add "Reply-To: <reply-to>" header
>
> but there is no ":" following the "r" in the call to Getopts:
>
> &Getopts("CcAa:df:h:I:l:M:p:Rrs") || die("resend: Getopts() failed: $!");
This is true, but the problem is that when some sendmails squash case in
the alias, the -R option becomes the -r option. The real answer is to
not use anything but -l, -h, and maybe -C (thus the 'c') on the alias
command line. Use the 'reply_to' parameter in the list .config file
instead of -r.
--
Dave Wolfe
Follow-Ups:
References:
|
|