From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15258 Path: main.gmane.org!not-for-mail From: amu@MIT.EDU (Aaron M. Ucko) Newsgroups: gmane.emacs.gnus.general Subject: Re: Spam dodged my fancy split! Date: 01 Jun 1998 15:08:27 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154323 21126 80.91.224.250 (20 Oct 2002 22:52:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:52:03 +0000 (UTC) Cc: ding@gnus.org 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 HAA18073 for ; Tue, 2 Jun 1998 07:58:38 -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 KAA24763 for ; Tue, 2 Jun 1998 10:55:06 -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 JAH03742; Tue, 2 Jun 1998 09:51:38 -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 09:49:19 -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 JAA03720 for ; Tue, 2 Jun 1998 09:49:10 -0500 (CDT) Original-Received: (qmail 12147 invoked by uid 504); 2 Jun 1998 14:48:50 -0000 Original-Received: (qmail 12144 invoked from network); 2 Jun 1998 14:48:50 -0000 Original-Received: from pacific-carrier-annex.mit.edu (HELO MIT.EDU) (18.69.0.28) by claymore.vcinet.com with SMTP; 2 Jun 1998 14:48:50 -0000 Original-Received: from CONTENTS-VNDER-PRESSVRE.MIT.EDU by MIT.EDU with SMTP id AA05802; Tue, 2 Jun 98 10:48:51 EDT Original-Received: by contents-vnder-pressvre.MIT.EDU (8.8.7/4.7) id KAA08381; Tue, 2 Jun 1998 10:48:44 -0400 (EDT) Original-To: Jack Twilley In-Reply-To: Jack Twilley's message of 01 Jun 1998 15:01:02 -0400 Original-Lines: 3 X-Mailer: Gnus v5.5/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15258 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15258 + is special in regexps ("x+" means "one or more x s."); change "jmt+usenet@nycap.rr.com" to "jmt\\+usenet@nycap.rr.com" (or even to "jmt\\+usenet@nycap\\.rr\\.com" to avoid [unlikely] false positives.)