Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Subject: Re: Need help with spam stuff.
Date: Mon, 21 Jul 2003 11:34:15 -0400	[thread overview]
Message-ID: <4nfzkzvqq0.fsf@koz.bwh.harvard.edu> (raw)
In-Reply-To: <plop87el0o9x2e.fsf@gnu-rox.org> (Xavier Maillard's message of "Fri, 18 Jul 2003 08:19:05 +0200")

On Fri, 18 Jul 2003, zedek@gnu-rox.org wrote:
> On 15 jui 2003, Ted Zlatanov spake thusly:
>>  ;; check SpamAssassin early
>>  		      (: spam-split 'spam-use-regex-headers)
> 
> Hmmm, what is the list of the possible checkers here ?
>   
>>  ;; many irrelevant intermediate rules omitted
>>  
>>  		      (: spam-split)
> 
> Why do you call spam-split again ?
>   
>>  		      ;; default mailbox
>>  		      "mail"))

The first spam-split invocation targets specifically the
spam-use-regex-headers check.  If that check is turned on, spam-split
will run it.  You can use any number of spam-use-* checks here; I use
regex-headers first for two reasons: so that spam sent to my mailing
lists gets caught and because the regex-headers check is fast.

The second call of spam-split will target all the enabled checks,
including spam-use-regex-headers for a second time.  Since it's a fast
check, that doesn't bother me.  The other checks I have, especially
the blackholes check, would be too slow when run twice.

This is in the manual as well, I think.

Ted



      reply	other threads:[~2003-07-21 15:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-15 18:06 Xavier Maillard
2003-07-15 19:43 ` Ted Zlatanov
2003-07-15 21:40   ` Xavier Maillard
2003-07-21 15:28     ` Ted Zlatanov
2003-07-18  6:19   ` Xavier Maillard
2003-07-21 15:34     ` Ted Zlatanov [this message]

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=4nfzkzvqq0.fsf@koz.bwh.harvard.edu \
    --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).