From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79112 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: checking several headers when splitting mail Date: Wed, 15 Jun 2011 21:53:59 +0200 Message-ID: <87y612kh0o.fsf@member.fsf.org> References: <87zkliev2l.fsf@yun.yagibdah.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1308167658 17331 80.91.229.12 (15 Jun 2011 19:54:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2011 19:54:18 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27411@lists.math.uh.edu Wed Jun 15 21:54:14 2011 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 1QWwAH-000166-VL for ding-account@gmane.org; Wed, 15 Jun 2011 21:54:14 +0200 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 1QWwAA-0003Qu-Pn; Wed, 15 Jun 2011 14:54:06 -0500 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 1QWwA9-0003Qg-OF for ding@lists.math.uh.edu; Wed, 15 Jun 2011 14:54:05 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QWwA8-0003hz-IF for ding@lists.math.uh.edu; Wed, 15 Jun 2011 14:54:05 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QWwA5-0007TK-BM for ding@gnus.org; Wed, 15 Jun 2011 21:54:01 +0200 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id C4E3920DF2 for ; Wed, 15 Jun 2011 15:54:00 -0400 (EDT) Original-Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 15 Jun 2011 15:54:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:subject:references:date:in-reply-to:message-id:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=efoTw7ASTpTOUNK2qDdGw58x/xM=; b=IwZx+yn32RYFtXIzZ3aUOnGScrLpGN6bYGyyqfiexIsK69i/WLd4UeWOMrq1cKMwa4Kk9KCAQv8cwIanVrAU4exB1KLQ7/i1fiHruiTKxl/q0rt5rujh6fpv6ivll7bAEawD/20XTrtLMlq7yBmTPQ8BekLT1kucIzbbqOPf+2U= X-Sasl-enc: JaLtFm1jj9SdtoyGG/NGlX9khit1BU1xbITseuLUCrEk 1308167640 Original-Received: from thinkpad (178-27-29-99-dynip.superkabel.de [178.27.29.99]) by mail.messagingengine.com (Postfix) with ESMTPA id 30C7F440E9A for ; Wed, 15 Jun 2011 15:53:59 -0400 (EDT) In-Reply-To: <87zkliev2l.fsf@yun.yagibdah.de> (lee@yun.yagibdah.de's message of "Wed, 15 Jun 2011 21:46:58 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79112 Archived-At: lee writes: Hi! [no clue about splitting, cause I do that on the server side using Sieve...] > As an additional question, with fancy splitting, what=C2=B4s a regexp that > matches a phone number like "+491234567" in the subject? I tried > "\\+491234567", and it won=C2=B4t match. It does! (string-match "\\+491234567" "Re: Call my via +491234567 now!") ;; C-x C-e =3D=3D> 16 Bye, Tassilo --=20 Sent from my Emacs