1 Mar 2004 03:20
Splitting mail -- XEmacs 21.4 vs 21.5
Steve Youngs <sryoungs <at> bigpond.net.au>
2004-03-01 02:20:29 GMT
2004-03-01 02:20:29 GMT
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 <at> 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\\)+ <at> xemacs\\.org"
"SPAM.xemacs")
(to "youngs <at> xemacs\\.org" "SPAM.xemacs")
;; Bounces
(Continue reading)


RSS Feed