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,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 840A5207D2 for ; Fri, 23 Jun 2017 22:34:53 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] selective obfuscation Date: Fri, 23 Jun 2017 22:34:50 +0000 Message-Id: <20170623223452.835-1-e@80x24.org> List-Id: Obfuscating well-known, publically known addresses such as the list address is pointless and poses accessibility problems. Mitigate that by allowing admins to avoid obfuscating certain addresses. For example, I currently have this in my config: ==> ~/.public-inbox/config <== [publicinbox] noObfuscate = @80x24.org @vger.kernel.org noObfuscate = @public-inbox.org @nongnu.org @googlegroups.com noObfuscate = @ruby-lang.org @debian.org @lists.debian.org Eric Wong (2): config: assume lists have multiple addresses allow admins to configure non-obfuscated addresses/domains MANIFEST | 1 + lib/PublicInbox/Config.pm | 42 +++++++++++++++++++++++++++------- lib/PublicInbox/Hval.pm | 15 +++++++++++- lib/PublicInbox/SearchView.pm | 9 ++++---- lib/PublicInbox/View.pm | 53 +++++++++++++++++++++++-------------------- t/config.t | 30 +++++++++++++++++++++++- t/hval.t | 33 +++++++++++++++++++++++++++ 7 files changed, 144 insertions(+), 39 deletions(-)