From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3646 Path: news.gmane.org!not-for-mail From: Svend Tollak Munkejord Newsgroups: gmane.emacs.gnus.user Subject: Re: Splitting mail on SpamAssassin headers Date: Sat, 20 Mar 2004 14:03:50 +0100 Organization: The Royal Society for Putting Things on Top of Other Things Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669689 19753 80.91.229.2 (31 Jan 2006 01:08:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:08:09 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:32:32 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: bacchus.pvv.ntnu.no Original-X-Trace: quimby.gnus.org 1079787830 28178 129.241.210.178 (20 Mar 2004 13:03:50 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 20 Mar 2004 13:03:50 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) X-Face: (2vS>!nr@2"*^KO{^8A<,_lGWx3HpnuA1UCA5vbsLl|2fZAV\T'x(3E`4@UJ >_mn@3S(.`C]g9DoFSSNAB@hftp\f-b#!UjRVfG5e#~H*^RvP+:meH63245"^?Zs7S[dE(SL`cn Cancel-Lock: sha1:j1od73duHGSaPONwtTf6OZghL78= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3787 Original-Lines: 23 X-Gnus-Article-Number: 3787 Tue Jan 17 17:32:32 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3646 Archived-At: Martin Christensen wrote: > (setq nnimap-split-fancy > '(| > ; ... > ("X-Spam-Level" "\\*\\*+" "INBOX.junk") > ("X-Spam-Level" "\\\\*\\\\*+" "INBOX.junk") > ; ... > )) > > I haven't been able to find anything about whether I need to do > something special to get Gnus to notice the X-Spam-Level header. Do I? > What else could I try to get this to work? What about this: ("X-Spam-Level" ".*\\*\\*.*" "INBOX.junk") It works for me. Regards, -- Svend Tollak Munkejord