/privacy-mailbox

Common Mailbox Name for Privacy Issues

Primary LanguageHTML

About

This repository contains work for a proposed Internet draft that defines a new mailbox name called "privacy" that SHOULD be used for contacting domain name owners about privacy issues.

Example of such mailbox: privacy@example.com

Internet draft

Latest Internet draft can be found here: https://tools.ietf.org/html/draft-shafranovich-privacy-mailbox-00

Building the draft

To build the text and HTML drafts, use the following make command.

$ make clean
$ make txt
$ make html

This requires that you have the necessary software installed. See the instructions.