From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 5E5D9206FB; Fri, 28 Oct 2016 20:15:06 +0000 (UTC) From: Eric Wong To: http_spew-public@bogomips.org Cc: Eric Wong Subject: [PATCH 5/5] dedicated mailing list Date: Fri, 28 Oct 2016 20:15:03 +0000 Message-Id: <20161028201503.10315-6-e@80x24.org> In-Reply-To: <20161028201503.10315-1-e@80x24.org> References: <20161028201503.10315-1-e@80x24.org> List-Id: On second thought, it looks like I already created a mailing list for this project last year. Oops :x --- .olddoc.yml | 3 ++- README | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index 51f1b61..532ab7e 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -2,5 +2,6 @@ cgit_url: https://bogomips.org/http_spew.git git_url: git://bogomips.org/http_spew.git rdoc_url: https://bogomips.org/http_spew/ +ml_url: https://bogomips.org/http_spew-public/ private_email: kcar@bogomips.org -public_email: kcar-public@bogomips.org +public_email: http_spew-public@bogomips.org diff --git a/README b/README index 8facb56..c8c2828 100644 --- a/README +++ b/README @@ -54,8 +54,8 @@ don't email the git mailing list or maintainer with http_spew patches. == Contact All feedback (bug reports, user/development discussion, patches, pull -requests) go to the mailing list: mailto:kcar-public@bogomips.org +requests) go to the mailing list: mailto:http_spew-public@bogomips.org Mailing list archives may be viewed and downloaded here: -https://bogomips.org/kcar-public/ +https://bogomips.org/http_spew-public/ -- EW