From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4463 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: My anti-spam measures no long work :( Date: Thu, 10 Feb 2005 13:19:43 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nis50b7ls.fsf@lifelogs.com> References: <4nd5vavolo.fsf@lifelogs.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670372 23332 80.91.229.2 (31 Jan 2006 01:19:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:19:32 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:48 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-X-Trace: individual.net SA6A52uBUKQvWWSHWnEzOw4Lv11y/SVYjYLWtLpm0CvqzBBlRg 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.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:5ZzN8rgghQ4juGJmi+YCQPpcHzw= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4604 Original-Lines: 19 X-Gnus-Article-Number: 4604 Tue Jan 17 17:33:48 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4463 Archived-At: On Wed, 09 Feb 2005, zedek@gnu-rox.org wrote: > Hum, you are right. Gnus believes it is ham group... > > But how is this possible ? Why `spam-split-group' value is not > meant to be automatically classified as a spam content group ? > > What should I check to fix my problem ? Gnus has a bunch of ways to set parameters these days. Best thing you can do is "grep ham *.el" and see if it's set by your code. If not, grep the newsrc.eld file. You can always override the classification with `G c' because group-local settings have priority over all other settings. spam-split-group should be automatically set to be a spam group by name, unless you overrode spam-junk-mailgroups. Ted