From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56845 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: [Q]: Gmane groups and spam filtering Date: Mon, 29 Mar 2004 16:21:49 -0500 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: <4nk713qrgy.fsf@lifelogs.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080596221 12564 80.91.224.253 (29 Mar 2004 21:37:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Mar 2004 21:37:01 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M5384@lists.math.uh.edu Mon Mar 29 23:36:54 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 1B84RA-0001RY-00 for ; Mon, 29 Mar 2004 23:36:52 +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 1B84Q6-0000MD-00; Mon, 29 Mar 2004 15:35:46 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1B84Q2-0000M8-00 for ding@lists.math.uh.edu; Mon, 29 Mar 2004 15:35:42 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1B84Q1-0002Fg-Gq for ding@lists.math.uh.edu; Mon, 29 Mar 2004 15:35:41 -0600 Original-Received: from clifford.bwh.harvard.edu (clifford.bwh.harvard.edu [134.174.9.41]) by justine.libertine.org (Postfix) with ESMTP id AE8523A0042 for ; Mon, 29 Mar 2004 15:35:40 -0600 (CST) Original-Received: from asimov (asimov [134.174.9.63]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id i2TLXjP13037; Mon, 29 Mar 2004 16:33:46 -0500 (EST) Original-To: Xavier Maillard 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: Xavier Maillard , ding@gnus.org In-Reply-To: (Xavier Maillard's message of "Fri, 12 Mar 2004 15:18:29 +0000 (UTC)") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Spam-Score: -4.9 (----) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56845 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56845 On Fri, 12 Mar 2004, zedek@gnu-rox.org wrote: > But now I see many messages like this one: > > /------------------------------------------------------------- > |Article 138023 has a nil data header [3 times] > |Article 138023 has no message ID! > \------------------------------------------------------------- This is caused by the spam-generate-fake-headers function, which will use the overview data to build fake headers when possible. See if you can find what's causing the nil data header by tracing through the spam-find-spam function. It calls (spam-generate-fake-headers article) when possible. > First I would like to know wether I can deactivate > spam-use-bogofilter method temporary. I thought (wrongly) that > setting `spam-autodetect-methods` in a group parameters would > overload it but it seems it is not. It should. What does `G p' show for the group in question? > Secondly I don't know why gnus (or spam.el) is complaining about > headers. I didn't try to see a message header but I surely will > since it increase spam.el load and processing time. With spam-autodetect, all headers of hitherto unseen messages are checked when you enter a group, but spam.el tries to do it without retrieving the whole article. That's the reason for the whole spam-generate-fake-headers rigamarole. Ted