From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 16:42:55 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AFF037B401 for ; Mon, 7 Jul 2003 16:42:55 -0700 (PDT) Received: from mx1.au.itouchnet.net (nat2.au.itouchnet.net [144.135.23.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B6343FA3 for ; Mon, 7 Jul 2003 16:42:52 -0700 (PDT) (envelope-from ajthomson@optushome.com.au) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.36 #1) id 19ZfdB-000OoZ-00 for freebsd-questions@freebsd.org; Tue, 08 Jul 2003 09:42:49 +1000 Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (Exim 3.36 #1) id 19ZfdB-000OoS-00 for freebsd-questions@freebsd.org; Tue, 08 Jul 2003 09:42:49 +1000 From: Andrew Thomson To: freebsd-questions@freebsd.org In-Reply-To: <20030707232232.GA82782@catflap.home.slightlystrange.org> References: <1057619317.52026.28.camel@athomson.prv.au.itouchnet.net> <20030707232232.GA82782@catflap.home.slightlystrange.org> Content-Type: text/plain Message-Id: <1057621369.52026.35.camel@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 08 Jul 2003 09:42:49 +1000 Content-Transfer-Encoding: 7bit X-Checked: Scanned for any viruses and unauthorized attachments at mx1.au.itouchnet.net X-iScan-ID: 95387-1057621369-77540@mx1.au.itouchnet.net version $Name: REL_2_0_2 $ Subject: Re: spamassassin slow to process messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 23:42:55 -0000 On Tue, 2003-07-08 at 09:22, Daniel Bye wrote: > Could be mx timeouts, DNS timeouts, rbl timeouts, dcc/razor/pyzor > timeouts... > > In your global SpamAssassin config, try setting a value for timelog_path - > this will cause spamd to log what it's doing, and where it spent most time > doing it. Check perldoc Mail::SpamAssassin::Conf. > > You might also try turning on debugging (modify /usr/local/etc/rc.d/spamd.sh > so that spamd is called with the `-D' option, then restart spamd). You will > then get lots of debugging in /var/log/mail. Thanks Dan. Some great suggestions, appreciate it. Anyway you were onto it.. tracked down the following.. 0.000: Finished head tests (Delta: 0.000s) 0.000: Starting body tests 0.000: Razor2 -> Starting razor test (10 secs max) 10.000: Razor2 -> Finished razor test: not known spam (Delta: 10.000s) 10.000: Finished body tests (Delta: 10.000s) Time to investigate that. cheers, ajt.