Bart:

Still hitting on all messages

An example:

=============================

Return-Path: <[EMAIL PROTECTED]>
Received: from Mail2.ElPaso.com (12-40-24-37.elpaso.com [12.40.24.37])
        by dalton.vul.com (Vulcan E-mail Relay) with ESMTP id 45169A8013
        for <[EMAIL PROTECTED]>; Fri, 21 Jun 2002 13:08:17 -0500 (CDT)
Received: from pubhoumhs01a.corp.epec.com (unverified) by Mail2.ElPaso.com
 (Content Technologies SMTPRS 4.2.1) with ESMTP id
<[EMAIL PROTECTED]> for
    <[EMAIL PROTECTED]>;
 Fri, 21 Jun 2002 13:06:35 -0500
Received: by pubhoumhs01a.corp.epec.com with Internet Mail Service
(5.5.2653.19)
        id <NFLPBWF0>; Fri, 21 Jun 2002 13:08:06 -0500
Message-ID: <[EMAIL PROTECTED]>
From: "Rigdon, Eric" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: Fruit
Date: Fri, 21 Jun 2002 13:08:03 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: multipart/alternative ;
boundary="----_=_NextPart_001_01C2194E.95EA50E0"
X-DCC-meer-Metrics: dalton.vul.com 1035; Body=1 Fuz1=1 Fuz2=1
X-Spam-Status: No, hits=0.8 required=5.1
        tests=MIME_NULL_BLOCK,EXCUSE_16,FORGED_EBAY_RCVD,RCVD_IN_XBL,AWL
        version=2.40
X-Spam-Level:
Parts/Attachments:
----------------------------------------



|-----Original Message-----
|From: Bart Schaefer [mailto:[EMAIL PROTECTED]]
|Sent: Friday, June 21, 2002 12:49 PM
|To: Smart, Dan
|Cc: spamassassin list
|Subject: RE: [SAtalk] FORGED_EBAY_RCVD broken!
|
|
|I don't have *any* hits on FORGED_EBAY_RCVD in my logs for the past two
|weeks.  However, it looks like this expression in EvalTests.pm:
|
|  if($rcvd =~ 
|/from.*\Q$domain\E.*[\[\(][0-9]+\.[0-9]+\.[0-9]+\.[0-9]+[\]\)].
|*by.*\Q$domain\E/) {
|
|might need a word-boundary delimiter before $domain:
|
|  if($rcvd =~ 
|/from.*\b\Q$domain\E.*[\[\(][0-9]+\.[0-9]+\.[0-9]+\.[0-9]+[\]\)
|].*by.*\b\Q$domain\E/) {
|
|Try that and see what happens.
|


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to