Gnus development mailing list
 help / color / mirror / Atom feed
* Fancy mail spliting?
@ 1996-02-28 21:25 Patrick Audley
  1996-02-28 22:07 ` Per Abrahamsen
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Audley @ 1996-02-28 21:25 UTC (permalink / raw)



	I been hacking away at this for hours now and I can't seem to
get my fancy mail splitting to work.  Using simple splitting, all
these entries worked, but once I made the shuffle to fancy, all my
mail (except the mailer daemons, go figure) ends up in
Mail.Alpha.Misc.  Am I missing something?

(setq
	nnmail-split-abbrev-alist '(
(any. "from\\|to\\|cc\\|sender\\|apparently-to") 
(mail ."Mail Delivery\\|postmaster\\|mailer-daemon\\|mailer-demon\\|Mailer-Daemon\\|Mailer-Agent\\|Mail Server\\|MAILER-DAEMON")
(adult . ".*owner-fishnet.*\\|.*pekka.*")
(announce . ".*info-gnu.*\\|.*anounc.*\\|.*gnus@prep.ai.mit.edu.*\\|.*efc-announce.*")
(bulletins . ".*ipress.*\\|.*VIRUS-L.*\\|.*environews.*\\|.*MEDNEWS.*")
(dead . ".*cbc.ca.*\\|.*Catalog.*\\|.*FNORD-L.*\\|.*NET-HAPPENINGS.*\\|.*info-vm.*\\|.*rfc-dist.*\\|.*Neuron-Digest.*")
(faq . "Multiple recipients of list SCIFAQ-L")
)

        nnmail-split-fancy 
'(| 
					;  Catch all the Demons..
("from" mail (| ("subject" "warn.*" "mail.System.Warnings")
		("subject" "return.*\\receipt.*" "mail.System.Reciepts")
		"mail.System.Other"))
("gnus-warning" "duplication of message" "mail.System.Duplicates")
					;  Discard mail..
(|
 (any dead "mail.Dead")
 ("newsgroups" "gnu.emacs.vm.info" "mail.Dead")
 ("to" ".*info-vm.*" "mail.Dead")
 ("subject" "NET-HAPPENINGS" "mail.Dead")
)
					;  Actual mail..
(&
(|
 (any ".*danielle.*"   "mail.Alpha.Danielle")
 (any ".*blackcat.*"   "mail.Alpha.BlackCat")
 (any ".*ccl.*"        "mail.Alpha.CCL"))
(|
 (any ".*bbdb.*"       "mail.Beta.BBDB")
 (| (any "ding.*"         "mail.Beta.Ding")
    ("to" ".*ding@iff.uio.no.*" "mail.Beta.Ding"))
 (any "grouplens.*"    "mail.Beta.GroupLens")
 (any ".*oracle.*"     "mail.Beta.Oracle")
 (any ".*teamos2-l.*"  "mail.Beta.Os2")
 (any ".*java.*"       "mail.Beta.Os2.Java")
 (any ".*pgp.*"        "mail.Beta.Security")
 (any ".*tftf-l.*"     "mail.Beta.Thoughts"))
(|
 (any announce         "mail.junk.Announce")
 (any bulletins        "mail.junk.Bulletins")
 (any "help-gnus-emacs""mail.junk.Emacs")
 (| (any faq              "mail.junk.FAQ")
    ("to" "Multiple recipients of list SCIFAQ-L" "mail.junk.FAQ"))
 (any "IETF.*"         "mail.junk.IETF")
 (any ".*owner-today.*""mail.junk.Today"))
(|
 (any ".*chaos@pelican.cit.cornell.edu.*"     "mail.zines.chaos")
 (any ".*cwd-l.*"                             "mail.zines.cyberwire")
 (any ".*DargonZine.*"                        "mail.zines.dargon")
 (any ".*effector@eff.org.*"                  "mail.zines.effector")
 (any ".*editor-bounce@netsurf.com.*"         "mail.zines.netsurfer")
 (any ".*owner-netwatch.*"                    "mail.zines.netwatch")
 (any ".*passionfruit.*"                      "mail.zines.passionfruit")
 (any ".*scout-report.*"                      "mail.zines.scout")
 (any ".*owner-this-is-true.*"                "mail.zines.this-is-true"))
 "mail.Alpha.Misc")
"mail.Alpha.Misc")
)

-- 
... It's Ensign Pillsbury, Jim. He's bread.
/*----------------------------------------------------------------.
| The Crystal Wind is The Storm,      Patrick Audley              |
|    The Storm is The Data,     ______/\/\/\/\/\/\/\_______       |
|      The Data is Life.        InterNet: paudley@portal.ca       |
|         --Finger paudley@kefron.portal.ca for PGP Key--         |
`---[OS/2]--[Anime]-[Trance]-[C++]-------------------------------*/
<a href="http://www2.portal.ca/~paudley/">BlackCat's Lair</a>.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fancy mail spliting?
  1996-02-28 21:25 Fancy mail spliting? Patrick Audley
@ 1996-02-28 22:07 ` Per Abrahamsen
  0 siblings, 0 replies; 2+ messages in thread
From: Per Abrahamsen @ 1996-02-28 22:07 UTC (permalink / raw)


>>>>> "PA" == Patrick Audley <paudley@portal.ca> writes:

PA> 	I been hacking away at this for hours now and I can't seem to
PA> get my fancy mail splitting to work.  Using simple splitting, all
PA> these entries worked, but once I made the shuffle to fancy, all my
PA> mail (except the mailer daemons, go figure) ends up in
PA> Mail.Alpha.Misc.  Am I missing something?

Your `nnmail-split-fancy' has the form

(| (mail stuff)
   (& (foo)
      (bar)
      "Mail.Alpha.Misc")
   "Mail.Alpha.Misc")

This means that everything, except mail stuff, will end up in
"Mail.Alpha.Misc".  Some messages should also be crossposted to foo
and bar, but if you read "Mail.Alpha.Misc" first you will never see
them in the foo and bar groups.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-02-28 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-02-28 21:25 Fancy mail spliting? Patrick Audley
1996-02-28 22:07 ` Per Abrahamsen

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