Am 03.02.2011 17:33, schrieb Robert Heller:
Create a file named .procmailrc, that looks something like this:
[ ... ]
:0fw | /usr/bin/spamassassin -p /home/rtspam/.spamassassin/user_prefs
It is the worst solution to spawn a new spamassassin process with each mail going through the filter. The consequences depend on the amount of mails transported and the powers of the host, but doing this with a resource hungry and slow process like spamassassin is not recommended in any way.
Alexander