From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74792 Path: news.gmane.org!not-for-mail From: Tommy Kelly Newsgroups: gmane.emacs.gnus.general Subject: nnimap-split-methods syntax Date: Mon, 06 Dec 2010 19:02:53 +0000 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291662246 5589 80.91.229.12 (6 Dec 2010 19:04:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2010 19:04:06 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23148@lists.math.uh.edu Mon Dec 06 20:03:58 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PPgLu-0003J2-Hr for ding-account@gmane.org; Mon, 06 Dec 2010 20:03:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PPgL8-0006fn-JH; Mon, 06 Dec 2010 13:03:10 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PPgL7-0006fc-GU for ding@lists.math.uh.edu; Mon, 06 Dec 2010 13:03:09 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PPgL5-0006KO-Uw for ding@lists.math.uh.edu; Mon, 06 Dec 2010 13:03:09 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PPgL5-0005g2-00 for ; Mon, 06 Dec 2010 20:03:07 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PPgL4-0002nl-08 for ding@gnus.org; Mon, 06 Dec 2010 20:03:06 +0100 Original-Received: from cpc2-john3-0-0-cust730.14-1.cable.virginmedia.com ([86.7.2.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Dec 2010 20:03:05 +0100 Original-Received: from tommy.kelly by cpc2-john3-0-0-cust730.14-1.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Dec 2010 20:03:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc2-john3-0-0-cust730.14-1.cable.virginmedia.com User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin) Cancel-Lock: sha1:s4b0UqVMx1qaQ1zWrMI/RoCh89Q= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74792 Archived-At: I'm trying to get to grips with the syntax for splitting. Following the info example, one of my nnimap-split-methods is: ("0_to-me" "^From:.*verilab.com\\&^To:.*tommy.kelly@verilab.com") The intention is that I split into group 0_to-me all mails that are from domain "verilab.com" AND that have me in the To: header. However, it's not matching on numerous emails that satisfy that condition. I suspect my "\\&" has eomthing to do with it, but I've based it on the similar OR condition -- "\\|" -- which I have working in other methods. Have I written it wrong? thanks, Tommy