Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.189.118]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8B262782D59 for <~alpine/devel@lists.alpinelinux.org>; Fri, 24 Jan 2020 14:37:04 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 2AE9A2DE43D3; Fri, 24 Jan 2020 14:37:02 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 4396F2DE437C; Fri, 24 Jan 2020 14:37:00 +0000 (UTC) Date: Fri, 24 Jan 2020 15:36:52 +0100 From: Natanael Copa To: "Ariadne Conill" Cc: "Wolf" , ~alpine/devel@lists.alpinelinux.org Subject: Re: Procmail removal Message-ID: <20200124153652.07a71cf4@ncopa-desktop.copa.dup.pw> In-Reply-To: References: <20200122175637.iw2thf5gbf5j5cr5@wolfsden.cz> <20200122161651.7f168001@ncopa-desktop.copa.dup.pw> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 23 Jan 2020 14:15:13 +0000 "Ariadne Conill" wrote: > Hello, > > January 22, 2020 11:56 AM, "Wolf" wrote: > > > Hello, > > > > On 2020-01-22 15:20:32 +0000, Ariadne Conill wrote: > > > >> Alright then -- if nobody raises any objection by end of day, I will > >> nuke it. > > > > I do use it for filtering pop3 mail on my laptop, so I would prefer if > > it stayed in the repositories. If anyone can recommend similar solution > > that I could just plug into getmail: > > > > + $ cat ~/.getmail/getmailrc | grep -A3 destination > > [destination] > > type = MDA_external > > path = /usr/bin/procmail > > > > I'm guess I could switch to it. > > OpenBSD has fdm which is basically a drop-in replacement for both > procmail and fetchmail. I believe it is already available in > Alpine. We have fdm now, in testing. Thanks! -nc