From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3437 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus and SpamAssassin Date: Wed, 28 Jan 2004 15:47:49 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Message-ID: <4n4qufztoq.fsf@collins.bwh.harvard.edu> References: <4nd695o1ml.fsf@collins.bwh.harvard.edu> <87oesp89a4.fsf@uhoreg.ca> <874quh8069.fsf@uhoreg.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669558 18983 80.91.229.2 (31 Jan 2006 01:05:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:05:58 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:32:13 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!fu-berlin.de!uni-berlin.de!collins.bwh.harvard.EDU!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: collins.bwh.harvard.edu (134.174.9.80) Original-X-Trace: news.uni-berlin.de 1075322952 27236396 134.174.9.80 ([177066]) 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" User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (usg-unix-v) Cancel-Lock: sha1:gMvfChFyLg3E7cw9vDtubzyaBfk= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3578 Original-Lines: 27 X-Gnus-Article-Number: 3578 Tue Jan 17 17:32:13 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3437 Archived-At: On Tue, 27 Jan 2004, timmcn@bitstream.net wrote: [regarding the spam.el documentation] > Well, for example, whether one would use spam-split with > SpamAssassin (or another process such as Bogofilter, which has some > documentation); also how to use a bbdb whitelist to break out e-mail > from those senders before processing the rest (thinking this would > speed things up by running fewer e-mails through spamc). All of the above can be done. SA was just added by Hubert Chan so the documentation is not ready yet. To use the BBDB whitelist you just set spam-use-BBDB to t, and spam-split should automatically skip the spam checks on messages from people in the BBDB. > The documentation is fairly dense and seems to assume an > acquaintence with both the mechanics of Gnus and Lisp that I don't > have yet; fortunately this is starting to make more sense! I'll > look through it again and see if I can be more specific. I'm afraid this is my fault. It's easier to write code than to document it. It's hard for me to see the problems because I'm so familiar with the code; if you have particular suggestions on the spam.el section I would greatly appreciate them. Thanks Ted