Hi All,
 
I'm using spamassassin v2.44 in daemon mode on a RH 9 system and have 
noted that it seems too slow in processing emails (averages 30 secs per email). 

Is this a normal time for spamassassin or is something pooched in my 
system ?

This is my /etc/procmailrc as it stands today. procmail is v3.22-9

#LOGFILE=/var/log/procmail.log
#VERBOSE=ON

DROPPRIVS=Yes

# send mail through spamassassin
:0fw
# dont process mail larger that 250kb
# 250 * 1024 = 256000 bytes
| /usr/bin/spamc -f -s 25600
        :0e
        {
                EXITCODE=$?
        }

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

Reply via email to