From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81228 Path: news.gmane.org!not-for-mail From: michael.zombok@googlemail.com Newsgroups: gmane.emacs.gnus.general Subject: Fancy-Split / Regexp question Date: Mon, 06 Feb 2012 08:01:28 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328535083 16078 80.91.229.3 (6 Feb 2012 13:31:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2012 13:31:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29509@lists.math.uh.edu Mon Feb 06 14:31:23 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RuOfC-000372-P6 for ding-account@gmane.org; Mon, 06 Feb 2012 14:31:22 +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 1RuOdh-0005jF-2G; Mon, 06 Feb 2012 07:29:49 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RuIbp-0003u9-Er for ding@lists.math.uh.edu; Mon, 06 Feb 2012 01:03:29 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RuIbo-0008J9-K3 for ding@lists.math.uh.edu; Mon, 06 Feb 2012 01:03:29 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RuIbn-0008Qn-77 for ding@gnus.org; Mon, 06 Feb 2012 08:03:27 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RuIbf-0004BK-VZ for ding@gnus.org; Mon, 06 Feb 2012 08:03:19 +0100 Original-Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Feb 2012 08:03:19 +0100 Original-Received: from michael.zombok by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Feb 2012 08:03:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: rain.gmane.org Cancel-Lock: sha1:WRxRLbqkL31IccMbknxnswdNeVQ= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81228 Archived-At: Hello gnu'sers, I am trying hard to setup a fancy-splitting-rule for a mailing list. The 'tag' in the subject header of the mails I want to catch is '[ab-cd-ef]' (including the braces) but I don't get it. I tried various versions without success. What is the correct syntax? (any ".*\\[ab-cd-ef\\].*" "news.ab-cd-ef") (any ".*\[ab-cd-ef\].*" "news.ab-cd-ef") (any ".*[ab-cd-ef].*" "news.ab-cd-ef") ??? Of course, it should NOT match a mail with the following tag in the subject header '[ab]'. Thank you in advance! Best, Michael