Gnus development mailing list
 help / color / mirror / Atom feed
From: "William M. Perry" <wmperry@aventail.com>
Cc: ding@ifi.uio.no
Subject: Re: md5 header.
Date: Fri, 24 Jan 1997 15:43:54 -0800	[thread overview]
Message-ID: <199701242343.PAA07188@newman> (raw)
In-Reply-To: <6031.854146590@bear.cs.uidaho.edu>

faried nawaz writes:
>
>Hi,
>
>I got mail today from a recruiter, and noticed a header --
>
>Content-MD5: Qmc/RDOYSOXijHmKWjXK6A==
>
>How would I go about making gnus to generate that for my messages?

  (require 'md5)
  (let ((md5 (md5 (current-buffer) beginning-of-article end-of-article)))
    (goto-char (point-min))
    (insert "Content-MD5: " md5 "\n"))

  On an appropriate hook.  This requires you have w3 or something else with
the 'md5.el' package (or XEmacs 19.14+ that has md5 builtin).  Not sure how
to determine beginning-of-article and end-of-article though.

-Bill P.


  reply	other threads:[~1997-01-24 23:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-24 22:56 faried nawaz
1997-01-24 23:43 ` William M. Perry [this message]
1997-01-25  1:35   ` Karl Kleinpaste
1997-01-27 15:00 ` Jason R. Mastaler

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=199701242343.PAA07188@newman \
    --to=wmperry@aventail.com \
    --cc=ding@ifi.uio.no \
    /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).