Re: Recipe works, but gives error message1996-05-28 16:24:53On Tue, 28 May 1996, Gary Fischman wrote: :0 c * > 75000 * !^FROM_DAEMON | (formail -r -A"Precedence: junk" \ -A"X-Loop: fischman(_at_)nynexst(_dot_)com" \ -i"From: postmaster(_at_)miata(_dot_)net" \ -a"From: postmaster(_at_)miata(_dot_)net" \ cat $MAILDIR/bigfile.msg)| $SENDMAIL -t
You left out a ";" in the above line. It should read:
;cat $MAILDIR/bigfile.msg ) | $SENDMAIL -oi -t
Vince
|
|
||||||||||||||||