From owner-cvs-all@FreeBSD.ORG Mon May 9 15:55:42 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B48B416A4E8; Mon, 9 May 2005 15:55:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A092643D92; Mon, 9 May 2005 15:55:42 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j49Ftg11076873; Mon, 9 May 2005 15:55:42 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j49Ftg7S076872; Mon, 9 May 2005 15:55:42 GMT (envelope-from vanilla) Message-Id: <200505091555.j49Ftg7S076872@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 9 May 2005 15:55:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dspam-devel Makefile distinfo ports/mail/dspam-devel/files UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 15:55:43 -0000 vanilla 2005-05-09 15:55:42 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile distinfo mail/dspam-devel/files UPDATING Log: - Support for clamd virus checking via TCP (see ClamAVHost, ClamAVPort and ClamAVResponse in dspam.conf) - Support "user+detail" inbound emails and "+quarantine" outbound emails (see EnablePlusedDetail and QuarantineMailbox in dspam.conf) - BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions when the loose signature was provided without the appropriate delimiter - BUG FIX: fix sqlite3 dependency check [2] - BUG FIX: don't strip binary if we want GDB suport - BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible catch this before ./cofigure fails [3] [1] "Obscure" = it took me about 4 hours and a 500 queue processed one by one by hand to catch and reproduce the problem after 7 days of mail processing w/o error [2] Pointed out by vanilla@ for mail/dspam but true here also [3] Pointed out by Arvinn Lokkebakken for mail/dspam but true here also PR: ports/80791 Submitted by: maintainer Revision Changes Path 1.34 +26 -16 ports/mail/dspam-devel/Makefile 1.17 +2 -2 ports/mail/dspam-devel/distinfo 1.7 +25 -1 ports/mail/dspam-devel/files/UPDATING