Vince Vielhaber writes:
 > On Tue, 4 Jan 2000, Russell Nelson wrote:
 > > Then do |forward vev 2>/dev/null
 > 
 > Don't know why that never occurred to me, but does indeed work!

One caveat is that if forward fails, you'll get a completely empty
bounce message.  That would be confusing since you wouldn't know how
the bounce was occurring.  So you might want to use something ugly
like this:

|forward vev 2>/tmp/forward.$$ || cat /tmp/forward.$$; rm /tmp/forward.$$

-- 
-russ nelson <[EMAIL PROTECTED]>  http://russnelson.com
Crynwr sells support for free software  | PGPok | "Ask not what your country
521 Pleasant Valley Rd. | +1 315 268 1925 voice | can force other people to
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | do for you..."  -Perry M.

Reply via email to