Howdy! I've tried for some time to figure out how to get Gnus to split mail based on the X-Spam-Level header. These begin with a number of stars in parentheses, e.g. "(***)" for a spam level of 3. I'm using nnimap with fancy splitting. Not being sure whether or not to doubly escape backslashes for escaping said stars, I've tried both of following rules: (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? Martin -- Home page: http://www.cs.auc.dk/~factotum/ GPG public key: http://www.cs.auc.dk/~factotum/gpgkey.txt