Gnus development mailing list
 help / color / mirror / Atom feed
* Splitting mail -- XEmacs 21.4 vs 21.5
@ 2004-03-01  2:20 Steve Youngs
  2004-03-01  4:34 ` Katsumi Yamaoka
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Steve Youngs @ 2004-03-01  2:20 UTC (permalink / raw)
  Cc: Gnus List

[-- Attachment #1: Type: text/plain, Size: 2942 bytes --]

Now, you'd think that the exact same Gnus mail splitting rules would
split mail into the same groups regardless of XEmacs version.  But
you'd be wrong!

Here are my split rules:

(setq nnmail-split-methods 'nnmail-split-fancy
      nnmail-message-id-cache-length 5000
      nnmail-crosspost nil
      nnmail-split-fancy
      '(| 
	;; Tiffany is highest priority.
	(any "ms_tamber@hotmail\\.com" "private.Tiffany")
	;; SPAM...
	;; Most people put their spam splits after their mailing
	;; lists and stuff.  I think this is the wrong way to do it,
	;; because you'd still get heaps of spam in your mailing list
	;; groups.
	("X-Spam-Flag" "Yes" "SPAM.spamassassin")
 	("Content-Type" content-spam "SPAM.content")
  	("Content-Transfer-Encoding" encoding-spam "SPAM.encoding")
  	("Subject" subject-spam "SPAM.subjects")
  	(from author-spam "SPAM.authors")
  	("Received" domain-spam "SPAM.domains")
	("Keywords" keyword-spam "SPAM.keywords")
	;; XEmacs stuff I want to disappear.
	(to "xemacs-\\(people\\|request\\|users\\|webmaint\\|winnt\\|nt\\)+@xemacs\\.org"
	    "SPAM.xemacs")
	(to "youngs@xemacs\\.org" "SPAM.xemacs")
	;; Bounces
	(from mail "returned.mail")
	;; Log files
	("Subject" 
	 "\\(Logs:.*\\|Mail Stats\\|eicq Daily Usenet\\|var/log/.*\\)" "private.logs")
	;; Mailing lists 
	(any "\\(eicq\\|mh-e\\|bbdb\\|tramp\\|xemacs\\)-\\b\\(\\w+\\)@\\(\\(lists\\.\\)?\\(sf\\|sourceforge\\)\\.net\\|\\(mail\\.freesoftware\\.fsf\\|gnu\\|nongnu\\|xemacs\\)\\.org\\)"
	     "\\1.\\2")
	(from "noreply@sourceforge\\.net" "eicq.admin")
	(from "mailman-owner@lists\\.\\(sf\\|sourceforge\\)\\.net"
	      "eicq.admin")
	(any "ding@\\(hpc\\.uh\\.edu\\|gnus\\.org\\)" "gnus.ding")
	(to "cvslog@quimby\\.gnus\\.org" "gnus.cvs")
	(from "freshmeat-news" "freshmeat.news")
	(from "Administrator@jobnet\\.com\\.au" "employment")
	(from "subscriber\\.email@jobs\\.jobserve\\.com" "employment")
	(any "icq-devel" "icq.devel")
	(any "sql-ledger-users" "sql.ledger")
	(any "inn-workers" "inn.workers")
	(any "linux-kernel@vger\\.kernel\\.org" "linux.kernel")
	;; To me, personally
	(to 
	 "steve$\\|steve@\\(localhost\\|eicq\\.dnsalias\\.org\\)"
	 "private.local")
	(to "\\(sr\\)?youngs\\(_steve\\)?@\\(bigpond\\.net\\.au\\|tux\\.org\\|users\\.sourceforge\\.net\\|yahoo\\.co\\.uk\\)" "private.net")
	;; Catch all
	"INBOX"))

In XEmacs 21.4.15 everything goes where you'd expect it to go.

In XEmacs 21.5.16 (+CVS-20040227) everything goes to INBOX.

Those settings above used to work for me in 21.5, but unfortunately it
has been so long since I last used 21.5 that I can't tell you when it
last worked.  Sorry. :-(

I wonder what's gone a-drift in 21.5?  Nothing in the ChangeLogs
really jumps out at me.

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|        XEmacs - The only _______ you'll ever need.       |
|          Fill in the blank, yes, it's THAT good!         |
|------------------------------<sryoungs@bigpond.net.au>---|

[-- Attachment #2: Type: application/pgp-signature, Size: 256 bytes --]

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

end of thread, other threads:[~2004-03-03  3:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-01  2:20 Splitting mail -- XEmacs 21.4 vs 21.5 Steve Youngs
2004-03-01  4:34 ` Katsumi Yamaoka
2004-03-01  7:37   ` Katsumi Yamaoka
2004-03-02  6:59     ` Steve Youngs
2004-03-03  2:30     ` Stephen J. Turnbull
2004-03-03  3:25       ` Katsumi Yamaoka
2004-03-01 20:10 ` Karl Pflästerer
2004-03-03  2:20 ` Stephen J. Turnbull

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