The | <pipe> is the problem here. It means a Boolean OR in the syntax of the rule.So what this rule is saying is "If the subject contains C OR alis move to the spam sub-mailbox for the intended user...Remove the | from the condition
Eric S ----- Original Message ----- From: "Beach Computers" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, March 01, 2005 9:38 AM Subject: [IMail Forum] Spam rule getting confused. > Hello, > > I have a user who has the following rule in place: > S~C|alis:Spam > However, the user is seeing many legitimate emails end up in the spam box. > I have attached a sample heeder below which got hit by the rule. > Can anyone think of what could cause the below message to get routed by the > above rule? > > Thanks! > > Dave > > >From <[EMAIL PROTECTED]> Tue Mar 01 05:49:11 2005 > Received: from SMTP32-FWD by ''''''''''''''' > (SMTP32) id A48A248EB004A6399; Tue, 1 Mar 2005 05:49:10 -0500 > Received: from outbound1.den.paypal.com [216.113.188.96] by ''''''''''''' > with ESMTP > (SMTPD32-8.14) id A8A248EB004A; Tue, 01 Mar 2005 05:49:06 -0500 > Received: from denweb147.den.paypal.com (denweb147.den.paypal.com > [10.191.12.195]) > by outbound1.den.paypal.com (Postfix) with SMTP id 520EA5B802A > for <''''''''''''>; Tue, 1 Mar 2005 02:49:04 -0800 (PST) > Received: (qmail 22113 invoked by uid 99); 1 Mar 2005 10:49:04 -0000 > Date: Tue, 01 Mar 2005 02:49:04 -0800 > Message-Id: <[EMAIL PROTECTED]> > MIME-Version: 1.0 > Content-Transfer-Encoding: 8bit > From: ''''''''''''''' > To: '''''''''' > Subject: Notification of Payment Received > Content-Type: multipart/alternative; > boundary="NextPart_048F8BC8A2197DE2036A" > X-mxGuard-Spool-ID: 48a248eb004a6399 > X-mxGuard-Sender: [EMAIL PROTECTED] > X-mxGuard-Native-RelayCount: 1 > X-mxGuard-Spam-Score: 1 > X-mxGuard-Spam-Probability: CLEAN > X-RCPT-TO: <'''''''''''''''''> > Status: R > X-IMail-Rule: S~C|alis:Spam Data- CATION OF PAYMENT RECEIVED > X-UIDL: 386132139 > > > > > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html > List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
