Gnus development mailing list
 help / color / mirror / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
Subject: Re: spam-use-pgp-signed?
Date: Wed, 15 Feb 2006 15:35:14 +0100	[thread overview]
Message-ID: <873bik4rml.fsf@mat.ucm.es> (raw)
In-Reply-To: <4nmzgv9i0d.fsf@lifelogs.com>

>>>>> "Ted" == Ted Zlatanov <tzz@lifelogs.com> writes:
>>>>> "Ted" == Ted Zlatanov <tzz@lifelogs.com> writes:

   Ted> On  9 Feb 2006, oub@mat.ucm.es wrote:
   >> While it is posible to set the spam splitting method such that it
   >> detects hashcash, via spam-use-hashcash, there seems to exist no tool
   >> for pgp-signed-message. Is this correct?

   Ted> Not currently, but if it's a function that can be run on a message
   Ted> buffer, it will work.  I just need:

   Ted> a) the function (or just a regexp match)

   Ted> b) whether it needs just the headers or the whole message
   Ted> (I'm guessing the whole message, which will make it a bit slow)

   Ted> I don't use PGP signing myself, so I don't know where to start with
   Ted> (a), sorry...

   Ted> Ted
hm,

May be I am wrong, but I think there is a difference between mailcrypt
for pgp and the gnu support for gpg. While the former signs messages
inline the letter uses mime. So may be the following cheap trick might
do
(setq 
 nnimap-split-rule  'nnimap-split-fancy
 nnimap-split-inbox "INBOX"
 nnimap-split-fancy
  `(|									;macro
   ("Content-Type" "multipart/signed" "SPAM.HAM")))

Uwe 




  reply	other threads:[~2006-02-15 14:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-09 20:31 spam-use-pgp-signed? Uwe Brauer
2006-02-13 19:27 ` spam-use-pgp-signed? Ted Zlatanov
2006-02-15 14:35   ` Uwe Brauer [this message]
2006-03-20 19:48     ` spam-use-pgp-signed? Ted Zlatanov
2006-03-22 17:07       ` spam-use-pgp-signed? Uwe Brauer

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=873bik4rml.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    /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).