From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54518 Path: main.gmane.org!not-for-mail From: Jake Colman Newsgroups: gmane.emacs.gnus.general Subject: Re: What Headers Are Checked With split-fancy 'any' Date: Wed, 29 Oct 2003 14:33:18 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: <768yn33kld.fsf@newjersey.ppllc.com> References: <767k2oj7p0.fsf@newjersey.ppllc.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067456015 26045 80.91.224.253 (29 Oct 2003 19:33:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2003 19:33:35 +0000 (UTC) Original-X-From: ding-owner+M3059@lists.math.uh.edu Wed Oct 29 20:33:33 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEw4S-0006kh-00 for ; Wed, 29 Oct 2003 20:33:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AEw4K-0003gC-00; Wed, 29 Oct 2003 13:33:24 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AEw4G-0003g7-00 for ding@lists.math.uh.edu; Wed, 29 Oct 2003 13:33:20 -0600 Original-Received: from newjersey.ppllc.com (unknown [65.206.49.195]) by justine.libertine.org (Postfix) with ESMTP id 6F23B3A007E for ; Wed, 29 Oct 2003 13:33:19 -0600 (CST) Original-Received: (from colman@localhost) by newjersey.ppllc.com (8.9.3/8.9.3) id OAA14657; Wed, 29 Oct 2003 14:33:19 -0500 (EST) X-Authentication-Warning: newjersey.ppllc.com: colman set sender to colman@ppllc.com using -f Original-To: ding@gnus.org X-Attribution: Jake X-URL: http://www.ppllc.com In-Reply-To: (Reiner Steib's message of "Wed, 29 Oct 2003 18:33:07 +0100") User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54518 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54518 >>>>> "RS" == Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: RS> It seems to me, that the following should do what you want: RS> (any RS> "spamassassin-\\(talk\\|announce\\)@\\(lists\\.\\)?sourceforge\\.net" RS> "mail.spamassassin") Just to be sure I understand correctly... This will match spamassassin-talk and spamassassin-announce whether it is followed by lists.sourceforge.net or sourceforge.net. The construct "\\(lists\\.\\)?" says zero or more "lists." preceded by "@" and followed by the rest of it. Does the match always start with the first character or do I have to use "^" if I am concerned about something preceding it? RS> Assuming `nnmail-crosspost' is set to nil: Yup! -- Jake Colman Principia Partners LLC Phone: (201) 209-2467 Harborside Financial Center Fax: (201) 946-0320 902 Plaza Two E-mail: colman@ppllc.com Jersey City, NJ 07311 www.principiapartners.com