From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50228 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Message-ID vs email address Date: Fri, 21 Feb 2003 14:26:38 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87el61u5m9.fsf@deneb.enyo.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045834046 18663 80.91.224.249 (21 Feb 2003 13:27:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Feb 2003 13:27:26 +0000 (UTC) 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 18mDD3-0004qt-00 for ; Fri, 21 Feb 2003 14:27:25 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18mDCZ-00014M-00; Fri, 21 Feb 2003 07:26:55 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Feb 2003 07:27:53 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA26354 for ; Fri, 21 Feb 2003 07:27:43 -0600 (CST) Original-Received: (qmail 49568 invoked by alias); 21 Feb 2003 13:26:40 -0000 Original-Received: (qmail 49563 invoked from network); 21 Feb 2003 13:26:40 -0000 Original-Received: from cygnus-ext.enyo.de (HELO mail.enyo.de) (212.9.189.162) by 66.230.238.6 with SMTP; 21 Feb 2003 13:26:40 -0000 Original-Received: from [212.9.189.171] (helo=deneb.enyo.de) by mail.enyo.de with esmtp (Exim 3.34 #2) id 18mDBm-0001w8-00 for ding@gnus.org; Fri, 21 Feb 2003 14:26:06 +0100 Original-Received: from fw by deneb.enyo.de with local (Exim 3.34 #4) id 18mDCI-0000sE-00 for ding@gnus.org; Fri, 21 Feb 2003 14:26:38 +0100 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50228 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50228 I've committed Reiner Steib's elisp translation of my Message-ID/email discrimination algorithm. I hope this is enough to confirm that this code is part of Gnus and falls under my assignment contract. (Of course, nowadays, Bayesian classification would be more apt.) 2003-02-21 Florian Weimer From Reiner Steib . * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New variable, used in `gnus-button-mid-or-mail-heuristic'. (gnus-button-mid-or-mail-heuristic): New function derived from Florian Weimer's Perl script. (gnus-button-handle-mid-or-mail): Allow a function instead of 'guess. (gnus-button-guessed-mid-regexp): Removed.