From owner-freebsd-ports@freebsd.org Fri Dec 8 22:13:14 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C8D4E9095F for ; Fri, 8 Dec 2017 22:13:14 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 31A8866A25 for ; Fri, 8 Dec 2017 22:13:13 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id vB8MD4ck022411 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 8 Dec 2017 15:13:04 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id vB8MD2sZ022408; Fri, 8 Dec 2017 15:13:02 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 8 Dec 2017 15:13:02 -0700 (MST) From: Warren Block To: Matthias Apitz cc: Jos Chrispijn , freebsd-ports@freebsd.org, Steve Kargl Subject: Re: Procmail Vulnerabilities check In-Reply-To: <20171208193011.GA2203@c720-r314251> Message-ID: References: <20171208180905.GA96560@troutmask.apl.washington.edu> <20171208193011.GA2203@c720-r314251> User-Agent: Alpine 2.21 (BSF 202 2017-01-01) MIME-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (wonkity.com [127.0.0.1]); Fri, 08 Dec 2017 15:13:04 -0700 (MST) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2017 22:13:14 -0000 On Fri, 8 Dec 2017, Matthias Apitz wrote: > El día viernes, diciembre 08, 2017 a las 11:19:03a. m. -0700, Warren Block escribió: > >>> I do, and invoke procmail from a .forward file. >>> >>> % cat ~/.forward >>> "|exec /usr/local/bin/procmail -f-" >>> >>> Do you know if maildrop can be used in a similar way? I >>> suppose I have some reading to do. >> >> I have not used a .forward file in a long time, but certainly it can be >> done... found this in http://www.postfix.org/MAILDROP_README.html: > > I do use ~/.forward and ~/.procmailrc for many years and they do just > fine (I filter some mail local to special folders and all the rest goes > to spamc of SpanAssassin, and as result if the decision of the latter > to my mbox or to dustbin); as I read the PR, this chain is not affected > by the bug, and I will just continue doing so; > >> /home/you/.forward: >> "|/path/to/maildrop -d ${USER}" > > Hmm, why -d ${USER} if this is already known who I am from the > ~/.forward file location? Because as a sysadmin, then you can copy it to another user without having to edit it each time. From owner-freebsd-ports@freebsd.org Fri Dec 8 22:16:21 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 808F5E90A82 for ; Fri, 8 Dec 2017 22:16:21 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4988766B7A for ; Fri, 8 Dec 2017 22:16:21 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id vB8MGJqg023291 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 8 Dec 2017 15:16:19 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id vB8MGJec023283; Fri, 8 Dec 2017 15:16:19 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 8 Dec 2017 15:16:19 -0700 (MST) From: Warren Block To: Paul Schmehl cc: Freddie Cash , FreeBSD Ports Subject: Re: Updating ports that use FLAVOR with portmaster In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (BSF 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (wonkity.com [127.0.0.1]); Fri, 08 Dec 2017 15:16:19 -0700 (MST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2017 22:16:21 -0000 On Fri, 8 Dec 2017, Paul Schmehl wrote: > As my second post shows, I can't make FLAVOR=py27 install either. So, I guess > I'm dead in the water. Until I can install py-setuptools, nothing else will > work, including devel/llvm40. All I've had to do was py-setuptools. The default flavor is py27, which covered most of my systems. Then I had to make clean && make FLAVOR=py34 install clean (or 36 or whatever version of python 3 was the current fad for whatever needed it on that system)