Ron Smith schrieb am 17.07.2008 14:28:
I'm assuming that the spamc is probably failing, sending the .tmp file
back to the Submitted folder and CommuniGate is then reprocessing the
message and sending it back to scanspam.sh and so again to spamc.
Now to figure out why spamc is failing on these messages.
Question though: does spamc return any email back to the submitted
folder with extra .tmp suffixes at any time or for any reason?
Spamc is only a filter that gets a message from standard input and
passes it (with SpamAssassin headers added) back to standard output.
Additionally, it gives a scan success/failure return code.
Spamc is not reading messages from files nor bouncing messages. It is
simply adding a few headers to the given message, so that other programs
can detect what SpamAssassin thinks of the spamminess of a message.
The caller of spamc is responsible for reading a message from a file or
a mail queue and for writing the updated message back to where it should
go. So I suggest you move your question to a Communigate support list,
since it seems that there is a problem with the calling of spamc, not
with spamc itself.
Tschau
Alex