From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 19237202DA; Fri, 12 Feb 2016 10:00:37 +0000 (UTC) Date: Fri, 12 Feb 2016 10:00:37 +0000 From: Eric Wong To: Jordi Bunster Cc: meta@public-inbox.org Subject: [PATCH] README: fix broken link to dc-dlvr-spam-flow Message-ID: <20160212100037.GA23885@dcvr.yhbt.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: Jordi Bunster wrote: > There's a link to http://public-inbox/dc-dlvr-spam-flow.html which is > missing a .org I guess? Amazing software by the way. Thanks! Just pushed the following out: --------------8<------------ Subject: [PATCH] README: fix broken link to dc-dlvr-spam-flow Reported-by: Jordi Bunster --- Also https:// should work as of earlier today. But I'm not quite ready to put my trust in OpenSSL code... README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 85b48be..af8fa15 100644 --- a/README +++ b/README @@ -128,7 +128,7 @@ The maintainer of public-inbox has found SpamAssassin a good tool for filtering his personal mail, and it will be the default spam filtering tool in public-inbox. -See http://public-inbox/dc-dlvr-spam-flow.html for more info. +See http://public-inbox.org/dc-dlvr-spam-flow.html for more info. Content Filtering ----------------- -- EW