Gnus development mailing list
 help / color / mirror / Atom feed
* md5 header.
@ 1997-01-24 22:56 faried nawaz
  1997-01-24 23:43 ` William M. Perry
  1997-01-27 15:00 ` Jason R. Mastaler
  0 siblings, 2 replies; 4+ messages in thread
From: faried nawaz @ 1997-01-24 22:56 UTC (permalink / raw)



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?


faried.
-- 
faried nawaz          WAR IS PEACE FREEDOM IS SLAVERY BACKSPACE IS DELETE
box 3582,                        ATTACKED BY SMALL GNATS. SINKING. U-226.
moscow, id 83843-1914           store, use, copy, modify, and acknowledge
Grub first, then ethics.   <zorgo> cable and internet.. who needs a life?
                -- Bertolt Brecht


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: md5 header.
  1997-01-24 22:56 md5 header faried nawaz
@ 1997-01-24 23:43 ` William M. Perry
  1997-01-25  1:35   ` Karl Kleinpaste
  1997-01-27 15:00 ` Jason R. Mastaler
  1 sibling, 1 reply; 4+ messages in thread
From: William M. Perry @ 1997-01-24 23:43 UTC (permalink / raw)
  Cc: ding

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: md5 header.
  1997-01-24 23:43 ` William M. Perry
@ 1997-01-25  1:35   ` Karl Kleinpaste
  0 siblings, 0 replies; 4+ messages in thread
From: Karl Kleinpaste @ 1997-01-25  1:35 UTC (permalink / raw)


"William M. Perry" <wmperry@aventail.com> writes:
> Not sure how
> to determine beginning-of-article and end-of-article though.

(message-goto-body) and (message-goto-signature).

Well, (message-goto-signature) doesn't return a buffer position.
Howzabout (progn (message-goto-signature) (point)) instead.

--karl

PS- You're generating bogus message-id's - no FQDN.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: md5 header.
  1997-01-24 22:56 md5 header faried nawaz
  1997-01-24 23:43 ` William M. Perry
@ 1997-01-27 15:00 ` Jason R. Mastaler
  1 sibling, 0 replies; 4+ messages in thread
From: Jason R. Mastaler @ 1997-01-27 15:00 UTC (permalink / raw)


faried nawaz <nawaz921@cs.uidaho.edu> writes:

> Hi,
> 
> I got mail today from a recruiter, and noticed a header --
> 
> Content-MD5: Qmc/RDOYSOXijHmKWjXK6A==

BTW, it's Solaris' "dtmail" program that generates this header.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1997-01-27 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-01-24 22:56 md5 header faried nawaz
1997-01-24 23:43 ` William M. Perry
1997-01-25  1:35   ` Karl Kleinpaste
1997-01-27 15:00 ` Jason R. Mastaler

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).