From owner-freebsd-questions Fri Apr 5 2:49:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id 46FE537B404 for ; Fri, 5 Apr 2002 02:49:05 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id 070143C1E8; Fri, 5 Apr 2002 12:55:50 +0100 (BST) Date: Fri, 5 Apr 2002 12:55:50 +0100 (BST) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: "Philip J. Koenig" Cc: Questions@FreeBSD.ORG Subject: Re: hub.freebsd.org spam policy In-Reply-To: <20020405100828067.AAA385@empty1.ekahuna.com@pc02.ekahuna.com> Message-ID: <20020405122950.F82078-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 5 Apr 2002, Philip J. Koenig wrote: > > What is this localhost thing, I've scanned through this discussion but > > couldn't find a complete description of the problem > > > > From what I can work out your saying that Message-ID's ending in localhost > > are rejected. > > > > But a quick grep of my freebsd-questions archive (approx 4 months): > > > > grep -i -c 'message-id.*localhost>$' freebsd > > 93 (matches) > > > > grep -i -c 'message-id.*localdomain>$' freebsd > > 112 (matches) > That's interesting. The only thing I changed to circumvent the > filtering was something which changed the format of the Message-ID > string from: > > Message-ID: > > to > > Message-ID: <1234567890.ABCDEF@[mta hostname]@[originating hostname]> > > > I have no idea how long hub.freebsd.org has filtered on that string. > Noone has been forthcoming with details and I haven't been posting to > the lists consistently enough to be a good judge. > > Certainly your statistics would imply a significant amount of > messages would be blocked by that measure. What was the date of the > latest match? 3rd March 2002 - localhost 4th April 2002 - localhost.localdomain > One other thing: will that dot after "message-id" only find text > which has a dot in that position? Because that isn't what the > Message-ID header looks like. (see above) No, it fine, ".*" is a wildcard. (. = match any character, * = match any number of times) Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message