From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52216 Path: main.gmane.org!not-for-mail From: Jhair Tocancipa Triana Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] gnus-art.el handling for t-online addresses Date: Sun, 04 May 2003 14:50:42 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052052657 30430 80.91.224.249 (4 May 2003 12:50:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 4 May 2003 12:50:57 +0000 (UTC) Original-X-From: ding-owner+M760@lists.math.uh.edu Sun May 04 14:50:54 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19CIxC-0007uS-00 for ; Sun, 04 May 2003 14:50:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19CIyA-00058Q-00; Sun, 04 May 2003 07:51:54 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19CIxU-000580-00 for ding@lists.math.uh.edu; Sun, 04 May 2003 07:51:12 -0500 Original-Received: (qmail 51039 invoked by alias); 4 May 2003 12:51:12 -0000 Original-Received: (qmail 51033 invoked from network); 4 May 2003 12:51:12 -0000 Original-Received: from mail.gmx.net (213.165.65.60) by sclp3.sclp.com with SMTP; 4 May 2003 12:51:12 -0000 Original-Received: (qmail 5495 invoked by uid 65534); 4 May 2003 12:50:43 -0000 Original-Received: from p508B3BC3.dip.t-dialin.net (EHLO mandala.local) (80.139.59.195) by mail.gmx.net (mp006-rz3) with SMTP; 04 May 2003 14:50:43 +0200 Original-To: ding@gnus.org In-Reply-To: (Reiner Steib's message of "Sun, 04 May 2003 14:17:51 +0200") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEVmZoH//262AFYAAI0M AOQdALn//xbjADH/AAD//wC2AFUAAP8sMWWqAAAAQ0lEQVR4nGOYiQMwjEoMW4k0HIBBEAdgwAmM cQCG3TjAsJFwwQEYQnEABi2tVUCwaNGiVWCgBeMzlOMADB04wMiVAAA9In+/aQH1vgAAAABJRU5E rkJggg== Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52216 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52216 Reiner Steib writes: > As it's name says, `gnus-button-mid-or-mail-heuristic' is a > heuristic function. It's not intended to cover every special case. Well, that depends on what is understood under "special case". "^Pine", ""^slrn" and "\\.fsf@" sound like special cases to me. Well this in the eye of the beholder :-). > We can't use \\{4,29\\} because we still support Emacs 20 (and maybe > some XEmacs versions?) that don't support this. See the ugly > re-formulations of {M,N} expressions. > But maybe, we don't have to be that careful and use > "^[A-Za-z]+[A-Za-z._-][A-Za-z._-][A-Za-z._-][A-Za-z._-]+@t-online\\.de$" > instead? Yep, this would also suffice. > The current implementation is very close to Florian Weimer's Perl > script[1]. Why do think that it's better to put "Certain special > cases" into the list? It was just a matter of style, to make gnus-button-mid-or-mail-heuristic cleaner. Regards, -- --Jhair Public Key fingerprint: 81FF 3ADF BF6B CECB C593 4018 27AE D7D2 BAA6 00D0