From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5012 Path: main.gmane.org!not-for-mail From: abraham@dina.kvl.dk (Per Abrahamsen) Newsgroups: gmane.emacs.gnus.general Subject: sgnus and duplicate messages Date: 01 Feb 1996 18:10:43 +0100 Organization: The Church of Emacs Sender: abraham@dina.kvl.dk Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145675 31492 80.91.224.250 (20 Oct 2002 20:27:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:27:55 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.7.3/8.6.9) with SMTP id KAA29703 for ; Thu, 1 Feb 1996 10:20:30 -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 ; Thu, 1 Feb 1996 18:12:27 +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 SAA09706; Thu, 1 Feb 1996 18:07:45 +0100 Original-Received: (abraham@localhost) by ssv4.dina.kvl.dk (8.6.12/8.6.4) id SAA17925; Thu, 1 Feb 1996 18:10:46 +0100 Original-To: ding@ifi.uio.no Original-Lines: 18 Xref: main.gmane.org gmane.emacs.gnus.general:5012 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5012 I just figured out how I want to treat duplicate messages with sgnus. Put them in a separate folder I can unsubscribe, but check from time to time to see if something is wrong, and delete otherwise. The following fancy spillting rule implements this. It works fine when you respool, and when I receive the extra copy of this message I'll also know if it works on incomming mail. (setq nnmail-split-fancy '(| ;; Messages duplicates go to a separate group. ("gnus-warning" "duplication of message" "mail.duplicate") ;; Message from deamons, postmaster, and the like to another. (any mail "mail.misc") ;; Other rules. [ ... ] ))