<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="3"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="no"?>
<?rfc inline="no"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<rfc category="exp" docName="draft-koenig-privicons-03" ipr="trust200902">
  <front>
    <title abbrev="Privicons">Privacy Preferences for E-Mail Messages</title>

    <author fullname="Ulrich K&ouml;nig" initials="U." surname="K&ouml;nig">
      <organization>Unabh&auml;ngiges Landeszentrum f&uuml;r Datenschutz
      Schleswig-Holstein</organization>

      <address>
        <postal>
          <street>Holstenstr. 98</street>

          <city>Kiel</city>

          <code>24103</code>

          <region>Schleswig-Holstein</region>

          <country>Germany</country>
        </postal>

        <phone>+49-431-988-1220</phone>

        <facsimile>+49-431-988-1223</facsimile>

        <email>rfc@ulikoenig.com</email>

        <uri>https://www.datenschutzzentrum.de</uri>
      </address>
    </author>

    <author fullname="Jan Schallab&ouml;ck" initials="J."
            surname="Schallab&ouml;ck">
      <organization>Unabh&auml;ngiges Landeszentrum f&uuml;r Datenschutz
      Schleswig-Holstein</organization>

      <address>
        <postal>
          <street>Holstenstr. 98</street>

          <city>Kiel</city>

          <code>24103</code>

          <region>Schleswig-Holstein</region>

          <country>Germany</country>
        </postal>

        <phone>+49-431-988-1220</phone>

        <facsimile>+49-431-988-1223</facsimile>

        <email>uld62@datenschutzzentrum.de</email>

        <uri>https://www.datenschutzzentrum.de</uri>
      </address>
    </author>

    <date day="05" month="December" year="2011" />

    <keyword>Internet Message</keyword>

    <keyword>e-mail Message</keyword>

    <keyword>Privacy</keyword>

    <keyword>Icon</keyword>

    <keyword>Privicons</keyword>

    <keyword>Human Readable</keyword>

    <keyword>Privacy Policies</keyword>

    <abstract>
      <t>This document proposes a syntax and semantics as an extension of the
      Internet Message Format (e-mail message) allowing a Sending User of an
      e-mail message to express his or her preference for how the message
      content is to be handled by the Receiving Users. For this purpose,
      semantics of sets of different character combinations ("Privicons") are
      described. These can syntactically be integrated either in the
      first-line of the body, in the subject line and/or in a dedicated header
      of any e-mail message. The Privicons icon set consists of six different
      icons. They will be machine-readable. The Privicons concept is partly
      borrowing its approach from the concept of emoticons. For example, to
      express that the content may be forwarded and even be published. The
      Sending User could use the Privicon "[&gt;]", which may be followed by
      an additional explanations, such as "please share".</t>
    </abstract>
  </front>

  <middle>
    <section title="Introduction">
      <section anchor="Overview" title="Overview">
        <t>Privicons describe a vocabulary of icons as an extension of the
        Internet Message Format (e-mail message) for users to indicate how
        their e-mail message should be treated. The icons are based on ASCII
        symbols so that they can appear as embedded graphics or plain text and
        include a variety of instructions such as "don't print," "internal use
        only," and "confidential". It is partly borrowing its approach from
        the concept of emoticons. For example to express, that the content can
        be forwarded and even be published, the Sending User could use the
        Privicon "[&gt;]", which may be followed by an additional
        explanations, such as "please share".</t>

        <t>This document proposes a <xref target="syntax">syntax</xref> and
        <xref target="semantics">semantics</xref> allowing a Sending User of
        an e-mail message to express his or her preference for how the e-mail
        message content should be handled by the Receiving Users. For this
        purpose, semantics of sets of different character combinations
        ("Privicons") are described. These can syntactically be integrated
        either in the first-line of the body, in the subject line and/or in a
        dedicated header of any e-mail message. The Privicons icon set has six
        different icons. They will be machine-readable.</t>

        <t>Importantly, the user can override all requests transmitted by
        Privicons: The approach is grounded in reminder over hard-coded
        solutions that indiscriminately restrict speech. Therefore, the icons
        are merely asking the Receiving User of an e-mail to follow the
        Sending User's preference. Other than DRM oriented approaches,
        Privicons embraces the concept of code-based norms approach. This
        means, that the approach relies on social norms to be followed by the
        Receiving User, rather than technical enforcement mechanisms. However,
        technical means may be used to support this (for example,
        specifications see <xref target="implementation">example e-mail
        message</xref>).</t>

        <t>Note: The specific character combinations for each Privicon is
        currently undergoing user testing, it therefore might and will most
        certainly change during the progression of this draft.</t>
      </section>

      <section title="Relations to other standards">
        <t>This specification extends <xref target="RFC5322"></xref> -
        Internet Message Format by defining certain syntax for the
        first-line(s) of the body, the subject line and an additional header
        field.</t>
      </section>

      <section anchor="terms" title="Terminology and Conventions">
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
        "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
        document are to be interpreted as described in <xref
        target="RFC2119"></xref>. <list style="symbols">
            <t>The term "User Agent" (often also Mail User Agent, UA, MUA) is
            used as defined in Section-2.3.3 in <xref
            target="RFC5321"></xref></t>

            <t>The terms "Sending User" and "Receiving User" are related to a
            user using the User Agent either sending or receiving an e-mail
            message. A Sending User is a user that sends an e-mail message to
            a Receiving User. A Receiving User is a user that receives an
            e-mail message from a Sending User.</t>

            <t>The term "Line" is used as defined by SMTP Section-2.3.8 in
            <xref target="RFC5322"></xref> thereof</t>

            <t>The term "full-date" is used as defined by Section-5.6 in <xref
            target="RFC3339"></xref>.</t>

            <t>The term Privacy Preference describes the intention the user
            had when she has sent a specific e-mail message. It can be
            expressed with the Privicons described in this RFC.</t>
          </list></t>
      </section>
    </section>

    <section anchor="syntax" title="Syntax">
      <t>In this section, the syntax if the Privicon e-mail extension is
      defined. For <xref target="semantics">semantics</xref>, please see next
      section. A User can indicate a Privacy Preference as lined out below in
      the following ways:</t>

      <t><list style="symbols">
          <t>by making available selection of the Privicons, which SHOULD be
          provided by the user agent,</t>

          <t>by inserting a Privicon in the subject line - by inserting a
          Privicon in the first-line of the body.</t>
        </list></t>

      <t>An e-mail message fully compliant with this RFC will be called a
      Privicon Message, it</t>

      <t><list style="symbols">
          <t>MUST contain a <xref target="header">header</xref> with Privacy
          Preferences,</t>

          <t>SHOULD contain <xref target="subject">subject</xref> with
          Privicon,</t>

          <t>SHOULD have <xref target="first-line">first-line</xref> and <xref
          target="footer">footer</xref></t>

          <t>and MAY generate an HTML version.</t>
        </list>The following section describes how the Privicon status of an
      e-mail message is determined, concerning the privacy preferences
      described in <xref target="Overview">Overview</xref></t>

      <section anchor="Definitions" title="Definitions">
        <t><list style="hanging">
            <t hangText="element1 | element2">Elements separated by a bar
            ("|") are alternatives, e.g., "yes | no" will accept yes or
            no.</t>

            <t hangText="&quot;literal&quot;">Quotation marks surround literal
            text. Unless stated otherwise, the text is case-insensitive.</t>

            <t hangText="whitespace">" "</t>

            <t hangText="whatever">Some arbitrary text.</t>

            <t hangText="date">Will be substituted by a "full-date", <xref
            target="RFC3339"></xref>.</t>

            <t hangText="privicon">=
            ("[X]"|"[/]"|"[=]"|"[=0]"|"[=I]"|"[=date]"|"[-]"|"[o]"|"[&gt;]") -
            the Privicon token. It contains all valid Privicons, the Privicon
            icon set.</t>

            <t hangText="I">I will be substituted by an integer number &gt;=
            0.</t>

            <t hangText="description">Contains the description of the Privicon
            as defined in <xref target="semantics">Semantics</xref>.</t>

            <t hangText="subject">Is the e-mail message subject field, see
            <xref target="RFC5322"></xref>.</t>

            <t hangText="CRLF">Is the carriage return/line feed pair written
            in this document as "CRLF". A line is a series of characters that
            is delimited with the two characters carriage-return and
            line-feed; that is, the carriage return (CR) character (ASCII
            value 13) followed immediately by the line feed (LF) character
            (ASCII value 10), as described in section2.1 in <xref
            target="RFC5322"></xref></t>
          </list></t>
      </section>

      <section anchor="first-line" title="First-Line(s) of Message body">
        <t>An indication of the Privacy Preference can be given in the first
        line of the body of an e-mail message.</t>

        <t>The expression MUST be followed by a text giving a short
        explanation the meaning of the expressions. It is RECOMMENDED to use
        the following text, although localization into other languages is also
        encouraged, albeit not lined out in this document.</t>

        <t><list style="hanging">
            <t hangText="firstLine">= privicon whitespace "-" whitespace
            description</t>
          </list></t>

        <t>For example: <list style="hanging">
            <t>[X] - Keep private</t>

            <t>[/] - Don't print</t>

            <t>[=] - Delete after reading</t>

            <t>[=0] - Delete after reading</t>

            <t>[=I] - Delete after I days</t>

            <t>[=date] - Delete on date</t>

            <t>[-] - No attribution</t>

            <t>[o] - Keep internal</t>

            <t>[&gt;] - Please share</t>
          </list></t>

        <t>After the first-line, a second line, with an additional privacy
        preference may follow if the <xref
        target="combination">combination</xref> is permitted.</t>
      </section>

      <section anchor="subject" title="Subject Line">
        <t>An indication of the Privacy Preference can be given in the
        beginning of a subject line of an e-mail message using the following
        expression:</t>

        <t><list style="hanging">
            <t>privicon whitespace subject</t>
          </list></t>

        <t>or</t>

        <t><list style="hanging">
            <t>whatever whitespace privicon whitespace subject</t>
          </list></t>

        <t>For example: <list style="hanging">
            <t>[X] This is the subject of the e-mail message</t>

            <t>[/] This is the subject of the e-mail message</t>

            <t>[=] This is the subject of the e-mail message</t>

            <t>[=4] This is the subject of the e-mail message</t>

            <t>[=1980-01-01] This is the subject of the e-mail message</t>

            <t>[-] This is the subject of the e-mail message</t>

            <t>[o] This is the subject of the e-mail message</t>

            <t>[&gt;] This is the subject of the e-mail message</t>
          </list> or <list style="hanging">
            <t>Re: [X] This is the subject of the e-mail message</t>

            <t>Fwd: [/] This is the subject of the e-mail message</t>
          </list></t>
      </section>

      <section anchor="header" title="Header">
        <t>An indication of the Privacy Preference MAY be given in the header
        of an e-mail message, for this purpose the following field is defined,
        extending in section 3.6 in <xref target="RFC5322"></xref> the field
        definition, thereof.</t>

        <t><list style="hanging">
            <t hangText="priviconfield">= "Privicon:" whitespace privicon
            CRLF</t>
          </list></t>

        <t>The possible values of the Privicon token are described in <xref
        target="Definitions">Definitions</xref></t>
      </section>

      <section anchor="footer" title="Footer">
        <t>Separated by --</t>

        <t>The Footer MAY be located within the signature as described in
        section 4.3 in <xref target="RFC3676"></xref> . It contains a
        paragraph that describes what the Sending User of the e-mail message
        intended when she chooses the selected Privicon.</t>

        <t>A clarification MAY be added that a conflict between header and
        first-line would lead to the first-line to be authoritative.</t>

        <t><list style="hanging">
            <t hangText="footer">= CRLF "-- " CRLF footertext</t>

            <t hangText="footertext">= firstLine CRLF description</t>
          </list></t>

        <t>For example:</t>

        <t><list style="hanging">
            <t>--</t>

            <t>[X] - Keep private</t>

            <t>The "Keep secret" Privicon asks the Receiving User to keep the
            received e-mail message secret.</t>
          </list></t>

        <t>Note: Footnote may violates <xref target="RFC1855"></xref> Page4 -
        do not use more than 4 lines signature.</t>

        <t>The Footnote is just informative not authoritative</t>
      </section>

      <section title="Authoritative or Parsing order - Conflicts">
        <t>When parsed, the authoritative order of the different elements is
        as follows: <list style="numbers">
            <t><xref target="first-line">first-line in body</xref></t>

            <t><xref target="subject">subject</xref></t>

            <t><xref target="header">header</xref></t>
          </list></t>

        <t>If only one Privicon is found, it has always the same meaning, no
        matter if it is defined in first-line in body, subject or header.</t>
      </section>

      <section title="Syntax error">
        <t>After syntax error, the most restrictive case is assumed.</t>

        <t>For example "Delete after ??? days" will be transformed into
        "Delete immediately")</t>
      </section>

      <section anchor="htmlm" title="HTML-Messages">
        <t>In HTML-Messages, the &ldquo;Privicon&rdquo; are OPTIONAL
        represented with graphical icons. Example icons can be found in Annex.
        Embedded icons MUST be included into the Message and MUST NOT be
        loaded from an Internet Server. This is important avoid a loss of
        privacy for the receiving user. It also causes in some cases problems
        with SSL-Encryption in web based e-mail message user agents (MUA).</t>

        <t>The graphical representation MUST contain the ASCII-Icon as
        Alternate-Text.</t>

        <t>If the "Privicon" is included in the First Line of Body, the
        &ldquo;description&rdquo; MUST also be displayed in next to the
        Privicon.</t>
      </section>
    </section>

    <section anchor="semantics" title="Semantics">
      <section title="Privicons">
        <t>The Privicons icon set has six different icons. The meaning of the
        icons will be described in this section. It is important, that
        Privicons always just meant to be a nice way of asking somebody to do
        something.</t>

        <section anchor="sKeepSecret" title="[X] Keep private">
          <t>The "Keep private" Privicon asks the Receiving User to keep the
          received e-mail message private.</t>
        </section>

        <section anchor="sDontPrint" title="[/] Don't print">
          <t>The "Don't print" Privicon asks the Receiving User to not print
          the received e-mail message.</t>
        </section>

        <section anchor="sDeleteAfter"
                 title="[=] Delete after reading, I days or on date">
          <t>The "Delete after reading/I days" Privicon asks the Receiving
          User to delete the e-mail message no later than a specified period.
          There are four different cases: <list style="numbers">
              <t>[=] delete after reading</t>

              <t>[=0] delete after reading</t>

              <t>[=I] delete after I days</t>

              <t>[=date] delete on date</t>
            </list>"I" and "date" are defined in <xref
          target="terms">Terminology and Conventions</xref>.</t>
        </section>

        <section anchor="sNoAttribution" title="[-] No attribution">
          <t>The "No attribution" Privicon asks the Receiving User to not
          attribute, name or mention the original Sending User of the e-mail
          message in any kind. At the same time the Receiving User may quote,
          follow or paraphrase the content, facts and opinions voiced in the
          original e-mail message. In other words, the Receiving User is free
          to use the information received, but neither the identity nor the
          affiliation of the Sending User may be revealed.</t>
        </section>

        <section anchor="sKeepInternal" title="[o] Keep internal">
          <t>The "Keep internal" Privicon asks the Receiving User to present
          this e-mail message only to those people that are common friends, or
          otherwise part of a group of people are in a relation to both the
          Sending User and the Receiving User. Note that the judgement,
          whether a person belongs to this group is solely upon the Receiving
          User unless otherwise indicated by the Sending User. The "Keep
          internal" just indicates, that a Receiving User SHOULD give some
          further thought on which she is sending the e-mail message to, and
          that the Sending User does not want the e-mail message to be
          forwarded arbitrarily.</t>
        </section>

        <section anchor="sPleaseShare" title="[&gt;] Please share">
          <t>The "Please share" Privicon asks the Receiving User to share this
          e-mail message with everyone, as she likes. It may be supplemented
          by further instructions on licensing for clarifying the copyright
          status.</t>
        </section>
      </section>

      <section anchor="combination" title="Multiple Privicons">
        <t><list style="hanging">
            <t hangText="Possible:">Y</t>

            <t hangText="Impossible:">N</t>

            <t hangText="Does not apply:">X</t>
          </list></t>

        <t>As secondary option, potentially, and if first preference is
        overruled:</t>

        <texttable anchor="table_ex"
                   title="Matrix of all combinations of Privicons.">
          <ttcol align="center"></ttcol>

          <ttcol align="center">[X]</ttcol>

          <ttcol align="center">[/]</ttcol>

          <ttcol align="center">[=]</ttcol>

          <ttcol align="center">[-]</ttcol>

          <ttcol align="center">[o]</ttcol>

          <ttcol align="center">[&gt;]</ttcol>

          <c>[X]</c>

          <c>X</c>

          <c>Y</c>

          <c>Y</c>

          <c>N</c>

          <c>N</c>

          <c>N</c>

          <c>[/]</c>

          <c>Y</c>

          <c>X</c>

          <c>Y</c>

          <c>Y</c>

          <c>Y</c>

          <c>Y</c>

          <c>[=]</c>

          <c>Y</c>

          <c>Y</c>

          <c>X</c>

          <c>Y</c>

          <c>Y</c>

          <c>N</c>

          <c>[-]</c>

          <c>N</c>

          <c>Y</c>

          <c>Y</c>

          <c>X</c>

          <c>Y</c>

          <c>Y</c>

          <c>[o]</c>

          <c>N</c>

          <c>N</c>

          <c>Y</c>

          <c>Y</c>

          <c>X</c>

          <c>N</c>

          <c>[&gt;]</c>

          <c>N</c>

          <c>Y</c>

          <c>N</c>

          <c>Y</c>

          <c>N</c>

          <c>X</c>
        </texttable>
      </section>
    </section>

    <section anchor="IANA" title="IANA Considerations">
      <t>This document introduces a new field in the e-mail header, as
      described in the <xref target="header">header</xref> section.</t>
    </section>

    <section anchor="Security" title="Security Considerations">
      <t>The extensions to the e-mail message Format described in this
      document does not change the fundamental nature of the SMTP service and
      hence does not create any new security exposures in and of itself.</t>
    </section>

    <section anchor="Acknowledgements" title="Acknowledgements">
      <t>In alphabetical order: <list style="empty">
          <t>Andreas M. Br&aelig;ndhaugen, Designer, San Francisco</t>

          <t>Laurent Bussard, European Microsoft Innovation Center</t>

          <t>Ryan Calo, Stanford University</t>

          <t>Alissa Cooper, Oxford Internet Institute</t>

          <t>Ethan Forrest, Stanford University</t>

          <t>Marit Hansen, Unabh&auml;ngiges Landeszentrum f&uuml;r
          Datenschutz Schleswig-Holstein</t>

          <t>Alexey Melnikov, Isode</t>

          <t>Ulrich Pinsdorf, European Microsoft Innovation Center</t>

          <t>Thomas R&ouml;ssler, W3C</t>

          <t>Max Senges, Google Inc.</t>

          <t>Hannes Tschofenig, Nokia Siemens Networks</t>
        </list></t>
    </section>
  </middle>

  <back>
    <references title="Normative References">
      <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml"?>

      <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.5322.xml"?>

      <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.3676.xml"?>

      <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.1855.xml"?>

      <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.3461.xml"?>

      <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.3339"?>

      <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.5321"?>
    </references>

    <section title="Example e-mail message">
      <t>This is an <xref target="example">example Privicon e-mail
      message</xref>.</t>

      <figure anchor="example"
              title="Example of an e-mail message using a Privicon">
        <artwork align="center"><![CDATA[
Message-ID: <4C3203D3.60109@ulikoenig.com>
Date: Mon, 05 Jul 2010 23:59:00 +0200
From: Ulrich Koenig <rfc@ulikoenig.com>
To: Jan Schallaboeck <uld62@datenschutzzentrum.de>
Subject: [>] last update for Privicons RFC
Privicon: [>]
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable
[>] Please share

Hey Jan,

please check the IETF Website for our Privicons RFC! ;)

best Ulrich

--=20
[>] Please share
The "Please share" Privicon asks the Receiving User to share this
e-mail message with everyone she likes.]]></artwork>
      </figure>
    </section>

    <section anchor="implementation"
             title="Informative example requirements for e-mail message user agents">
      <section title="User agent behaviour">
        <t>This section gives developers of e-mail message user agents (MUA)
        or plug-ins for MUAs instructions how to integrate the Privicons in
        the client.</t>

        <t>An MUA implementing this RFC MUST enable the user at any time to
        overrule the received Privicon. The user SHOULD also be able to set a
        default for always overruling in her client. The rest of the
        instructions in this section are OPTIONAL.</t>

        <t>If the user agent displays an e-mail message that contains one or
        more Privicons it SHOULD display the icon and its meaning in a salient
        way. If the icon is displayed by the user agent it MAY hide the
        Privicon in Subject and Body of the e-mail message. The user agent MAY
        localise the explaining text.</t>

        <section anchor="cTerms" title="Terms">
          <t><list style="hanging">
              <t hangText="confirm">A confirm pop-up or any other visible
              notion that yields active interaction by the user (i.e. clicking
              a button). The user SHOULD be able to disable a part or all
              confirmations.</t>

              <t hangText="inform">A pop-up, or any other visible notion, that
              SHOULD yield confirmation. Such notification SHOULD be enabled
              by default. The user SHOULD be able to disable the notification
              by default.</t>
            </list></t>
        </section>

        <section anchor="cKeepSecret" title="[X] Keep secret">
          <t>The "Keep private" Privicon asks the Receiving User to keep the
          received e-mail message secret.</t>

          <section title="EVENT: Forward/Reply to third Person">
            <t>If the Receiving User wants to forward or reply-to the e-mail
            message to a third person, that is not the original Sending User,
            than the Receiving User MUST be informed, that she is going to
            violate the included Privicon and she MUST confirm that she is
            willing to do this before the e-mail message is sent.</t>

            <t>OPTIONAL: <xref target="Transparency">Transparency</xref>
            applies.</t>
          </section>
        </section>

        <section anchor="cDontPrint" title="[/] Don't print">
          <section title="EVENT: Printing e-mail message">
            <t>If the Receiving User wants to print the e-mail message, she
            MUST be informed that she is going to violate the included
            Privicon and she MUST confirm that she is willing to do this
            before printing is started.</t>
          </section>
        </section>

        <section anchor="cDeleteAfter"
                 title="[=] Delete after reading, I days or on date">
          <section anchor="cDeleteAfterClose" title="EVENT: Closing Mail">
            <t>If the Receiving User closes the e-mail message, she MUST be
            informed, that the e-mail message SHOULD be deleted after X
            days.</t>

            <t>The user MUST confirm whenever she closes the e-mail message,
            hat the e-mail message is deleted immediately.</t>

            <t>The client SHOULD enable the user to choose a default
            option.</t>

            <t>Note: if e-mail messages are displayed in list mode, then the
            confirmation will be raised, when opening the next e-mail
            message.</t>

            <section anchor="cDeleteAfterOptionA"
                     title="Option a) delete after reading">
              <t>The above confirmation MUST ask the user, whether <list
                  style="symbols">
                  <t>ignore, do not decide now, ask me again next time,</t>

                  <t>delete or move into a "to be deleted" folder, as
                  indicated in the preferences or</t>

                  <t>ask again after a specified period.</t>
                </list></t>
            </section>

            <section anchor="cDeleteAfterOptionB"
                     title="Option b) delete after X days">
              <t>The above confirmation MUST ask the user, whether <list
                  style="symbols">
                  <t>ignore, do not decide now, ask me again next time,</t>

                  <t>delete now,</t>

                  <t>delete after X days automatically or</t>

                  <t>ask me in X days.</t>
                </list></t>
            </section>

            <section anchor="cDeleteAfterOptionC"
                     title="Option c) delete on date">
              <t>The above confirmation MUST ask the user, whether <list
                  style="symbols">
                  <t>ignore, do not decide now, ask me again next time,</t>

                  <t>delete now,</t>

                  <t>delete on date automatically or</t>

                  <t>ask me on date.</t>
                </list></t>
            </section>
          </section>
        </section>

        <section anchor="cNoAttribution" title="[-] No attribution">
          <section title="EVENT: reply, forward, store">
            <t>If the Receiving User wants to forward or reply to a third
            person or store the e-mail message, she MUST be informed, that the
            Sending User doesn't want to be mentioned and MUST confirm that
            she is willing to overrule the Sending Users wish or remove any
            occurrence of the Sending User in the e-mail message (Header and
            Body). The removal of the Sending User MAY be done by the user
            agent automatically.</t>

            <t>OPTIONAL: <xref target="Transparency">Transparency</xref>
            applies.</t>
          </section>
        </section>

        <section anchor="cKeepInternal" title="[o] Keep internal">
          <t>If the Receiving User has defined what "internal" means to her,
          the following rules in the "Keep internal" subsection only apply if
          at least one of the Receiving Users are not part of her internal
          definition.</t>

          <t>If the Receiving User wants to forward or reply the e-mail
          message to a third person, the user MUST be informed that she SHOULD
          check if the third person is really part of the group that the
          Sending User intended to be internal and MUST confirm that she
          really to send this e-mail message.</t>

          <t>OPTIONAL: <xref target="Transparency">Transparency</xref>
          applies.</t>
        </section>

        <section anchor="cPleaseShare" title="[&gt;] Please share">
          <t>The client SHOULD notice the user, that the content of the e-mail
          message can be published. If the Sending User has transmitted a
          license for publishing the content, it SHOULD also be displayed.</t>
        </section>
      </section>

      <section title="Confirmation/Affirmation of preferences">
        <t>Note this may be for further versions, but might yield legal
        implications: Before opening the e-mail message containing a Privicon,
        the User Agent SHOULD inform the user what the user is asked to do
        with the option to reject the e-mail message. To reject an e-mail
        message means the Sending User is notified, that the e-mail message is
        rejected and has been deleted at User Agent's side before reading. Not
        to reject the e-mail message does not mean, that the receiving user
        accepts the requested conditions, see <xref
        target="RFC3461"></xref>.</t>
      </section>

      <section anchor="Transparency" title="Transparency (OPTIONAL)">
        <t>If a Receiving User forwards or replies an e-mail message
        containing a Privicon to a third person, the original Sending User
        OPTIONAL get a copy via carbon copy or a blind carbon copy by default.
        The Receiving User MUST be able overrule this. She also SHOULD be able
        to disable the default sending of a copy in the user preferences.</t>
      </section>
    </section>

    <section title="Graphical Representation of the State Machine">
      <t>There is a graphical representation of the Privicons, that MAY be
      used by MUAs, see <xref target="graph">Figure</xref>.</t>

      <figure anchor="graph"
              title="Graphical representation of the Privicons.">
        <artwork alt="A graphical representation of the Privicons is available in the PDF/PS version of this RFC."
                 src='privicons2a.eps'><![CDATA[
In the PS/PDF version of this specification, the 
graphical representation of the Privicons can be
found here.
]]></artwork>
      </figure>
    </section>
  </back>
</rfc>

