Gnus development mailing list
 help / color / mirror / Atom feed
From: Russ Allbery <rra@stanford.edu>
Subject: Re: Regarding spam.el
Date: Tue, 09 Mar 2004 11:55:42 -0800	[thread overview]
Message-ID: <87vfldaj7l.fsf@windlord.stanford.edu> (raw)
In-Reply-To: <m2oer68719.fsf@c-9f5372d5.036-4-67626721.cust.bredbandsbolaget.se> (Jonas Steverud's message of "Tue, 09 Mar 2004 14:49:22 +0100")

Jonas Steverud <tvrud@bredband.net> writes:

> 1. Is gnus-group-*-exit-processor-bogofilter obsolete? If so, it
>    should be better marked as such in the info file. Same for all
>    similar obsolete variables.

Well, at least in 5.10.6, it doesn't appear to be possible to do without
them.  I have the following in my initialization file:

 '(gnus-parameters
   '(("^nnml\\+sent:"
      (gnus-use-scoring nil)
      (gnus-show-threads nil))
     ("^nnml:"
      (gnus-use-scoring nil))
     ("^nnml:lists\\."
      (gnus-use-scoring t))
     ("^nnml:mail\\.\\(spam.*\\|misc\\)"
      (spam-contents gnus-group-spam-classification-spam)
      (spam-process (gnus-group-spam-exit-processor-bogofilter
                     gnus-group-ham-exit-processor-bogofilter)))
     ("^nnml:\\(mail\\.\\(eyrie\\|rra\\|bounces\\|root\\)\\|project\\..*\\)"
      (gnus-use-scoring t)
      (spam-contents gnus-group-spam-classification-ham)
      (spam-process (gnus-group-spam-exit-processor-bogofilter
                     gnus-group-ham-exit-processor-bogofilter)))
     ("^nnml:work\\.\\(personal\\|ls\\|news.*\\)"
      (spam-contents gnus-group-spam-classification-ham)
      (spam-process (gnus-group-spam-exit-processor-bogofilter
                     gnus-group-ham-exit-processor-bogofilter)))))

If I replace those instances of gnus-group-*-exit-processor-bogofilter
with '(spam spam-use-bogofilter) and the like as described in the manual,
exit processing no longer happens and nothing gets registered with
bogofilter.  I tried a few variations with and without the ' and the ()s
and couldn't get it to work.

Maybe I'm missing something?

-- 
Russ Allbery (rra@stanford.edu)             <http://www.eyrie.org/~eagle/>



  reply	other threads:[~2004-03-09 19:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-09 13:49 Jonas Steverud
2004-03-09 19:55 ` Russ Allbery [this message]
2004-03-09 23:34   ` Jonas Steverud
2004-03-29 22:12     ` Ted Zlatanov
2004-03-29 22:14   ` Ted Zlatanov
2004-03-29 22:11 ` Ted Zlatanov
2004-04-03  9:58   ` Jonas Steverud

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=87vfldaj7l.fsf@windlord.stanford.edu \
    --to=rra@stanford.edu \
    /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).