Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Ryde <user42@zip.com.au>
Subject: Re: spamc invocation: move from procmail to Gnus
Date: Fri, 30 Apr 2004 10:18:39 +1000	[thread overview]
Message-ID: <87d65qjp28.fsf@zip.com.au> (raw)
In-Reply-To: <873c6tdvbs.fsf@unix.home.local>

deskpot@despammed.com (Vasily Korytov) writes:
>
> add (: function)
> construction to nnmail-split-fancy, that calls `spamc -c`.
> Unfortunately, that does not suit me: I definitely want spam scores in
> message headers.

When I used that setup (isp despam now, it got too slow for my poor
pc), I usually did a separate spamassassin run to get its scores, to
investigate false positives or negatives.

Use at your own risk, etc, etc.

    (defun my-spamassassin-test ()
      (interactive)
      (gnus-summary-show-article t)
      (set-buffer "*Article*")
      (shell-command-on-region (point-min) (point-max) "spamassassin -t")
      (other-window 1)
      (beginning-of-buffer)
      (re-search-forward "^X-Spam" (point-max) t)
      (beginning-of-line)
      (recenter 3))



      parent reply	other threads:[~2004-04-30  0:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-24 19:33 Vasily Korytov
2004-04-25 11:32 ` Jonas Steverud
2004-04-25 19:38   ` Vasily Korytov
2004-04-26  7:24     ` Jonas Steverud
2004-04-26 11:15       ` Vasily Korytov
2004-05-12 16:48   ` Ted Zlatanov
2004-05-13  8:26     ` Jonas Steverud
2004-04-30  0:18 ` Kevin Ryde [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=87d65qjp28.fsf@zip.com.au \
    --to=user42@zip.com.au \
    /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).