Date: Fri, 8 Dec 2017 15:13:02 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Matthias Apitz <guru@unixarea.de> Cc: Jos Chrispijn <bsdports@cloudzeeland.nl>, freebsd-ports@freebsd.org, Steve Kargl <sgk@troutmask.apl.washington.edu> Subject: Re: Procmail Vulnerabilities check Message-ID: <alpine.BSF.2.21.1712081511530.41281@wonkity.com> In-Reply-To: <20171208193011.GA2203@c720-r314251> References: <fb3d23c5-e32d-452a-a0c3-c3cb12340054@cloudzeeland.nl> <a66d1c33-e405-d9e8-d9c3-2738b5e66887@cloudzeeland.nl> <alpine.BSF.2.21.1712080956580.41281@wonkity.com> <20171208180905.GA96560@troutmask.apl.washington.edu> <alpine.BSF.2.21.1712081111070.41281@wonkity.com> <20171208193011.GA2203@c720-r314251>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <owner-freebsd-ports@freebsd.org> 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 <freebsd-ports@mailman.ysv.freebsd.org>; 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 <freebsd-ports@freebsd.org>; 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 <wblock@wonkity.com> To: Paul Schmehl <pschmehl_lists@tx.rr.com> cc: Freddie Cash <fjwcash@gmail.com>, FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: Updating ports that use FLAVOR with portmaster In-Reply-To: <E6667D48DDEE249381E1405D@Pauls-MacBook-Pro.local> Message-ID: <alpine.BSF.2.21.1712081513390.41281@wonkity.com> References: <B50BC2579F060D42284F7EA0@Pauls-MacBook-Pro.local> <CAOjFWZ7tR7Fat49WVrab+n-CNxK=bkV3f_cka4ToWqQ-vzpwdA@mail.gmail.com> <E6667D48DDEE249381E1405D@Pauls-MacBook-Pro.local> 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 <freebsd-ports.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/> List-Post: <mailto:freebsd-ports@freebsd.org> List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.21.1712081511530.41281>