Return-Path: Delivered-To: apmail-spamassassin-users-archive@www.apache.org Received: (qmail 97236 invoked from network); 2 Dec 2008 18:10:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2008 18:10:35 -0000 Received: (qmail 95716 invoked by uid 500); 2 Dec 2008 18:10:36 -0000 Delivered-To: apmail-spamassassin-users-archive@spamassassin.apache.org Received: (qmail 95697 invoked by uid 500); 2 Dec 2008 18:10:36 -0000 Mailing-List: contact users-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@spamassassin.apache.org Received: (qmail 95686 invoked by uid 99); 2 Dec 2008 18:10:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2008 10:10:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rjette@mestek.com designates 207.138.26.104 as permitted sender) Received: from [207.138.26.104] (HELO MTSRV-EX007.mestekcorp.com) (207.138.26.104) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2008 18:09:08 +0000 Received: from mtsrv-ex004.mestekcorp.com ([10.1.6.49]) by MTSRV-EX007.mestekcorp.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 2 Dec 2008 13:09:34 -0500 Received: from localhost.localdomain ([10.1.9.50]) by mtsrv-ex004.mestekcorp.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 2 Dec 2008 13:09:34 -0500 Message-ID: <493579D0.9020803@mestek.com> Date: Tue, 02 Dec 2008 13:09:20 -0500 From: Ray Jette User-Agent: Thunderbird 2.0.0.18 (X11/20081119) MIME-Version: 1.0 To: users@spamassassin.apache.org Subject: Re: Rule to catch PO# References: <49355F83.4030702@mestek.com> In-Reply-To: <49355F83.4030702@mestek.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Dec 2008 18:09:34.0228 (UTC) FILETIME=[21564D40:01C954A9] X-Virus-Checked: Checked by ClamAV on apache.org Thanks for all the help. I am still having issues. Let me try to explain a little more. Subjects can contain the following PO PO PO# PO# PO # PO # I can match PO with /\bPO/i but this does not fill my requirements. I need to be able to match all above and i'm not sure where to start. Thank you for any help you may provide. Ray