Gnus development mailing list
 help / color / mirror / Atom feed
From: Steve Youngs <sryoungs@bigpond.net.au>
Cc: Gnus List <ding@gnus.org>
Subject: Splitting mail -- XEmacs 21.4 vs 21.5
Date: Mon, 01 Mar 2004 12:20:29 +1000	[thread overview]
Message-ID: <microsoft-free.87u119i9zm.fsf@eicq.dnsalias.org> (raw)

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

             reply	other threads:[~2004-03-01  2:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-01  2:20 Steve Youngs [this message]
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

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=microsoft-free.87u119i9zm.fsf@eicq.dnsalias.org \
    --to=sryoungs@bigpond.net.au \
    --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).