From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11739 Path: main.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.gnus.general Subject: Re: spam filtering on message-id (was: Hmm.. 2 q's) Date: 20 Jul 1997 17:36:06 -0700 Sender: raeburn@kr-laptop.cygnus.com Message-ID: References: <199707141819.LAA13825@knife.statsci.com> <8cd8olmp9e.fsf@gadget.cscaper.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035151403 32215 80.91.224.250 (20 Oct 2002 22:03:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:03:23 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.6/8.8.6) with ESMTP id AAA10568 for ; Mon, 21 Jul 1997 00:57:32 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id CAA27259 for ; Mon, 21 Jul 1997 02:53:57 -0500 (CDT) Original-Received: from maud.ifi.uio.no (0@maud.ifi.uio.no [129.240.64.19]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 21 Jul 1997 08:50:49 +0200 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by maud.ifi.uio.no ; Mon, 21 Jul 1997 08:46:08 +0200 Original-Received: (qmail 28312 invoked by uid 504); 21 Jul 1997 06:45:07 -0000 Original-Received: (qmail 28309 invoked from network); 21 Jul 1997 06:45:06 -0000 Original-Received: from tweedledumb.cygnus.com (192.80.44.1) by claymore.vcinet.com with SMTP; 21 Jul 1997 06:45:06 -0000 Original-Received: from kr-laptop.cygnus.com (root@kr-laptop.cygnus.com [192.80.44.194]) by tweedledumb.cygnus.com (8.8.5/8.8.5) with ESMTP id CAA08562 for ; Mon, 21 Jul 1997 02:44:41 -0400 (EDT) Original-Received: (from raeburn@localhost) by kr-laptop.cygnus.com (8.8.5/8.8.4) id UAA16541; Sun, 20 Jul 1997 20:36:10 -0400 Original-To: ding@gnus.org In-Reply-To: Michael R Cook's message of 19 Jul 1997 12:14:06 -0400 Original-Lines: 14 X-Mailer: Gnus v5.4.37/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:11739 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11739 Michael R Cook writes: > >>>>> "RS" == Randal Schwartz writes: > RS> I know the *right* side (or rightmost side if multiple) of the @ > RS> has to be a valid hostname, so you could filter on (perl regex): > RS> Message-Id: !/\@([-a-zA-Z0-9]+\.)+[a-zA-Z]{2,3})$/ { DELETE; } > Unfortunately, I get a good amount of non-spam that has invalid > message-ids. So much for standards. :-( So maybe the solution is not to discard, but to bounce, thus pestering people with broken configs. For that matter, anyone have Gnus code to generate an official-looking "bounce" reply to a message?