From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48462 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems including spam Date: Tue, 31 Dec 2002 12:10:25 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1041354595 11311 80.91.224.249 (31 Dec 2002 17:09:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2002 17:09:55 +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 18TPtq-0002wB-00 for ; Tue, 31 Dec 2002 18:09:54 +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 18TPuC-0002TB-00; Tue, 31 Dec 2002 11:10:16 -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:11:09 -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 LAA17759 for ; Tue, 31 Dec 2002 11:10:57 -0600 (CST) Original-Received: (qmail 80963 invoked by alias); 31 Dec 2002 17:09:59 -0000 Original-Received: (qmail 80958 invoked from network); 31 Dec 2002 17:09:59 -0000 Original-Received: from ns1.beld.net (208.229.215.81) by 66.230.238.6 with SMTP; 31 Dec 2002 17:09:59 -0000 Original-Received: from heechee.beld.net (dhcp-0-30-bd-1-93-b2.cpe.beld.net [24.233.65.6]) by ns1.beld.net (Postfix) with ESMTP id 641CE3B874 for ; Tue, 31 Dec 2002 12:09:58 -0500 (EST) Original-To: Ding Mailing List 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: Ding Mailing List In-Reply-To: (Norbert Koch's message of "Tue, 31 Dec 2002 10:26:41 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48462 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48462 On Tue, 31 Dec 2002, nk@viteno.net wrote: > ,----[ 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 "=E4" > | 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 "=E4" > | 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) > `---- >=20 > 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? Strange, it works for me. Maybe I load something in my .gnus that sets up that prefix, this is what I use: (require 'smtpmail) ; we use SMTP to send mail out (require 'gnus-msg) (require 'gnus-uu) (require 'message) (require 'message-x) (require 'mm-util) (require 'boxquote) (require 'spam) (require 'w3m) Can you check on that? I'm working on spam.el right now, so it would be helpful if you could look into it if you can't wait. > 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)? You need the complete group name, it's not a regex. I'm working on adding a group parameter "spam-contents" right now that would tell spam.el to process messages as spam for a specific group, with the related global variable. Wait a few hours :) Thanks Ted