From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id EDEB61F9F3 for ; Mon, 19 Apr 2021 03:00:13 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1618801205; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YaWJlUrdCRUSSX5s2LCG9lafS7uqMUqwS99LgnPvpHQ=; b=H5kfWqoNSb2GQxoSftZYsj7O1eXTb4eQ/yibqhGwlXVMqgiFDCAJ6JV04xFFOD0m1Z26Ve ba7r/KckpaSyrwKc8viPtNNMzXyoYxPng1Or84BWr4YLx+PDH3o2xzMUsC+2pnHqFHIvW0 0XrMyDCbk9xOBTi4CSCYhY9BBetnm8Qd8+HdIxQ9j9Pc1r0wUYWPRe0XneHzNtQZo3qDZB ILMkIN29Y2yNoZ1SeBj7eIyELoKyYmOQ7VGl/X0ORY/QZjdIcs1+UHCluDgGSLB5xkatv7 6hz+T1GD8GuQ0AqLxer57RdeUP1OTHHyMUykAY7AKNqvTlsLZ1Fkpw4hujizTw== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH] doc config: mention obfuscation-related options Date: Sun, 18 Apr 2021 23:00:00 -0400 Message-Id: <20210419030000.11382-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Obfuscation has been available since v1.0.0. Help those that want to use the feature figure out how. --- Documentation/public-inbox-config.pod | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod index f8edf6f6..36d6bff2 100644 --- a/Documentation/public-inbox-config.pod +++ b/Documentation/public-inbox-config.pod @@ -322,6 +322,22 @@ always contain all git repos used by the inbox at C<$INBOX_URL> Default: C +=item publicinbox..obfuscate + +Whether to obfuscate email addresses in the L HTML +interface. + +Default: false + +=item publicinbox.noObfuscate + +A space-delimited list of well-known addresses and domains that should +not be obfuscated when C is true (e.g., +C and C<@example.com>). This may be specified +more than once, in which case the values are merged. + +Default: none + =back =head2 NAMED LIMITER (PSGI) base-commit: 7060701075dcb467ed1328f048b96dc0bd446fbb -- 2.31.1