1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669
|
<pre>Internet Engineering Task Force (IETF) K. Murchison
Request for Comments: 8580 B. Gondwana
Updates: <a href="./rfc5230">5230</a>, <a href="./rfc5435">5435</a> FastMail
Category: Standards Track May 2019
ISSN: 2070-1721
<span class="h1">Sieve Extension: File Carbon Copy (FCC)</span>
Abstract
The Sieve email filtering language provides a number of action
commands, some of which can generate additional messages on behalf of
the user. This document defines an extension to such commands to
allow a copy of any generated message to be filed into a target
mailbox.
This document updates RFCs 5230 and 5435 by adding a new tagged
argument to the Vacation and Notify actions, respectively.
Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in <a href="./rfc7841#section-2">Section 2 of RFC 7841</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="https://www.rfc-editor.org/info/rfc8580">https://www.rfc-editor.org/info/rfc8580</a>.
Copyright Notice
Copyright (c) 2019 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="https://trustee.ietf.org/license-info">https://trustee.ietf.org/license-info</a>) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
<span class="grey">Murchison & Gondwana Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-2">2</a>
<a href="#section-2">2</a>. Conventions Used in This Document . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3">3</a>. Tagged Argument ":fcc" . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3.1">3.1</a>. Interaction with Extensions to the Fileinto Action . . . <a href="#page-3">3</a>
<a href="#section-3.1.1">3.1.1</a>. Imap4flags Extension . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-3.1.2">3.1.2</a>. Mailbox Extension . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-3.1.3">3.1.3</a>. Special-Use Extension . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-3.2">3.2</a>. Collected Grammar . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-4">4</a>. Format of FCC Messages . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-5">5</a>. Interaction with the Vacation Action . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-6">6</a>. Interaction with the Notify Action . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-6.1">6.1</a>. Notification-Capability "fcc" . . . . . . . . . . . . . . <a href="#page-7">7</a>
7. Compatibility with the Reject and Extended Reject
Actions . . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-8">8</a>. Compatibility with Other Actions . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-9">9</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-10">10</a>. Privacy Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-11">11</a>. IANA Considerations . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-11.1">11.1</a>. Registration of New Sieve Extension . . . . . . . . . . <a href="#page-9">9</a>
11.2. Registration of New Notification-Capability
Parameter . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-12">12</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-12.1">12.1</a>. Normative References . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-12.2">12.2</a>. Informative References . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
The Sieve email filtering language [<a href="./rfc5228" title=""Sieve: An Email Filtering Language"">RFC5228</a>] provides a number of
action commands, some of which can generate additional messages on
behalf of the user. It is sometimes desirable for a Sieve user to
maintain an archive of the messages generated by these commands.
This extension defines ":fcc", a new optional tagged argument for
action commands that generate additional messages. This argument
allows a copy of the generated message to be filed into a target
mailbox.
The capability string associated with this extension is "fcc".
Each new action that generates additional messages will need to
specify how it interacts with the FCC extension. This document
specifies the interaction of the FCC extension with the Vacation
[<a href="./rfc5230" title=""Sieve Email Filtering: Vacation Extension"">RFC5230</a>] and Notify [<a href="./rfc5435" title=""Sieve Email Filtering: Extension for Notifications"">RFC5435</a>] actions.
<span class="grey">Murchison & Gondwana Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Conventions Used in This Document</span>
Conventions for notations are as described in <a href="./rfc5228#section-1.1">Section 1.1 of
[RFC5228]</a>, including use of the "Usage:" label for the definition of
the action and the syntax of tagged arguments.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
<a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a> [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>] [<a href="./rfc8174" title=""Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words"">RFC8174</a>] when, and only when, they appear in all
capitals, as shown here.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Tagged Argument ":fcc"</span>
This document specifies ":fcc", a new optional tagged argument that
alters the behavior of action commands that generate additional
messages on behalf of the user.
Usage: :fcc <mailbox: string>
The ":fcc" tagged argument instructs the Sieve interpreter to file a
copy of the generated message into the mailbox provided in the
subsequent argument. The semantics and treatment of the mailbox
argument are defined to match those of the mailbox argument to the
fileinto action specified in <a href="./rfc5228#section-4.1">Section 4.1 of [RFC5228]</a>. Specifically,
use of an invalid mailbox name MAY be treated as an error or result
in delivery to an implementation-defined mailbox, and if the
specified mailbox doesn't exist, the implementation MAY treat it as
an error, create the mailbox, or file the message into an
implementation-defined mailbox.
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. Interaction with Extensions to the Fileinto Action</span>
Some tagged arguments defined in extensions to the fileinto action
can be used together with the ":fcc" tagged argument. The sections
below describe these interactions. Tagged arguments in future
extensions to the fileinto action need to describe their interaction
with the FCC extension, if any.
When any fileinto extension arguments are used with the FCC
extension, the corresponding extension MUST be enabled, and the
arguments are defined to have the same syntax, semantics, and
treatment as they do with the fileinto action.
<span class="grey">Murchison & Gondwana Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
<span class="h4"><a class="selflink" id="section-3.1.1" href="#section-3.1.1">3.1.1</a>. Imap4flags Extension</span>
This document extends the definition of the ":flags" tagged argument
(see <a href="./rfc5232#section-5">Section 5 of [RFC5232]</a>) so that it can optionally be used with
the ":fcc" tagged argument.
Usage: :fcc <mailbox: string> [:flags <list-of-flags: string-list>]
If the optional ":flags" tagged argument is specified with the ":fcc"
tagged argument, it instructs the Sieve interpreter to set the IMAP4
flags provided in the subsequent argument when the generated message
is filed into the target mailbox.
<span class="h4"><a class="selflink" id="section-3.1.2" href="#section-3.1.2">3.1.2</a>. Mailbox Extension</span>
This document extends the definition of the ":create" tagged argument
(see <a href="./rfc5490#section-3.2">Section 3.2 of [RFC5490]</a>) so that it can optionally be used with
the ":fcc" tagged argument.
Usage: :fcc <mailbox: string> [:create]
If the optional ":create" tagged argument is specified with the
":fcc" tagged argument, it instructs the Sieve interpreter to create
the target mailbox, if needed, before attempting to file the
generated message into the target mailbox.
<span class="h4"><a class="selflink" id="section-3.1.3" href="#section-3.1.3">3.1.3</a>. Special-Use Extension</span>
This document extends the definition of the ":specialuse" tagged
argument (see <a href="./rfc8579#section-4">Section 4 of [RFC8579]</a>) so that it can optionally be
used with the ":fcc" tagged argument.
Usage: :fcc <mailbox: string> [:specialuse <special-use-flag: string>]
If the optional ":specialuse" tagged argument is specified with the
":fcc" tagged argument, it instructs the Sieve interpreter to check
whether a mailbox exists with the specific special-use flag assigned
to it. If such a mailbox exists, the generated message is filed into
the special-use mailbox. Otherwise, the generated message is filed
into the target mailbox.
If the optional ":specialuse" and ":create" tagged arguments are both
specified with the ":fcc" tagged argument, the Sieve interpreter is
instructed to create the target mailbox per <a href="./rfc8579#section-4.1">Section 4.1 of [RFC8579]</a>,
if needed.
<span class="grey">Murchison & Gondwana Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Collected Grammar</span>
For convenience, the "FCC" syntax element is defined here using ABNF
[<a href="./rfc5234" title=""Augmented BNF for Syntax Specifications: ABNF"">RFC5234</a>] so that it can be augmented by other extensions.
Note that the following is the grammar of "FCC" after it has been
lexically interpreted. No whitespace or comments appear below.
FCC = ":fcc" string *FCC-OPTS
; per <a href="./rfc5228#section-2.6.2">Section 2.6.2 of RFC 5228</a>,
; the tagged arguments in FCC may appear in any order
FCC-OPTS = CREATE / IMAP-FLAGS / SPECIAL-USE
; each option MUST NOT appear more than once
CREATE = ":create"
IMAP-FLAGS = ":flags" string-list
SPECIAL-USE = ":specialuse" string
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Format of FCC Messages</span>
Copies of messages filed into a mailbox via this extension are
REQUIRED to be in the Internet Message Format [<a href="./rfc5322" title=""Internet Message Format"">RFC5322</a>]. Some
messages generated by Sieve actions might already conform to this
format and MAY be filed without modification. Messages generated in
other formats MUST be encapsulated using constructs from the Internet
Message Format [<a href="./rfc5322" title=""Internet Message Format"">RFC5322</a>] and MIME ([<a href="./rfc2045" title=""Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies"">RFC2045</a>], [<a href="./rfc2046" title=""Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types"">RFC2046</a>], [<a href="./rfc2047" title=""MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text"">RFC2047</a>],
[<a href="./rfc2231" title=""MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations"">RFC2231</a>]).
The general requirements for encapsulating the copies of messages to
be filed are as follows:
o Date: The Date header field is REQUIRED and SHOULD be set to the
date and time when the message was generated.
o From: The From header field is REQUIRED and SHOULD be set to the
email address of the owner of the Sieve script, unless explicitly
overridden by rules for encapsulating a particular message type.
Per Erratum ID 2035 [<a href="#ref-Err2035" title="RFC 5230">Err2035</a>],
"Informative advice: Users often have multiple email addresses,
and "the email address of the owner of the Sieve script" may
offer a choice among several. If the sieve processor
recognizes an address belonging to the owner of the Sieve
script in the To or Cc fields of the input message, then it's
<span class="grey">Murchison & Gondwana Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
better to use that address for the From field of the generated
message, rather than any other addresses the script's owner may
also have".
o To: The To header field is OPTIONAL and MAY be set to the email
address of the recipient of the generated message, if available.
o Subject: The Subject header field is OPTIONAL and MAY be generated
by setting the subject to the characters "Fcc: " followed by the
subject of the message being processed by the Sieve interpreter.
o In-Reply-To: The In-Reply-To header field is OPTIONAL and MAY be
set to the Message-ID of the message being processed by the Sieve
interpreter.
o Message Body: The body of the filed message is REQUIRED and is
composed of one or more MIME parts containing the generated
message and any related metadata. The Content-Type header
field(s) MUST be set to the appropriate MIME types. If any of the
MIME parts include 8-bit or binary data, the Content-Transfer-
Encoding header field(s) MUST be set accordingly.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Interaction with the Vacation Action</span>
This document extends the Vacation [<a href="./rfc5230" title=""Sieve Email Filtering: Vacation Extension"">RFC5230</a>] action (see also
"Seconds" parameter [<a href="./rfc6131" title=""Sieve Vacation Extension: "">RFC6131</a>] to optionally store a copy of the auto-
reply messages into a target mailbox.
Usage: vacation [FCC]
[":days" number | ":seconds" number]
[":subject" string]
[":from" string]
[":addresses" string-list]
[":mime"]
[":handle" string]
<reason: string>
Example (using fileinto extensions):
require ["vacation", "fcc", "mailbox", "special-use", "imap4flags"];
vacation :days 7
:from "hemingway@example.com" "Gone Fishin'"
:specialuse "\\Sent" :create
:fcc "INBOX.Sent" :flags ["\\Seen"];
Vacation auto-reply messages are compliant with MIME and can be filed
into the target mailbox without modification.
<span class="grey">Murchison & Gondwana Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Interaction with the Notify Action</span>
This document extends the Notify [<a href="./rfc5435" title=""Sieve Email Filtering: Extension for Notifications"">RFC5435</a>] action to optionally store
a copy of the notification messages into a target mailbox.
Usage: notify [FCC]
[":from" string]
[":importance" <"1" / "2" / "3">]
[":options" string-list]
[":message" string]
<method: string>
Example:
require ["enotify", "fcc"];
notify :fcc "INBOX.Sent"
:message "You got mail!"
"mailto:ken@example.com";
Messages generated using the "mailto" [<a href="./rfc5436" title=""Sieve Notification Mechanism: mailto"">RFC5436</a>] notification method
are compliant with MIME and can be filed into the target mailbox
without modification.
Messages generated by other notification methods (e.g., "xmpp"
[<a href="./rfc5437" title=""Sieve Notification Mechanism: Extensible Messaging and Presence Protocol (XMPP)"">RFC5437</a>]) MUST be encapsulated per <a href="#section-4">Section 4</a> before being filed.
The body of the filed message MUST include the ":message" tagged
argument and MAY include one or more of the ":from", ":importance",
or ":options" tagged arguments. The MIME type(s) of the body part(s)
used to encapsulate the parameters is an implementation decision.
An implementation MAY only support the FCC extension in conjunction
with a subset of the notification methods it supports. An error
occurs if the FCC extension is used with a notification method that
doesn't support it. Notification methods that support the FCC
extension can be discovered at runtime using the mechanism described
in <a href="#section-6.1">Section 6.1</a>.
<span class="h3"><a class="selflink" id="section-6.1" href="#section-6.1">6.1</a>. Notification-Capability "fcc"</span>
This document defines "fcc", a new notification-capability value for
use with the notify_method_capability test (see <a href="./rfc5435#section-5">Section 5 of
[RFC5435]</a>. For the "fcc" notification-capability, the
notify_method_capability test can match one of the following key-list
values:
<span class="grey">Murchison & Gondwana Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
yes
A copy of the notification message sent using the method
identified by the notification-uri can be filed into a target
mailbox.
no
A copy of the notification message sent using the method
identified by the notification-uri cannot be filed into a target
mailbox.
Note that the "fcc" notify_method_capability test does not require
the notification-uri argument to specify anything other than a
scheme.
Example:
require ["enotify", "fcc"];
if notify_method_capability "xmpp:" "fcc" "yes" {
notify :fcc "INBOX.Sent"
:message "You got mail"
"xmpp:ken@example.com?message;subject=SIEVE";
} else {
notify :fcc "INBOX.Sent"
:message "You got mail!"
"mailto:ken@example.com";
}
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Compatibility with the Reject and Extended Reject Actions</span>
Implementations MUST NOT allow use of the FCC extension with the
reject and ereject [<a href="./rfc5429" title=""Sieve Email Filtering: Reject and Extended Reject Extensions"">RFC5429</a>] actions. Allowing use of the FCC
extension with these actions would violate the SMTP [<a href="./rfc5321" title=""Simple Mail Transfer Protocol"">RFC5321</a>]
principle that a message is either delivered or bounced back to the
sender. Namely, the saved copy of the rejection message will contain
the original message.
It is an error for a script to use the ":fcc" tagged argument with
either of the reject or ereject actions.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Compatibility with Other Actions</span>
The FCC extension is not compatible with any Sieve action that does
not generate an additional message on behalf of the user. It is an
error for a script to use the ":fcc" tagged argument with any such
action.
<span class="grey">Murchison & Gondwana Standards Track [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
Future extensions that define actions that generate additional
messages on behalf of the user need to describe their compatibility
with the FCC extension and describe how to MIME-encapsulate the
message, if required.
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. Security Considerations</span>
In addition to the security considerations in [<a href="./rfc5228" title=""Sieve: An Email Filtering Language"">RFC5228</a>], [<a href="./rfc5230" title=""Sieve Email Filtering: Vacation Extension"">RFC5230</a>],
[<a href="./rfc5435" title=""Sieve Email Filtering: Extension for Notifications"">RFC5435</a>], and [<a href="./rfc6131" title=""Sieve Vacation Extension: "">RFC6131</a>], it should be noted that filing copies of
generated messages may cause the Sieve script owner to exceed the
allocated storage (quota) on the mail system, thereby preventing
delivery of future messages destined for the owner.
<span class="h2"><a class="selflink" id="section-10" href="#section-10">10</a>. Privacy Considerations</span>
In addition to the privacy considerations in [<a href="./rfc5228" title=""Sieve: An Email Filtering Language"">RFC5228</a>], [<a href="./rfc5230" title=""Sieve Email Filtering: Vacation Extension"">RFC5230</a>],
[<a href="./rfc5435" title=""Sieve Email Filtering: Extension for Notifications"">RFC5435</a>], and [<a href="./rfc6131" title=""Sieve Vacation Extension: "">RFC6131</a>], it should be noted that a copy of a
generated message filed into a shared or public mailbox (as opposed
to a private mailbox) could expose private information about the
Sieve script owner to third parties. For instance, users that have
access to the shared/public mailbox might discover that the Sieve
script owner is on holiday or might discover the owner's physical
location.
<span class="h2"><a class="selflink" id="section-11" href="#section-11">11</a>. IANA Considerations</span>
<span class="h3"><a class="selflink" id="section-11.1" href="#section-11.1">11.1</a>. Registration of New Sieve Extension</span>
IANA has registered the following Sieve extension in the "Sieve
Extensions" registry at
<<a href="https://www.iana.org/assignments/sieve-extensions">https://www.iana.org/assignments/sieve-extensions</a>>:
Capability name: fcc
Description: Adds the ":fcc" parameter to Sieve action commands
that generate additional messages.
RFC number: <a href="./rfc8580">RFC 8580</a>
Contact address: The Sieve discussion list <sieve@ietf.org>
<span class="grey">Murchison & Gondwana Standards Track [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
<span class="h3"><a class="selflink" id="section-11.2" href="#section-11.2">11.2</a>. Registration of New Notification-Capability Parameter</span>
IANA has registered the following notification-capability parameter
in the "Notification-Capability Parameters" registry at
<<a href="https://www.iana.org/assignments/notification-capability-parameters">https://www.iana.org/assignments/notification-capability-</a>
<a href="https://www.iana.org/assignments/notification-capability-parameters">parameters</a>>:
Capability Name: fcc
Description: Returns whether a copy of the notification message
sent using the method identified by the notification-uri parameter
to the notify_method_capability test can be filed into a target
mailbox.
Syntax: Can contain one of two values: "yes" or "no". Values MUST
be in lowercase.
Reference: <a href="./rfc8580">RFC 8580</a>
Contact: The Sieve discussion list <sieve@ietf.org>
<span class="h2"><a class="selflink" id="section-12" href="#section-12">12</a>. References</span>
<span class="h3"><a class="selflink" id="section-12.1" href="#section-12.1">12.1</a>. Normative References</span>
[<a id="ref-RFC2045">RFC2045</a>] Freed, N. and N. Borenstein, "Multipurpose Internet Mail
Extensions (MIME) Part One: Format of Internet Message
Bodies", <a href="./rfc2045">RFC 2045</a>, DOI 10.17487/RFC2045, November 1996,
<<a href="https://www.rfc-editor.org/info/rfc2045">https://www.rfc-editor.org/info/rfc2045</a>>.
[<a id="ref-RFC2046">RFC2046</a>] Freed, N. and N. Borenstein, "Multipurpose Internet Mail
Extensions (MIME) Part Two: Media Types", <a href="./rfc2046">RFC 2046</a>,
DOI 10.17487/RFC2046, November 1996,
<<a href="https://www.rfc-editor.org/info/rfc2046">https://www.rfc-editor.org/info/rfc2046</a>>.
[<a id="ref-RFC2047">RFC2047</a>] Moore, K., "MIME (Multipurpose Internet Mail Extensions)
Part Three: Message Header Extensions for Non-ASCII Text",
<a href="./rfc2047">RFC 2047</a>, DOI 10.17487/RFC2047, November 1996,
<<a href="https://www.rfc-editor.org/info/rfc2047">https://www.rfc-editor.org/info/rfc2047</a>>.
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>,
DOI 10.17487/RFC2119, March 1997,
<<a href="https://www.rfc-editor.org/info/rfc2119">https://www.rfc-editor.org/info/rfc2119</a>>.
<span class="grey">Murchison & Gondwana Standards Track [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
[<a id="ref-RFC2231">RFC2231</a>] Freed, N. and K. Moore, "MIME Parameter Value and Encoded
Word Extensions: Character Sets, Languages, and
Continuations", <a href="./rfc2231">RFC 2231</a>, DOI 10.17487/RFC2231, November
1997, <<a href="https://www.rfc-editor.org/info/rfc2231">https://www.rfc-editor.org/info/rfc2231</a>>.
[<a id="ref-RFC5228">RFC5228</a>] Guenther, P., Ed. and T. Showalter, Ed., "Sieve: An Email
Filtering Language", <a href="./rfc5228">RFC 5228</a>, DOI 10.17487/RFC5228,
January 2008, <<a href="https://www.rfc-editor.org/info/rfc5228">https://www.rfc-editor.org/info/rfc5228</a>>.
[<a id="ref-RFC5230">RFC5230</a>] Showalter, T. and N. Freed, Ed., "Sieve Email Filtering:
Vacation Extension", <a href="./rfc5230">RFC 5230</a>, DOI 10.17487/RFC5230,
January 2008, <<a href="https://www.rfc-editor.org/info/rfc5230">https://www.rfc-editor.org/info/rfc5230</a>>.
[<a id="ref-RFC5232">RFC5232</a>] Melnikov, A., "Sieve Email Filtering: Imap4flags
Extension", <a href="./rfc5232">RFC 5232</a>, DOI 10.17487/RFC5232, January 2008,
<<a href="https://www.rfc-editor.org/info/rfc5232">https://www.rfc-editor.org/info/rfc5232</a>>.
[<a id="ref-RFC5234">RFC5234</a>] Crocker, D., Ed. and P. Overell, "Augmented BNF for Syntax
Specifications: ABNF", STD 68, <a href="./rfc5234">RFC 5234</a>,
DOI 10.17487/RFC5234, January 2008,
<<a href="https://www.rfc-editor.org/info/rfc5234">https://www.rfc-editor.org/info/rfc5234</a>>.
[<a id="ref-RFC5322">RFC5322</a>] Resnick, P., Ed., "Internet Message Format", <a href="./rfc5322">RFC 5322</a>,
DOI 10.17487/RFC5322, October 2008,
<<a href="https://www.rfc-editor.org/info/rfc5322">https://www.rfc-editor.org/info/rfc5322</a>>.
[<a id="ref-RFC5429">RFC5429</a>] Stone, A., Ed., "Sieve Email Filtering: Reject and
Extended Reject Extensions", <a href="./rfc5429">RFC 5429</a>,
DOI 10.17487/RFC5429, March 2009,
<<a href="https://www.rfc-editor.org/info/rfc5429">https://www.rfc-editor.org/info/rfc5429</a>>.
[<a id="ref-RFC5435">RFC5435</a>] Melnikov, A., Ed., Leiba, B., Ed., Segmuller, W., and T.
Martin, "Sieve Email Filtering: Extension for
Notifications", <a href="./rfc5435">RFC 5435</a>, DOI 10.17487/RFC5435, January
2009, <<a href="https://www.rfc-editor.org/info/rfc5435">https://www.rfc-editor.org/info/rfc5435</a>>.
[<a id="ref-RFC5490">RFC5490</a>] Melnikov, A., "The Sieve Mail-Filtering Language --
Extensions for Checking Mailbox Status and Accessing
Mailbox Metadata", <a href="./rfc5490">RFC 5490</a>, DOI 10.17487/RFC5490, March
2009, <<a href="https://www.rfc-editor.org/info/rfc5490">https://www.rfc-editor.org/info/rfc5490</a>>.
[<a id="ref-RFC8174">RFC8174</a>] Leiba, B., "Ambiguity of Uppercase vs Lowercase in <a href="./rfc2119">RFC</a>
<a href="./rfc2119">2119</a> Key Words", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc8174">RFC 8174</a>, DOI 10.17487/RFC8174,
May 2017, <<a href="https://www.rfc-editor.org/info/rfc8174">https://www.rfc-editor.org/info/rfc8174</a>>.
[<a id="ref-RFC8579">RFC8579</a>] Bosch, S., "Sieve Email Filtering: Delivering to Special-
Use Mailboxes", <a href="./rfc8579">RFC 8579</a>, DOI 10.17487/RFC8579, May 2019,
<<a href="https://www.rfc-editor.org/info/rfc8579">https://www.rfc-editor.org/info/rfc8579</a>>.
<span class="grey">Murchison & Gondwana Standards Track [Page 11]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-12" ></span>
<span class="grey"><a href="./rfc8580">RFC 8580</a> Sieve Extension: FCC May 2019</span>
<span class="h3"><a class="selflink" id="section-12.2" href="#section-12.2">12.2</a>. Informative References</span>
[<a id="ref-Err2035">Err2035</a>] RFC Errata, Errata ID 2035, <a href="./rfc5230">RFC 5230</a>,
<<a href="https://www.rfc-editor.org/errata_search.php?eid=2035">https://www.rfc-editor.org/errata_search.php?eid=2035</a>>.
[<a id="ref-RFC5321">RFC5321</a>] Klensin, J., "Simple Mail Transfer Protocol", <a href="./rfc5321">RFC 5321</a>,
DOI 10.17487/RFC5321, October 2008,
<<a href="https://www.rfc-editor.org/info/rfc5321">https://www.rfc-editor.org/info/rfc5321</a>>.
[<a id="ref-RFC5436">RFC5436</a>] Leiba, B. and M. Haardt, "Sieve Notification Mechanism:
mailto", <a href="./rfc5436">RFC 5436</a>, DOI 10.17487/RFC5436, January 2009,
<<a href="https://www.rfc-editor.org/info/rfc5436">https://www.rfc-editor.org/info/rfc5436</a>>.
[<a id="ref-RFC5437">RFC5437</a>] Saint-Andre, P. and A. Melnikov, "Sieve Notification
Mechanism: Extensible Messaging and Presence Protocol
(XMPP)", <a href="./rfc5437">RFC 5437</a>, DOI 10.17487/RFC5437, January 2009,
<<a href="https://www.rfc-editor.org/info/rfc5437">https://www.rfc-editor.org/info/rfc5437</a>>.
[<a id="ref-RFC6131">RFC6131</a>] George, R. and B. Leiba, "Sieve Vacation Extension:
"Seconds" Parameter", <a href="./rfc6131">RFC 6131</a>, DOI 10.17487/RFC6131, July
2011, <<a href="https://www.rfc-editor.org/info/rfc6131">https://www.rfc-editor.org/info/rfc6131</a>>.
Acknowledgments
The authors would like to thank the following individuals for
contributing their ideas and supporting this specification: Ned
Freed, Stan Kalisch, and Alexey Melnikov.
Authors' Addresses
Kenneth Murchison
FastMail US LLC
1429 Walnut Street, Suite 1201
Philadelphia, PA 19102
United States of America
Email: murch@fastmailteam.com
Bron Gondwana
FastMail Pty Ltd
Level 2, 114 William Street
Melbourne, VIC 3000
Australia
Email: brong@fastmailteam.com
Murchison & Gondwana Standards Track [Page 12]
</pre>
|