Gnus development mailing list
 help / color / mirror / Atom feed
From: abraham@dina.kvl.dk (Per Abrahamsen)
Subject: sgnus and duplicate messages
Date: 01 Feb 1996 18:10:43 +0100	[thread overview]
Message-ID: <rjivhrnf8s.fsf@ssv4.dina.kvl.dk> (raw)


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.
	  [ ... ] ))



             reply	other threads:[~1996-02-01 17:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-01 17:10 Per Abrahamsen [this message]
1996-02-01 17:22 ` Per Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rjivhrnf8s.fsf@ssv4.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).