From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45891 Path: main.gmane.org!not-for-mail From: Scott A Crosby Newsgroups: gmane.emacs.gnus.general Subject: Re: new spam functionality added Date: 31 Jul 2002 14:54:16 -0500 Organization: Rice University Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028145343 24963 127.0.0.1 (31 Jul 2002 19:55:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 31 Jul 2002 19:55:43 +0000 (UTC) Cc: ding Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17ZzZO-0006UW-00 for ; Wed, 31 Jul 2002 21:55:42 +0200 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 17ZzYT-00066Q-00; Wed, 31 Jul 2002 14:54:45 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 31 Jul 2002 14:55:11 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA09035 for ; Wed, 31 Jul 2002 14:54:59 -0500 (CDT) Original-Received: (qmail 14103 invoked by alias); 31 Jul 2002 19:54:18 -0000 Original-Received: (qmail 14098 invoked from network); 31 Jul 2002 19:54:18 -0000 Original-Received: from cs.rice.edu (128.42.1.30) by gnus.org with SMTP; 31 Jul 2002 19:54:18 -0000 Original-Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id B98674AA0C; Wed, 31 Jul 2002 14:54:17 -0500 (CDT) Original-Received: from sam.cs.rice.edu (sam.cs.rice.edu [128.42.3.145]) by cs.rice.edu (Postfix) with ESMTP id 050804A9A8; Wed, 31 Jul 2002 14:54:17 -0500 (CDT) Original-Received: by sam.cs.rice.edu (Postfix, from userid 14314) id 82EE1740DC; Wed, 31 Jul 2002 14:54:16 -0500 (CDT) Original-To: Ted Zlatanov In-Reply-To: Original-Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) X-Virus-Scanned: by AMaViS snapshot-20020300 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45891 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45891 On Wed, 31 Jul 2002 15:24:34 -0400, Ted Zlatanov writes: > I'm ramping up after 2 months of 10% use of my right hand, so I'll try > to keep up with the spam work but I'm still pretty slow. Sorry for > the delay, and feel free to suggest improvements. Look in the ding > archives for previous discussions on this topic, where Lars and I have > mentioned the plans for the spam.el library. Why reimplement the wheel? We can link to an external program (like spamassassin) and have it do all the real work for us. (Thats what my current setup is). Then just patternmatch on the headers it adds to the email. Scott