I'd like to apply the following patch, so that the link at the bottom of messages is by default https instead of http:
Any objections? Index: getmsg.cgi =================================================================== --- getmsg.cgi (revision 52381) +++ getmsg.cgi (working copy) @@ -126,7 +126,7 @@ my ($header, $body) = split(/\n\n/, $doc, 2); my ($i, %hdr, $field, $data, $message); my ($mid) = 'mid.cgi'; - my ($mid_full_url) = 'http://docs.FreeBSD.org/cgi/mid.cgi'; + my ($mid_full_url) = 'https://docs.FreeBSD.org/cgi/mid.cgi'; my ($tmid,$tirt,$tref); $body = &AddAnchors(&EscapeHTML($body)); -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." _______________________________________________ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"