Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Elisp for breaking up groups?
       [not found] <wvv7m962zv2.fsf@smaug.nda.com>
@ 1997-12-15 21:19 ` Simon Josefsson
  0 siblings, 0 replies; only message in thread
From: Simon Josefsson @ 1997-12-15 21:19 UTC (permalink / raw)
  Cc: ding

John Twilley <wzg@aqn.pbz> writes:

>   596: nnfolder:mail.misc
>   200: nnfolder:mail.misc-1997-nov
>   200: nnfolder:mail.misc-1997-oct
> 
> such that all the messages received in a particular year-month would
> be stored in that particular directory.

This is what I'll be using from now on:

(setq nnmail-split-methods
	(list
		'("sendfail"         "^From: Mail Delivery Subsystem")

		...

		(list (format-time-string "private-%Y-%h")          "^\\(Apparently-To\\|ReSent-To\\|To\\|Cc\\):.*\\(Josefsson\\|jas@\\(nada\\|pdc\\).kth.se\\)")
		'("spam"             "")))

YMMV.

(the regexp also makes for a quite effective spam-gibber)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-12-15 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <wvv7m962zv2.fsf@smaug.nda.com>
1997-12-15 21:19 ` Elisp for breaking up groups? Simon Josefsson

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