procmail
[Top] [All Lists]

Re: OOPS re handling outgoing mail

1997-09-10 11:32:51
dattier(_at_)wwa(_dot_)com (David W. Tamkin) writes:
*This* works, though:

 :0ir
 ARGS=|echo "$@"

Of course, $ARGS differs greatly from $@ in that $ARGS will either be
split on whitespace (if unquoted) or one argument (if double-quoted).
$@ has the cool property that if double quoted it'll still be split
into multiple arguments on the original argument boundaries.  Since
full-blown email addresses often have spaces, this distinction should
not be casually dismissed.  Note that while you might not type in such
an addresses, your MUA's reply builder may.

Philip Guenther

<Prev in Thread] Current Thread [Next in Thread>