# ======================
# Mailto mail command bug
# =======================
# defaults.h.in:
#
# says:
#
# #define MAILCOMMAND "mailto:$TO?subject=$SUBJECT&replyto=$ID"
#
# should be:
#
# #define MAILCOMMAND "mailto:$TO?Subject=$SUBJECT&In-Reply-To=<$ID>"
#
# The upper case isn't necessary, but it looks much more like headers.
# The < and > around $ID make it look the same as when using other mailers.
# NS seems broken in that it doesn't understand this header.
#
# and more precisely:
#
# #define MAILCOMMAND "mailto:$TO?Subject=$SUBJECT&In-Reply-To=<$ID>"
#
# so that it is valid HTML. Some chars are encoded in the mailcommand
# function, but not so for the '&', '<', and '>' chars. While pending to find
# more time for a better analysis if we should convert those chars too in
# mailcommand, I "hard-coded" them in defaults.h.
#
# Status: to be committed tomorrow.
## mailto out of Message-Id
# =========================
All three sound needed. Commit them.
-- Kent Landfield Phone: 1-817-545-2502 Email: kent_at_landfield.com http://www.landfield.com/ Email: kent_at_nfr.net http://www.nfr.net/ Search the Usenet FAQ Archive at http://www.faqs.org/faqs/ Search the RFC/FYI/STD/BCP Archive at http://www.faqs.org/rfcs/Received on Mon 20 Dec 1999 04:22:20 AM GMT
This archive was generated by hypermail 2.2.0 : Thu 22 Feb 2007 07:33:52 PM GMT GMT