From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30913 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: The .. rule Date: 14 May 2000 21:30:13 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <00May12.111709edt.115683@gateway.intersys.com> <200005121547.RAA12153@marcy.cs.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167385 11047 80.91.224.250 (21 Oct 2002 02:29:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:29:45 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id E816AD051F for ; Sun, 14 May 2000 15:30:39 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB22400; Sun, 14 May 2000 14:30:39 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 14 May 2000 14:30:07 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA14085 for ; Sun, 14 May 2000 14:29:57 -0500 (CDT) Original-Received: from viffer.metis.no (c235s252-h3t13.chello.no [212.186.252.235]) by mailhost.sclp.com (Postfix) with ESMTP id 0252BD051F for ; Sun, 14 May 2000 15:30:15 -0400 (EDT) Original-Received: (from sb@localhost) by viffer.metis.no (8.9.3/8.9.3) id VAA24361; Sun, 14 May 2000 21:30:13 +0200 Original-To: ding@gnus.org In-Reply-To: Karl Kleinpaste's message of "14 May 2000 15:17:13 -0400" Original-Lines: 16 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30913 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30913 >>>>> Karl Kleinpaste : >> How many false positives would you get if you match >> ..[a-z][a-z] or >> ..("com"|"net"|"org"|"mil")? > Just for starters, you get false positives on _lots_ of mail > addresses, including yours. What if we match on [ \n\r\t]\w+\.\w+\.\("com"\|"net"\|"edu"\|"org"\|"mil"\) ? What if we put all legal domains into that latter part? Is that possible or will all of those alternatives be one of the things that drive the emacs regexp engine to its knees?