On Fri, Oct 11, 2002 at 03:26:26PM -0500, Mitchell Leben wrote:
> Reading your email helped me to realize I had the wrong version of 
> perl-HTML-Parser installed. I was able to install the correct version and 
> now I can run SA:
> 
> [root@spock spam_assassin]# /etc/rc.d/init.d/spamassassin start
> Starting spamd:                                            [  OK  ]

:)

> The procmail recipe I am using:
> 
> :0fw
> * < 256000
> | spamassassin -P
> 
> :0e
> EXITCODE==$?

FYI, that won't do what you want exactly.  I would probably do:

:0e
{
        EXITCODE=$?
}

Otherwise it thinks EXITCODE=## is a filename and writes the spam to
that file.  The above says to set the variable as you expect.

> After reading the docs, I am not still not sure what I need to do in order 
> to keep SA up to date. How do I update the blacklists?

The rules are updated for each release of SA -- we don't release the rules seperately.

> I will lurk on this list to get up to speed.

:)

-- 
Randomly Generated Tagline:
: What do people think?
 What, do people think?  :-)
              -- Larry Wall in <[EMAIL PROTECTED]>

Attachment: msg09062/pgp00000.pgp
Description: PGP signature

Reply via email to