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 6d22fea1 for ; Sat, 23 Jun 2018 21:48:15 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id B82CBA1854; Sun, 24 Jun 2018 07:48:14 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id E38EC9EE0C; Sun, 24 Jun 2018 07:48:02 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 594179EE0C; Sun, 24 Jun 2018 07:48:01 +1000 (AEST) X-Greylist: delayed 1615 seconds by postgrey-1.35 at minnie.tuhs.org; Sun, 24 Jun 2018 07:48:00 AEST Received: from neener.bl.org (neener.bl.org [50.116.26.109]) by minnie.tuhs.org (Postfix) with ESMTP id 5254B9EDE9 for ; Sun, 24 Jun 2018 07:48:00 +1000 (AEST) Received: from neener.bl.org (localhost [127.0.0.1]) by neener.bl.org (8.15.2/8.15.2) with ESMTPS id w5NLL5jD023292 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 23 Jun 2018 16:21:05 -0500 (CDT) Received: from localhost (mparson@localhost) by neener.bl.org (8.15.2/8.12.8/Submit) with ESMTP id w5NLL4LG011192 for ; Sat, 23 Jun 2018 16:21:05 -0500 (CDT) X-Authentication-Warning: neener.bl.org: mparson owned process doing -bs Date: Sat, 23 Jun 2018 16:21:04 -0500 (CDT) From: Michael Parson To: tuhs@minnie.tuhs.org In-Reply-To: Message-ID: 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> User-Agent: Alpine 2.20 (NEB 67 2015-01-07) X-Marks-The-Spot: --->X MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (neener.bl.org [127.0.0.1]); Sat, 23 Jun 2018 16:21:05 -0500 (CDT) 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" On Sat, 23 Jun 2018, Grant Taylor via TUHS wrote: > I recently wrote a script that checks (copies of) messages that are > being written to folders to move a message with that Message-ID from > the Inbox to the Trash. (The point being to remove copies that I got > via To: or CC: when I get a copy from the mailing list.) The first rule in my .procmailrc does this with formail: :0 Wh: msgid.lock | /usr/local/bin/formail -D 8192 .msgid.cache Doesn't move duplicates to the trash, it just prevents multiple copies of the same message-id from being delivered at all. The 8192 specfies how large of a cache (stored in ~/.msgid.cache) of message-ids to keep track of. -- Michael Parson Pflugerville, TX KF5LGQ