From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15257 Path: main.gmane.org!not-for-mail From: Harald Meland Newsgroups: gmane.emacs.gnus.general Subject: Re: Spam dodged my fancy split! Date: 02 Jun 1998 14:56:57 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035154322 21122 80.91.224.250 (20 Oct 2002 22:52:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:52:02 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id GAA16365 for ; Tue, 2 Jun 1998 06:06:54 -0700 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id JAA22151 for ; Tue, 2 Jun 1998 09:03:23 -0400 Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id HAH00421; Tue, 2 Jun 1998 08:00:06 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Jun 1998 07:57:55 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id HAA00393 for ; Tue, 2 Jun 1998 07:57:45 -0500 (CDT) Original-Received: (qmail 11517 invoked by uid 504); 2 Jun 1998 12:57:15 -0000 Original-Received: (qmail 11514 invoked from network); 2 Jun 1998 12:57:15 -0000 Original-Received: from mons.uio.no (HELO mons) (6089@129.240.130.14) by claymore.vcinet.com with SMTP; 2 Jun 1998 12:57:13 -0000 Original-Received: from octarine.uio.no (actually octarine.uio.no [129.240.186.25]) by mons with SMTP (PP); Tue, 2 Jun 1998 14:56:59 +0200 Original-Received: by octarine.uio.no ; Tue, 2 Jun 1998 14:56:58 +0200 (MET DST) Original-To: ding@gnus.org In-Reply-To: Jack Twilley's message of "Mon, 01 Jun 1998 18:59:16 GMT" Original-Lines: 22 X-Mailer: Gnus v5.6.9/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15257 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15257 [Jack Twilley] > Some spam got past my filter, which was specifically designed to > filter out this kind of spam, and in fact was cribbed from the docs. > > Here's the relevant snippet of my .gnus file. > > --begin .gnus snippet-- > nnmail-split-fancy > '(| ("gnus-warning" "duplication of messages" "duplicate") > (to "jmt+usenet@nycap.rr.com" You probably want the above line to read something like (to "jmt\\+usenet@nycap\\.rr\\.com" as the second field in the split is a regexp. Your regexp would match "jmtttttttusenet@nycap.rr.com", "jmtusenet@nycap.rr.com" and "jmtttusenet@nycapxrrycom", but not "jmt+usenet@nycap.rr.com". -- Harald