From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id d2dd02c4 for ; Mon, 25 Jun 2018 14:20:24 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id D2F27A1564; Tue, 26 Jun 2018 00:20:23 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id BB8F89E5C0; Tue, 26 Jun 2018 00:20:14 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 3F6E79E5C0; Tue, 26 Jun 2018 00:20:13 +1000 (AEST) X-Greylist: delayed 1214 seconds by postgrey-1.35 at minnie.tuhs.org; Tue, 26 Jun 2018 00:20:12 AEST Received: from b-painless.mh.aa.net.uk (b-painless.mh.aa.net.uk [81.187.30.52]) by minnie.tuhs.org (Postfix) with ESMTPS id 6FE119E5BE for ; Tue, 26 Jun 2018 00:20:12 +1000 (AEST) Received: from cartman.offog.org ([2001:8b0:83b:b53f::a]) by b-painless.mh.aa.net.uk with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1fXS2A-0003hT-UG for tuhs@tuhs.org; Mon, 25 Jun 2018 14:59:58 +0100 Received: from ats by cartman.offog.org with local (Exim 4.91) (envelope-from ) id 1fXS28-0006Jl-0K for tuhs@tuhs.org; Mon, 25 Jun 2018 14:59:56 +0100 From: Adam Sampson To: tuhs@tuhs.org References: <20180621234706.GA23316@minnie.tuhs.org> <20180622142846.GS21272@mcvoy.com> <20180622145402.GT21272@mcvoy.com> <20180622151751.BEK9i%steffen@sdaoden.eu> <20180622192505.mfig_%steffen@sdaoden.eu> <89e5ae21-ccc0-5c84-837b-120a1a7d9e26@spamtrap.tnetconsulting.net> <20180623144959.M9byU%steffen@sdaoden.eu> <201806250615.w5P6FgHA018820@freefriends.org> Date: Mon, 25 Jun 2018 14:59:56 +0100 In-Reply-To: <201806250615.w5P6FgHA018820@freefriends.org> (arnold's message of "Mon, 25 Jun 2018 00:15:42 -0600") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [TUHS] off-topic list X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" arnold@skeeve.com writes: > So what is the alternative? I've been using it for years with > a pretty static setup to route incoming mail to different places. > I need *something* to do what it does. I use maildrop from the Courier project, which does pretty much the same job as procmail, with a C-ish filtering language: http://www.courier-mta.org/maildrop/ I switched over from procmail to maildrop in 2004 and it's worked nicely for me. There are also a couple of different filtering languages that Exim understands, if that's your MTA of choice. -- Adam Sampson