From owner-freebsd-questions Thu Aug 15 19:36:39 2002 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 9F03537B400 for ; Thu, 15 Aug 2002 19:36:37 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B0D43E42 for ; Thu, 15 Aug 2002 19:36:37 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.5/8.12.5) id g7G2aUSN075052; Thu, 15 Aug 2002 21:36:30 -0500 (CDT) (envelope-from dan) Date: Thu, 15 Aug 2002 21:36:30 -0500 From: Dan Nelson To: Daniel Eriksson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SpamAssassin (spamass-milter) - does it work for you? Message-ID: <20020816023630.GD10310@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Aug 16), Daniel Eriksson said: > I am having trouble keeping SpamAssassin running on my machine using > /usr/ports/mail/spamass-milter. Is it just me and my configuration, or > does others also have problems with this port? > > What happens is that when I restart the server everything works just > fine. Spam is filtered out and tagged, and everything is peachy. Some > time later, I find that I have multiple spamd daemons running and the > maillog reports timeouts from spamass-milter. How long it takes from > boot to failure varies. Sometimes it runs for a day or two, and > sometimes it runs for an hour or two. The version of spamass-milter in ports has a bug where any emails over 250k hang it. This is because at this point the spamassassin daemon that the milter talks to stops actually processing emails and just passes them straight through (processing a 250k message through ~200 perl regexes is *slow*), and the milter doesn't expect it. The bugs have been fixed in CVS, but there hasn't been another release yet. I recently took over maintainership of the milter itself (not the port), and will get a new release out this weekend. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message