From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2986 Path: news.gmane.org!not-for-mail From: Gijs Hillenius Newsgroups: gmane.emacs.gnus.user Subject: fancy split x-header? Date: 12 Sep 2003 14:38:54 +0200 Organization: Sometimes. But mostly not Message-ID: <87ad9achb5.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138669227 17191 80.91.229.2 (31 Jan 2006 01:00:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:00:27 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:31 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!news.telebyte.nl!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Sender: gijs@lithium Original-NNTP-Posting-Host: 213.211.150.227 Original-X-Trace: news.telebyte.nl 1063370341 68070 213.211.150.227 (12 Sep 2003 12:39:01 GMT) Original-X-Complaints-To: abuse@telebyte.nl Original-NNTP-Posting-Date: Fri, 12 Sep 2003 12:39:01 +0000 (UTC) X-GPGP-Fingerprint: 46C5 8716 85F9 DEAB 940C 9E73 68FF AAD3 60F5 2D0D X-Operating-System: Debian GNU/Linux Woody User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3127 Original-Lines: 27 X-Gnus-Article-Number: 3127 Tue Jan 17 17:31:31 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2986 Archived-At: Hello! I am making a mistake in my mail-split-fancy I have the following in my .gnus (setq gnus-secondary-select-methods '((nnml ¨)) nnmail-expiry-wait ímmediate nnmail-use-long-file-names t nnmail-split-methods 'nnmail-split-fancy nnmail-split-fancy '(| ; known spam ... goes here ("X-XS4ALL-SPAM-Warning"".*""Spam") ("X-Spam-Status: YES"".*""Spam") and more ... If i recieve mail with a header: X-XS4ALL-SPAM-Warning the split works. my problem is with the second split thingie .. The header is X-Spam-Status:, but I need to ensure the answer is YES.. What do I do? Thanks a bunch!