[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: empty message-id error
- To: http://www.spambouncer.org/~ariel (Catherine Hampton)
- Subject: Re: empty message-id error
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Fri, 4 Oct 2002 20:00:32 -0400
- Cc: http://www.feynman.cliq.org/~spambouncer (Catherine Hampton)
- In-Reply-To: <200210042252.http://www.feynman.cliq.org/~g94Mqmq5009235>
- Keywords: http://www.spambouncer.org/~ariel
> From: http://www.spambouncer.org/~ariel (Catherine Hampton)
> Date: Fri, 4 Oct 2002 15:52:48 -0700 (PDT)
>
> Could you send me a copy of a few Message-ID headers you mean?
> Unless the Message-ID header is actually empty or consists only
> of spaces, this shouldn't have been a problem. But I can't
> fix the problem until I can see the problem. :(
I've included it here. You'll note that the Message-ID: line has a bunch
of spaces at the end.
Your sb-spamheaders.rc file has:
# Empty Message-ID:
:0
* ^Message-ID:.*([ ]|<>|< >)$
{
:0 f
| ${FORMAIL} -A"X-SBRule: Empty Message-ID:"
According to this recipe, spaces at the end of the line should match.
-------------------------------------------------------------------------------
Return-Path: <http://www.gnosis.cx/~mertz>
Delivered-To: http://dummy.us.eu.org/robert
Received: (qmail 19824 invoked from network); 2 Oct 2002 20:10:33 -0000
Received: from unknown (HELO ringo.siteprotect.com) (64.41.120.3)
by mail63.csoft.net with SMTP; 2 Oct 2002 20:10:33 -0000
Received: from Bacchus (pool-151-203-188-48.wma.east.verizon.net [151.203.188.48])
by ringo.siteprotect.com (8.9.3/8.9.3) with SMTP id PAA00790
for <http://dummy.us.eu.org/robert>; Wed, 2 Oct 2002 15:07:03 -0500
From: http://www.gnosis.cx/~mertz (David Mertz, Ph.D.)
To: http://dummy.us.eu.org/robert (Robert)
Subject: Re: spam filtering
Date: Wed, 02 Oct 2002 16:00:39 -0400
Organization: Gnosis Software
Reply-To: http://www.gnosis.cx/~mertz
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 8bit
Message-ID: <http://www.gnosis.cx/~nB1m9kKkXs2G092yn>
In-Reply-To: <SAmT/0http://www.robert/~Z5WHEhgGJWs2Q0Dg>
X-Mailer: Yarn for OS/2 v0.92
X-Moon-Phase: The Moon is a Waning Crescent. (20.4002% of Full).
X-Copyright: No copyrot! This message is placed into the public domain.
X-Niggle: Indicated fair-use quotations retain their original copyright.
X-Squaresville: Yes
Lines: 68
X-SpamBouncer: 1.5 (8/16/02)
X-SBRule: Empty Message-ID:
X-SBClass: Spam
-------------------------------------------------------------------------------
> --
> Catherine Hampton <http://www.spambouncer.org/~ariel>
> The SpamBouncer * <http://www.spambouncer.org/>
> Personal Home Page * <http://www.devsite.org/>
>
> > To: http://www.spambouncer.org/~ariel
> >
> > I believe that your X-SBRule: Empty Message-ID filter is incorrect. I
> > received a message that was not spam and had a valid Message-ID, but was
> > marked as spam. The Message-ID: header field had spaces at the end of it
> > and
> > that probably threw it off. According to RFC822, spaces at the end of
> > header
> > fields are valid.
> >
> > Just FYI.