From 3ac87edaac331844cf4f7c9fbff2c51a71148b8c Mon Sep 17 00:00:00 2001
From: Eric Wong <e@80x24.org>
Date: Thu, 26 Sep 2019 22:38:52 +0000
Subject: [PATCH] mbox: update URL for mboxrd info

qmail.org seems unavailable.
---
 lib/PublicInbox/Mbox.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/PublicInbox/Mbox.pm b/lib/PublicInbox/Mbox.pm
index 8837400a..6d902e6c 100644
--- a/lib/PublicInbox/Mbox.pm
+++ b/lib/PublicInbox/Mbox.pm
@@ -125,7 +125,9 @@ sub msg_hdr ($$;$) {
 
 sub msg_body ($) {
 	# mboxrd quoting style
-	# ref: http://www.qmail.org/man/man5/mbox.html
+	# https://en.wikipedia.org/wiki/Mbox#Modified_mbox
+	# https://www.loc.gov/preservation/digital/formats/fdd/fdd000385.shtml
+	# https://web.archive.org/http://www.qmail.org/man/man5/mbox.html
 	$_[0] =~ s/^(>*From )/>$1/gm;
 	$_[0] .= "\n";
 }
-- 
2.50.0