* Howard Lowndes ([EMAIL PROTECTED]) wrote:

> I installed the SpamAssassin RPM yesterday and started up the spamd
> daemon, but nothing appears to be happening, so I guess I missed a config
> somewhere.  Needless to say the doco doesn't refer to the RPM distro.
> 
> What am I likely to have missed - something in /etc/procmailrc ?
> 

You probably have equivalents to the first 5 lines.
The next 11 lines got it going.

VERBOSE=off
MAILDIR=$HOME/mail
PMDIR=$HOME/Procmail
LOGFILE=$PMDIR/log
INCLUDERC=$PMDIR/lists.rc

:0fw
| spamc

:0e
{
  EXITCODE=$?
}

:0:
* ^Subject:.*\*\*\*\*SPAM\*\*\*\*
spam/

#end here

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to