user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/2] selective obfuscation
@ 2017-06-23 22:34 Eric Wong
  2017-06-23 22:34 ` [PATCH 1/2] config: assume lists have multiple addresses Eric Wong
  2017-06-23 22:34 ` [PATCH 2/2] allow admins to configure non-obfuscated addresses/domains Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2017-06-23 22:34 UTC (permalink / raw)
  To: meta

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-23 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-23 22:34 [PATCH 0/2] selective obfuscation Eric Wong
2017-06-23 22:34 ` [PATCH 1/2] config: assume lists have multiple addresses Eric Wong
2017-06-23 22:34 ` [PATCH 2/2] allow admins to configure non-obfuscated addresses/domains Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).