From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/12855 Path: news.gmane.org!not-for-mail From: Volkan YAZICI Newsgroups: gmane.emacs.gnus.user Subject: Filtering Spam Messages With Bogofilter Date: Fri, 11 Sep 2009 00:00:37 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4135e24b-ba6f-4d91-875c-4a702c017641@g19g2000yqo.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1252654826 16258 80.91.229.12 (11 Sep 2009 07:40:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Sep 2009 07:40:26 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Sep 11 09:40:19 2009 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mm0jy-000479-HQ for gegu-info-gnus-english@m.gmane.org; Fri, 11 Sep 2009 09:40:18 +0200 Original-Received: from localhost ([127.0.0.1]:40930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mm0jy-0003OF-21 for gegu-info-gnus-english@m.gmane.org; Fri, 11 Sep 2009 03:40:18 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!goblin3!goblin2!goblin.stu.neva.ru!ecngs!feeder2.ecngs.de!194.25.134.126.MISMATCH!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!border2.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!g19g2000yqo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 33 Original-NNTP-Posting-Host: 139.179.21.138 Original-X-Trace: posting.google.com 1252652438 11550 127.0.0.1 (11 Sep 2009 07:00:38 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 11 Sep 2009 07:00:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g19g2000yqo.googlegroups.com; posting-host=139.179.21.138; posting-account=xozGQQoAAAD99EQH9srmwM1ajggyokYW User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.gnus:83202 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:12855 Archived-At: Hi, Below are spam related configurations in my ~/.emacs file. (setq spam-use-bogofilter t) (require 'spam) (setq gnus-spam-process-newsgroups '(("nnml:.*" (gnus-group-spam-exit-processor-bogofilter gnus-group-ham-exit-processor-bogofilter))) gnus-spam-process-destinations '(("nnml:.*" "nnml:spam")) gnus-ham-process-destinations '(("nnml:spam" "nnml:reclassify")) (setq spam-junk-mailgroups '("nnml:spam") spam-split-group "nnml:spam") When I mark a message as spam via S x, it gets highlighted white by gnus, but I don't see any action performed by gnus to update the bogofilter spam database. I'm suspecting some missing group-exit hooks related with updating bogofilter spam database. (~/.bogofilter directory is totally empty.) Does anybody have any ideas about what I might be missing? (BTW, yes, there exists a `bogofilter' binary in the $PATH environment variable.) Any helps will be really appreciated. OTOH, it'd be really awesome if people can share their own spam configurations too. Regards. P.S. BTW, this is "GNU Emacs 22.2.1 (i486-pc-linux-gnu) of 2008-11-09 on raven, modified by Debian" with "Gnus v5.11".