From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 27 18:20:11 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 771B316A4CE for ; Mon, 27 Dec 2004 18:20:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4939A43D49 for ; Mon, 27 Dec 2004 18:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRIKBXF089308 for ; Mon, 27 Dec 2004 18:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBRIKBHQ089304; Mon, 27 Dec 2004 18:20:11 GMT (envelope-from gnats) Resent-Date: Mon, 27 Dec 2004 18:20:11 GMT Resent-Message-Id: <200412271820.iBRIKBHQ089304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Julien Gabel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E0A16A4CE for ; Mon, 27 Dec 2004 18:16:08 +0000 (GMT) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2F9943D2F for ; Mon, 27 Dec 2004 18:16:07 +0000 (GMT) (envelope-from jgabel@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id A8EEC78C91; Mon, 27 Dec 2004 19:16:06 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 67337-01-4; Mon, 27 Dec 2004 19:16:06 +0100 (CET) Received: from titeuf.thilelli.net (titeuf.thilelli.net [192.168.1.19]) by bento.thilelli.net (Postfix) with ESMTP id 2836978C8D; Mon, 27 Dec 2004 19:16:06 +0100 (CET) Received: by titeuf.thilelli.net (Postfix, from userid 1001) id 1948D7301B; Mon, 27 Dec 2004 19:16:06 +0100 (CET) Message-Id: <20041227181606.1948D7301B@titeuf.thilelli.net> Date: Mon, 27 Dec 2004 19:16:06 +0100 (CET) From: Julien Gabel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: Subject: ports/75548: [PATCH] Put the keywords "UntrustedDeliveryAgent" and "QuarantineAgent" two variables in ${LOCALBASE}/etc/dspam.conf. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Julien Gabel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 18:20:11 -0000 X-List-Received-Date: Mon, 27 Dec 2004 18:20:11 -0000 >Number: 75548 >Category: ports >Synopsis: [PATCH] Put the keywords "UntrustedDeliveryAgent" and "QuarantineAgent" two variables in ${LOCALBASE}/etc/dspam.conf. >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 27 18:20:10 GMT 2004 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD bento.thilelli.net 5.2.1-RELEASE-p13 FreeBSD 5.2.1-RELEASE-p13 #0: Mon Dec 27 13:35:53 CET 2004 root@bento.thilelli.net:/usr/obj/usr/src/sys/BENTO i386 >Description: >How-To-Repeat: Just open the ${LOCALBASE}/etc/dspam.conf and see that "TrustedDeliveryAgent" is the only one which correponds to our need (according to the setting in port's Makefile). >Fix: Put the following patch in ports/mail/dspam/files: patch-dspam.conf.in. # cat patch-dspam.conf.in --- dspam.conf.in.orig Mon Dec 27 18:50:10 2004 +++ dspam.conf.in Mon Dec 27 18:48:58 2004 @@ -34,7 +34,7 @@ # the user DSPAM is processing mail for. This configuration parameter is only # necessary if you plan on allowing untrusted processing. # -#UntrustedDeliveryAgent "/usr/bin/procmail -d %u" +#UntrustedDeliveryAgent "@delivery_agent@ -d %u" # # Quarantine Agent: DSPAM's default behavior is to quarantine all mail it @@ -42,7 +42,7 @@ # a quarantine agent which will be called with all messages DSPAM thinks is # spam. Use %u to specify the user DSPAM is processing mail for. # -#QuarantineAgent "/usr/bin/procmail -d spam" +#QuarantineAgent "@delivery_agent@ -d spam" # # OnFail: What to do if local delivery or quarantine should fail. If set >Release-Note: >Audit-Trail: >Unformatted: accordinf to our needs.