From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48461 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Problems including spam Date: Tue, 31 Dec 2002 10:26:41 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1041354116 9899 80.91.224.249 (31 Dec 2002 17:01:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2002 17:01:56 +0000 (UTC) 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 18TPm7-0002ZX-00 for ; Tue, 31 Dec 2002 18:01:55 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18TPmM-0002M6-00; Tue, 31 Dec 2002 11:02:10 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 31 Dec 2002 11:03:04 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA17736 for ; Tue, 31 Dec 2002 11:02:51 -0600 (CST) Original-Received: (qmail 80812 invoked by alias); 31 Dec 2002 17:01:53 -0000 Original-Received: (qmail 80807 invoked from network); 31 Dec 2002 17:01:53 -0000 Original-Received: from mailout03.sul.t-online.com (194.25.134.81) by 66.230.238.6 with SMTP; 31 Dec 2002 17:01:53 -0000 Original-Received: from fwd07.sul.t-online.de by mailout03.sul.t-online.com with smtp id 18TIfl-0003sT-03; Tue, 31 Dec 2002 10:26:53 +0100 Original-Received: from viteno.dyns.net (520054833674-0001@[217.81.137.253]) by fmrl07.sul.t-online.com with esmtp id 18TIfa-0MIbuCC; Tue, 31 Dec 2002 10:26:42 +0100 Original-Received: from nk by viteno.dyns.net with local (Exim 4.10) id 18TIfZ-000EnU-00 for ding@gnus.org; Tue, 31 Dec 2002 10:26:41 +0100 Original-To: Ding Mailing List X-Attribution: viteno X-Face: 9,{UOz`879Gt1t?~vOo"iN!BBRwO User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Native Windows TTY Support, i386-unknown-freebsd4.7) X-Sender: 520054833674-0001@t-dialin.net Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48461 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48461 Hi! I've got problems activating spam.el on my system. Vitals: - XEmacs 21.4 (patch 11) "Native Windows TTY Support" [Lucid] (i386-unknown-freebsd4.7, Mule) of Wed Dec 18 2002 on viteno.dyns.net - Oort Gnus v0.08 If I include the snippet (require 'spam) (setq spam-junk-mailgroups '("tomb") spam-use-bogofilter t) into my gnus.el, I get the following error on startup: ,----[ spam.bt ] | Signaling: (error "Invalid prefix keys in sequence" ?S "St") | define-key(# "St" spam-bogofilter-score) | gnus-define-keys-1(gnus-summary-mode-map ("St" spam-bogofilter-score "Sx" gnus-summary-mark-as-spam "Mst" spam-bogofilter-score "Msx" gnus-summary-mark-as-spam "ä" gnus-summary-mark-as-spam)) | byte-code("..." [gnus-summary-highlight gnus-define-keys-1 gnus-summary-mode-map ("St" spam-bogofilter-score "Sx" gnus-summary-mark-as-spam "Mst" spam-bogofilter-score "Msx" gnus-summary-mark-as-spam "ä" gnus-summary-mark-as-spam) ((eq mark gnus-spam-mark) . gnus-splash-face)] 3) | load-internal("spam" nil t nil binary) | load("spam" nil t nil) | require(spam) | byte-code("..." [spam-use-bogofilter spam-junk-mailgroups gnus-global-score-files gnus-summary-mode-map gnus-adaptive-score-alist define-key [(control c) x] gnus-scum-expunge require gnus-score expand-file-name "~/.xemacs/gnus/.score/spam.score" mapcar # spam ("tomb") t gnus-demon-add-handler nk-gnus-demon-scan-news 60 nil gnus-demon-add-rescan] 4) | load-internal("~/.xemacs/gnus/gnus.elc" nil t nil binary) | load("~/.xemacs/gnus/gnus.elc" nil t) | gnus-read-init-file() | gnus-1(nil nil nil) | gnus(nil) | call-interactively(gnus) `---- I've tried a (require 'gnus-sum) beforehand, but to no avail. It works if I start Gnus and load spam afterwards, so I think, it's simply sort of a timing problem. Any pointers? Another thing (although I might have misread the manual): I've thought messages in spam-junk-mailgroups should be marked automatically as SPAM, but this is not the case. Am I missing some option or should I add the complete group name along with the backend (nnml in my case)? Thanks, norbert.