From owner-freebsd-questions@FreeBSD.ORG Thu Sep 9 12:00:53 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D236710656FD for ; Thu, 9 Sep 2010 12:00:53 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 7D3068FC23 for ; Thu, 9 Sep 2010 12:00:53 +0000 (UTC) Received: by qyk31 with SMTP id 31so6302196qyk.13 for ; Thu, 09 Sep 2010 05:00:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=PA5GpTKWrESpGmxyeOLGN2bMACEMCVcz0IlqUfxcd64=; b=E1OvaV1HdSLwbWx9tOaYHZdH8paI7chi4ZRTOCekcZCrWf/kAw/Dyv3rQx7h/peZoi vrRWKDBlraijhshiPjWdzQJ2+3r4inCQ9pqILozPn7jhaZ113L1fREGQCDQTGKPLbZqt 1IvHzZwquzzgKJQBi7apMDRRJRnJ9+xdI1aT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=ebL7dEAX6JHKAFNaEB/DSvrYtDlqxzR0NGBofPl5Gs3dPonotF5gmEgTzvNqhNLXKx kvUdKwC1Xj6wokIe0OS0VuJ9KvHzY/GWeeNIkq0HKvfSLlYSN2ZXkkw7KDFt36BdhijV hRQc7s8jvTOlAn//49OaqIVvaVEVw9oFTkh7Q= Received: by 10.229.220.78 with SMTP id hx14mr455138qcb.148.1284033652367; Thu, 09 Sep 2010 05:00:52 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id r36sm1220663qcs.27.2010.09.09.05.00.49 (version=SSLv3 cipher=RC4-MD5); Thu, 09 Sep 2010 05:00:49 -0700 (PDT) Message-ID: <4C88CC70.6050309@gmail.com> Date: Thu, 09 Sep 2010 08:00:48 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 MIME-Version: 1.0 To: Drew Tomlinson References: <201009080050.o880oZli002150@mail.r-bonomi.com> <4C87B844.4090505@mykitchentable.net> In-Reply-To: <4C87B844.4090505@mykitchentable.net> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Regex Help For Procmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 12:00:53 -0000 On 9/8/10 12:22 PM, Drew Tomlinson wrote: [snip] > # Deliver other email to folder > :0 > * ^From:.*famous-smoke\.com > "${HOME}/Maildir/.Shopping/Famous Smoke/Email/" > > Do you see anything I'm missing? > Drew, I'll give this one final shot. Try this: * ^From:(.*@.*famous-smoke\.com) "$HOME/Maildir/...." Regards, -- Glen Barber