From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/3961 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus5, procmail, and reading mail lists. Date: Tue, 14 Nov 1995 14:04:48 +0100 Message-ID: <199511141304.OAA20140@ssv4.dina.kvl.dk> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144776 28089 80.91.224.250 (20 Oct 2002 20:12:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:12:56 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id GAA17622 for ; Tue, 14 Nov 1995 06:09:05 -0800 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 14 Nov 1995 14:05:32 +0100 Original-Received: from ssv4.dina.kvl.dk (ssv4.dina.kvl.dk [130.225.40.223]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id OAA01889; Tue, 14 Nov 1995 14:03:24 +0100 Original-Received: (abraham@localhost) by ssv4.dina.kvl.dk (8.6.12/8.6.4) id OAA20140; Tue, 14 Nov 1995 14:04:48 +0100 Original-To: steve@miranova.com (Steven L. Baur) In-reply-to: steve@miranova.com's message of 13 Nov 1995 17:43:31 -0800 Xref: main.gmane.org gmane.emacs.gnus.general:3961 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:3961 >>>>> "SLB" == Steven L Baur writes: SLB> Exactly. You end up with two messages with identical message-ids SLB> going into the same nnml folder, one of which is now in a Gnus black SLB> hole, and cannot be referenced reasonably, or two identical messages SLB> going into the hyperarchive. If you use procmail, I suggest using the following code to sort out duplicates (stolen from someone on the procmail list): ##################### # Prevent dubplicates :0 { :0 Whc: .msgid.lock # w produces (non-fatal) error msg | formail -D 8192 .msgid.cache :0 a mail/duplicate/. }