Tony,
I'm using DMail to launch the spamc, the dmail config line is:
message_process /usr/bin/spamc < $FILE > $FILE
It does not work, DMail only passes the value of $FILE for the output, not the
input. It passes the word "$FILE" to spamc so spamc sees /usr/bin/spamc < $FILE
> tempfilename
I guess
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 problem. Is SA supposed to alter the temp file? or am I supposed to
>
I'm trying to get SA setup on a linux server with my MTA. I can't get the marked
up messages passed back though. Here is what happens.
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