From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52237 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] gnus-art.el handling for t-online addresses Date: Sun, 04 May 2003 18:37:49 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <874r4abrc2.fsf@deneb.enyo.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052066206 3850 80.91.224.249 (4 May 2003 16:36:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 4 May 2003 16:36:46 +0000 (UTC) Original-X-From: ding-owner+M780@lists.math.uh.edu Sun May 04 18:36:44 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 19CMTk-0000zv-00 for ; Sun, 04 May 2003 18:36:44 +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 19CMUx-00073R-00; Sun, 04 May 2003 11:37:59 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19CMUt-00073M-00 for ding@lists.math.uh.edu; Sun, 04 May 2003 11:37:55 -0500 Original-Received: (qmail 59061 invoked by alias); 4 May 2003 16:37:54 -0000 Original-Received: (qmail 59056 invoked from network); 4 May 2003 16:37:54 -0000 Original-Received: from unknown (HELO mail.enyo.de) (212.9.189.178) by sclp3.sclp.com with SMTP; 4 May 2003 16:37:54 -0000 Original-Received: from [212.9.189.171] (helo=deneb.enyo.de) by mail.enyo.de with esmtp (Exim 3.34 #2) id 19CMUn-00073T-00 for ding@gnus.org; Sun, 04 May 2003 18:37:49 +0200 Original-Received: from fw by deneb.enyo.de with local (Exim 3.34 #4) id 19CMUn-0001OQ-00 for ding@gnus.org; Sun, 04 May 2003 18:37:49 +0200 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (Reiner Steib's message of "Sun, 04 May 2003 14:17:51 +0200") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52237 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52237 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> 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. BTW: In > your example the function returns 'ask, which isn't really wrong. :-) In fact, I did this on purpose. Quite a few news clients allocate Message-IDs in the t-online.de domain, and I couldn't tell these Message-IDs from T-Online email addresses. > 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? I think this regexp is too broad, it will catch a few Message-IDs too. 8-(