From b872759b28cd4726b9f16f5214d042fdc50b1e93 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Sep 2015 02:37:23 +0000 Subject: implement external Message-ID finder Currently, this looks at other public-inbox configurations served in the same process. In the future, it will generate links to other Message-ID lookup endpoints. --- public-inbox.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'public-inbox.cgi') diff --git a/public-inbox.cgi b/public-inbox.cgi index 75d510c0..1fcc04fa 100755 --- a/public-inbox.cgi +++ b/public-inbox.cgi @@ -18,6 +18,7 @@ BEGIN { %HTTP_CODES = ( 200 => 'OK', 301 => 'Moved Permanently', + 302 => 'Found', 404 => 'Not Found', 405 => 'Method Not Allowed', 501 => 'Not Implemented', -- cgit v1.2.3-24-ge0c7