[SAtalk] Re: Need a bit of help...

2002-07-16 Thread Tony L. Svanstrom
On 16 Jul 2002 the voices made Lance A. Brown write: > > spamc < tempfile > tempfile > > Which will result in an empty 'tempfile' being sent to spamc under most > shells. You need to redirect the output to a different file and then > move it back to tempfile after spamc completes. Sorry, I was

[SAtalk] Re: Need a bit of help...

2002-07-16 Thread Lance A. Brown
On Tue, 2002-07-16 at 14:40, Tony L. Svanstrom wrote: > On Tue, 16 Jul 2002 the voices made Kevin Gagel write: > > > MTA creates a temp file. I'm allowed to do anything with this file, so I launch > > spamc and send it to spamd via a pipe. Ie: spamc < tempfile. Here is where I > > have the proble