Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Subject: Re: Problems including spam
Date: Tue, 31 Dec 2002 12:10:25 -0500	[thread overview]
Message-ID: <m34r8u15dq.fsf@heechee.beld.net> (raw)
In-Reply-To: <vzbs32zgha.fsf@viteno.dyns.net> (Norbert Koch's message of "Tue, 31 Dec 2002 10:26:41 +0100")

On Tue, 31 Dec 2002, nk@viteno.net wrote:
> ,----[ spam.bt ]
> | Signaling: (error "Invalid prefix keys in sequence" ?S "St")
> | define-key(#<keymap size 386 0x33bc> "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
> | #<compiled-function (x) "...(20)" [x from remove] 4> 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?

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




  reply	other threads:[~2002-12-31 17:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-31  9:26 Norbert Koch
2002-12-31 17:10 ` Ted Zlatanov [this message]
2003-01-01 14:31 Norbert Koch
2003-01-01 14:42 Ted Zlatanov
2003-01-02  0:15 ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m34r8u15dq.fsf@heechee.beld.net \
    --to=tzz@lifelogs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).