From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57893 Path: main.gmane.org!not-for-mail From: Tim Brown Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el version 3 Date: Mon, 14 Jun 2004 07:59:05 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: <87d642ic52.fsf@scimitar.national-net.com> References: <4n7juaakhp.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087225160 18879 80.91.224.253 (14 Jun 2004 14:59:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Jun 2004 14:59:20 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M6434@lists.math.uh.edu Mon Jun 14 16:59:13 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BZsvY-00026t-00 for ; Mon, 14 Jun 2004 16:59:13 +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 1BZsvF-0000jy-00; Mon, 14 Jun 2004 09:58:53 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BZsvB-0000jt-00 for ding@lists.math.uh.edu; Mon, 14 Jun 2004 09:58:49 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BZsv9-0001VS-Sm for ding@lists.math.uh.edu; Mon, 14 Jun 2004 09:58:47 -0500 Original-Received: from gwyn.tux.org (gwyn.tux.org [199.184.165.135]) by justine.libertine.org (Postfix) with ESMTP id A13033A01FD for ; Mon, 14 Jun 2004 09:58:44 -0500 (CDT) Original-Received: from scimitar.national-net.com (ident-user@gwyn.tux.org [199.184.165.135]) by gwyn.tux.org (8.12.11/8.12.11) with ESMTP id i5EEwh3q023330; Mon, 14 Jun 2004 10:58:43 -0400 Original-To: "Ted Zlatanov" In-Reply-To: <4n7juaakhp.fsf@lifelogs.com> (Ted Zlatanov's message of "13 Jun 2004 23:25:54 -0400") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Received-SPF: pass (gwyn.tux.org: domain of tim@tux.org designates 199.184.165.135 as permitted sender) X-Virus-Scanned: clamd / ClamAV version devel-20040527, clamav-milter version 0.71c on gwyn.tux.org X-Virus-Status: Clean Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57893 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57893 >>>>> "Ted" == Ted Zlatanov writes: > I am done developing the new version of spam.el, version 3. > Version 1 was the original. Version 2 was my rewrite. I think > I've learned a lot about Emacs Lisp since version 1, so version > 3 is better in many ways. Good stuff. One thing i'm curious about is whether or not is the blackholes specification. It appears this is driven by regex; am I just silly, or can we get CIDR-style entries as well? For example: 10.0.0.0/8 Tim