[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] SpamAssasin - site wide procmailrc



I've struggled and successfully installed the latest version
SpamAssasin (2.55), using a new version of perl installed into a
different directory on a Raq4r, and mainly from the individual
help of PJM and his informative web site at
http://bluebird.sinauer.com/~morse/cobalt/procmail.html , I took
it one step further and installed razor and am using the set up
to filter my personal mail on the server. So far the results have
been quite impressive.

I have noticed while googling that alot of SpamAssassin users add
a max file sixze for spamassasin to check in case of the program
over loading the server. Following from their recommendations I
added this to my personal .procmailrc:

SHELL=/bin/sh
LOGFILE=$HOME/mail.log
VERBOSE=yes
:0fw
| spamassassin

:0fw
* < 256000

In my mail.log this appears:


procmail: Match on "< 256000"
procmail: Incomplete recipe

What is needed to "complete recipe"?

regards

Jon