| Well, the thing is that with its normal usage (ie. without -P), spamassassin just forwards everything to procmail directly. In that case, you only have to replace the "local" mailer with spamassassin (it should currently be procmail), and all should be done.
However, it doesn't really work that way if you use spamd. spamc only emulates spamassassin with its -P behaviour, ie. it outputs the scanned mail on stdout. Therefore, if you want to use spamd (which I guess that you want), the best way is probably to write a procmail recipe to pipe everything through spamc. I haven't written any procmail recipes myself, but check the manpages (see procmail(1), it has references to a couple of others) and you're sure to find out. |