Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@pdc.kth.se>
Cc: ding@gnus.org
Subject: Re: Splitting mail
Date: 23 Jun 1998 19:08:20 +0200	[thread overview]
Message-ID: <iluemwgkpvf.fsf@xiphias.pdc.kth.se> (raw)
In-Reply-To: Eze Ogwuma's message of "23 Jun 1998 17:28:09 +0100"

Eze Ogwuma <typhoon@dircon.co.uk> writes:

> Below are the start and finish of my normal mail split rules.
> 
> ;; Split mail into groups
> (setq nnmail-split-methods
> 	'(("redhat.digests.v97.p2" "^From: redhat-digest-request@redhat.com")
> ...
> 		("spam" "")))

Try something like this instead.  Quote (') will quote whatever you
write.

;; split mail according to theese regexps
(setq nnmail-split-methods
      (list
       '("sendfail"             "^From: Mail Delivery Subsystem")
	...
       (list (format-time-string "private-%m-%y")          
	     			"^\\(Apparently-To\\|ReSent-To\\|To\\|Cc\\):.*\\(Josefsson\\|jas@\\(nada\\|pdc\\).kth.se\\)")
       '("spam"                 "")))

/S


  reply	other threads:[~1998-06-23 17:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-23  2:19 Eze Ogwuma
1998-06-23 15:16 ` Justin Sheehy
1998-06-23 16:28   ` Eze Ogwuma
1998-06-23 17:08     ` Simon Josefsson [this message]
1998-06-24  0:11       ` Eze Ogwuma
1999-01-28 13:30 splitting mail Randal L. Schwartz
1999-01-28 19:54 ` Lars Magne Ingebrigtsen
1999-01-28 22:58   ` Justin Sheehy

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=iluemwgkpvf.fsf@xiphias.pdc.kth.se \
    --to=jas@pdc.kth.se \
    --cc=ding@gnus.org \
    /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).