Realize most of the talk has been revolving around 1.94 and Mdomo
2.0, but for those of you who are still operating 1.93 here is a
patch that I think will add a nice enhancement to majordomo
digests.
What this change does is properly implement the multipart/digest MIME
extension which is part of RFC 1341. What this enhancement will do
for you is this:
So long as your mail client properly supports RFC 1341 (I know
pegagsus does) then when you receive a digest message and read the
message you will be presented with a dialog box that lists the
individual messages that are contained in the digest message. These
messages can then be read individually and replied to quite easily,
and with the correct subject heading.
If your mail client doesn't properly support RFC1341 then it will
handle the message just as it has in the past, you'll just get one
long message.
To apply this patch save the text between ----Begin and ----End to
some file name like digest.patch. Then run the following command:
patch digest < digest.patch
----Begin of digest.patch
160c160,162
< From: $from
---
> To: $V{'REPLY-TO'}
> From: $V{'REPLY-TO'}
> Reply-To: $from
165d166
< $EB
166a168,169
> --$EB
>
180a184,185
> Mime-Version: 1.0
> Content-Type: multipart/digest; boundary="$EB"
202a208
> print DIGEST "--$EB\n\n";
205a212
> print DIGEST "--$EB--\n";
----END digest.patch
--
__________________________________________________________
Mr. Erich L. Markert markert@www.usma.edu
Webmaster TEL (914)938-6463
Directorate of Information Management FAX (914)938-7308
United States Military Academy
West Point, NY 10996
Those who do not understand Unix are condemned to reinvent it, poorly.
-- Henry Spencer
|
|