From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52427 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: [Eric Knauel] spam.el and spamoracle Date: Thu, 08 May 2003 09:44:14 -0400 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos 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 1052401387 28823 80.91.224.249 (8 May 2003 13:43:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 8 May 2003 13:43:07 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M971@lists.math.uh.edu Thu May 08 15:43:05 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 19Dlff-0007Te-00 for ; Thu, 08 May 2003 15:42:51 +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 19Dlgr-0007rB-00; Thu, 08 May 2003 08:44:05 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Dlgm-0007r0-00 for ding@lists.math.uh.edu; Thu, 08 May 2003 08:44:00 -0500 Original-Received: (qmail 40085 invoked by alias); 8 May 2003 13:44:00 -0000 Original-Received: (qmail 40078 invoked from network); 8 May 2003 13:44:00 -0000 Original-Received: from ns1.beld.net (24.233.95.11) by sclp3.sclp.com with SMTP; 8 May 2003 13:44:00 -0000 Original-Received: by ns1.beld.net (Postfix, from userid 102) id 8F7E13BDDB; Thu, 8 May 2003 09:43:59 -0400 (EDT) Original-Received: from heechee.beld.net (dhcp-0-9-5b-4d-5-59.cpe.beld.net [24.233.82.84]) by ns1.beld.net (Postfix) with ESMTP id CB8473BAD5; Thu, 8 May 2003 09:43:54 -0400 (EDT) Original-To: Lars Magne Ingebrigtsen , Eric Knauel X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: Lars Magne Ingebrigtsen , Eric Knauel , ding@gnus.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 06 May 2003 17:57:38 +0200") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52427 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52427 On Tue, 06 May 2003, larsi@gnus.org wrote: > From: Eric Knauel > Subject: spam.el and spamoracle > To: larsi@gnus.org > Date: Tue, 06 May 2003 16:40:17 +0200 > X-Sent: 1 day, 22 hours, 59 minutes, 12 seconds ago > > > Hi Lars, > > here is a little patch that adds support for Xavier Leroy's > spamoracle (see ) to > spam.el. I found it quite useful when using IMAP server or other > servers where I can't start spamoracle via procmail. > > > -Eric Does Eric have FSF papers on file? I would also suggest the following: - use (executable-find "spamoracle") as the default value of spam-spamoracle-binary, this usually does what the user wants (nil if not found, etc.) - provide a reasonable default for spam-spamoracle-database so users don't have to configure it if they don't want to - should there be a spam/ham processor for spamoracle? Let me know what you think. Thanks Ted