Gnus development mailing list
 help / color / mirror / Atom feed
From: "Ted Zlatanov" <tzz@lifelogs.com>
Subject: Re: Can't mark spam in NNTP group
Date: 12 Apr 2005 13:06:22 -0400	[thread overview]
Message-ID: <4nzmw3ylf5.fsf@lifelogs.com> (raw)
In-Reply-To: <87u0md4vkf.fsf@dod.no> (Steinar Bang's message of "Mon, 11 Apr 2005 09:33:04 +0200")

On Mon, 11 Apr 2005, sb@dod.no wrote:

>>>>>> Steinar Bang <sb@dod.no>:
> 
>>>>>> Steinar Bang <sb@dod.no>:
>>> I missed this bit from the example:
>>> ;; my parameters, set with `G p'
> 
>> Now, I've tried setting the following in the group parameters of
>> gnu.emacs.help: 
> 
>> (((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
>>   (spam-process-destination . "nnml:train"))
>>  ((spam-autodetect . t)))

I think your parenthesis are not right.  You want:

 ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
  (spam-process-destination . "nnml:train")
  (spam-autodetect . t))

Better yet, use `G c' the first time you customize the parameters to
be sure they are correct.

> I get the following in *Messages* after spam marking an article in
> gnu.emacs.help, and then exiting the group:
>  Exiting summary buffer and applying spam rules
>  Registering 1 specific articles as spam using backend spam-use-move
>  1 spam messages were registered by backend spam-use-move.
>  No more unread newsgroups
> 
> But nnml:train still doesn't contain any articles.

Looks OK, but there's no destination for the spam (see above), so
spam-use-move does nothing.  When you fix the parameters you'll
probably have better luck with autodetection and exit processing.

Good luck
Ted



  reply	other threads:[~2005-04-12 17:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-14 21:40 Reporting spamming/protecting against spamming on USENET Steinar Bang
2004-12-14 22:26 ` Ted Zlatanov
2004-12-31  9:37   ` Steinar Bang
2005-01-01 14:58   ` Steinar Bang
2005-03-06 17:09     ` Steinar Bang
2005-03-06 17:58       ` Reiner Steib
2005-04-10 19:16       ` Can't mark spam in NNTP group (Was: Reporting spamming/protecting against spamming on USENET) Steinar Bang
2005-04-11  7:33         ` Can't mark spam in NNTP group Steinar Bang
2005-04-12 17:06           ` Ted Zlatanov [this message]
2005-04-17 19:39             ` Steinar Bang

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=4nzmw3ylf5.fsf@lifelogs.com \
    --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).