home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_s_z / draft-showalter-sieve-02.txt < prev    next >
Text File  |  1997-10-28  |  48KB  |  1,516 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                       T. Showalter
  8. Internet Draft: Sieve                                    Carnegie Mellon
  9. Document: draft-showalter-sieve-02.txt                      October 1997
  10. Expire in six months (12/1/97)
  11.  
  12.  
  13.                    Sieve -- a Mail Filtering Language
  14.  
  15.  
  16. Status of this memo
  17.  
  18.    This document is an Internet-Draft.  Internet-Drafts are working
  19.    documents of the Internet Engineering Task Force (IETF), its areas,
  20.    and its working groups.  Note that other groups may also distribute
  21.    working documents as Internet-Drafts.
  22.  
  23.    Internet-Drafts are draft documents valid for a maximum of six months
  24.    and may be updated, replaced, or obsoleted by other documents at any
  25.    time.  It is inappropriate to use Internet-Drafts as reference
  26.    material or to cite them other than as ``work in progress.''
  27.  
  28.    To learn the current status of any Internet-Draft, please check the
  29.    ``1id-abstracts.txt'' listing contained in the Internet-Drafts Shadow
  30.    Directories on ftp.is.co.za (Africa), ftp.nordu.net (Europe),
  31.    munnari.oz.au (Pacific Rim), ds.internic.net (US East Coast), or
  32.    ftp.isi.edu (US West Coast).
  33.  
  34.    The protocol discussed in this document is experimental and subject
  35.    to change.  Persons planning on either implementing or using this
  36.    protocol are STRONGLY URGED to get in touch with the author before
  37.    embarking on such a project.
  38.  
  39. Abstract
  40.  
  41.    This document describes a mail filtering language for filtering
  42.    messages at time of final delivery.  It is designed to be independent
  43.    of protocol, and implementable on either a mail client or mail
  44.    server.  It is meant to be extensible, simple, and independent of
  45.    access protocol, mail architecture, and operating system.  It is
  46.    suitable for running on a mail server where users may not be allowed
  47.    to execute arbitrary programs, such as on black box IMAP servers, as
  48.    it has no variables, loops, or ability to shell out to external
  49.    programs.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Showalter                                                       [Page 1]
  59.  
  60. Internet DRAFT                   Sieve                  October 24, 1997
  61.  
  62.  
  63.  
  64.  
  65.  
  66.                            Table of Contents
  67.  
  68.  
  69.  
  70. Status of this memo
  71. Abstract
  72. 0. Meta-information on this draft
  73. 0.1. Discussion
  74. 0.2. Known Problems
  75. 0.2.1. Probable Extensions
  76. 0.2.2. Known Bugs
  77. 0.3. Open Issues
  78. 1. Introduction
  79. 1.1. Conventions used in this document
  80. 1.2. Example mail messages
  81. 2. Design
  82. 2.1. Form of the language
  83. 2.2. Whitespace
  84. 2.3. Comments
  85. 2.4. Numbers
  86. 2.5. Strings
  87. 2.5.2. String lists
  88. 2.5.3. Headers
  89. 2.5.4. Addresses
  90. 2.6. String Comparison
  91. 2.6.1. Match Keyword
  92. 2.6.2. Comparators
  93. 2.7. Evaluation
  94. 3. Conditionals and Control Structures
  95. 3.1. If
  96. 3.2. Require
  97. 4. Actions
  98. 4.1. Action bounce
  99. 4.2. Action fileinto
  100. 4.3. Action forward
  101. 4.4. Action keep
  102. 4.5. Action reply
  103. 4.6. Action stop
  104. 4.7. Action discard
  105. 5. Tests
  106. 5.1. Test all-of
  107. 5.2. Test any-of
  108. 5.3. Test exists
  109. 5.4. Test false
  110. 5.5. Test header
  111.  
  112.  
  113.  
  114. Showalter                                                       [Page 2]
  115.  
  116. Internet DRAFT                   Sieve                  October 24, 1997
  117.  
  118.  
  119. 5.6. Test not
  120. 5.7. Test size
  121. 5.8. Test support
  122. 5.9. Test true
  123. 6. Errors in Processing a Script
  124. 7. Extensibility
  125. 7.1. Capability String
  126. 7.2. Registry
  127. 7.3. Capability Transport
  128. 8. Transmission
  129. 9. Acknowledgments
  130. 10.  Formal Grammar
  131. 11. Security Considerations
  132. 12. Author's Address
  133. Appendices
  134. Appendix A.  References
  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. Showalter                                                       [Page 3]
  171.  
  172. Internet DRAFT                   Sieve                  October 24, 1997
  173.  
  174.  
  175. 0. Meta-information on this draft
  176.  
  177.    This information is intended to facilitate discussion.  It will be
  178.    removed when this document leaves the Internet-Draft stage.
  179.  
  180. 0.1. Discussion
  181.  
  182.    This draft is being discussed on the MTA Filters mailing list at
  183.    <ietf-mta-filters@imc.org>.  Subscription requests can be sent to
  184.    <ietf-mta-filters-request@imc.org> (send an email message with the
  185.    word "subscribe" in the body).  More information on the mailing list
  186.    along with a WWW archive of back messages is available at
  187.    <http://www.imc.org/ietf-mta-filters>.
  188.  
  189. 0.2. Known Problems
  190.  
  191. 0.2.1. Probable Extensions
  192.  
  193.    The following suggestions have been made, and will probably be
  194.    addressed by extensions.
  195.  
  196.    An extension for regular expressions will be written.  While regular
  197.    expressions are of questionable utility for most users, the
  198.    programmers writing implementations desperately want regular
  199.    expressions.
  200.  
  201.    Envelope-matching commands are not readily supported by all mail
  202.    systems, and putting them in the draft will result in a system that
  203.    cannot be implemented by a mail architecture that does not adequately
  204.    store envelopes.
  205.  
  206.    "Detailed" addressing or "sub-addressing" (i.e., the "fmh" in an
  207.    address "tjs+fmh@andrew.cmu.edu") is not handled, and will be moved
  208.    to an extension for those systems that offer it.
  209.  
  210.    A previous version included a "valid" test.  I have tentatively
  211.    removed it because Randy had noted it was too fuzzy to implement, and
  212.    that's probably true.
  213.  
  214.    A vacation command has been requested for an extension.  It isn't in
  215.    the draft because having vacation assumes you can store the addresses
  216.    of people who have already received vacation notifications, which
  217.    isn't always the case.
  218.  
  219.    A suggestion was made to set IMAP flags on delivery (e.g., \Flagged,
  220.    \Deleted, \Answered, \Seen).
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Showalter                                                       [Page 4]
  227.  
  228. Internet DRAFT                   Sieve                  October 24, 1997
  229.  
  230.  
  231.    An "include" command is not included, but has been suggested  for  an
  232.    extension.
  233.  
  234. 0.2.2. Known Bugs
  235.  
  236.    The formal grammar.
  237.  
  238.    The bounce command needs to be rechecked against the DSN
  239.    specification.
  240.  
  241.    The error-handling clauses of this specification may not be
  242.    completely sensible, and may conflict.
  243.  
  244.    My knowledge of email is not comprehensive, and as a result, there
  245.    might be a better way to express some of the concepts in here.
  246.    Please let me know if there is a good way to clean up the wording.
  247.  
  248. 0.3. Open Issues
  249.  
  250.    The support and require tests cause some serious problems with
  251.    control structures.  To some extent, this is solved by separating the
  252.    block construct out from the conditionals themselves.  This has been
  253.    done in this draft (flames welcome, but it seems to be cleaner to
  254.    me).
  255.  
  256.    Comma is mandatory in  any-of/all-of  but  forbidden  in  a  list  of
  257.    strings; it should be required in both.  This needs to be fixed.  I'm
  258.    clinging to the status quo trying to fix the rest of the problems  at
  259.    the moment.
  260.  
  261.    Should there be a way to specify headers transmitted by reply?
  262.    Perhaps a separate command, since there are probably sites that are
  263.    going to be really paranoid about what headers get sent.
  264.  
  265.    In the event that there is an error while processing a script, what
  266.    happens?  The draft implies you file into INBOX, but what if you've
  267.    already taken actions before you do this?  (The parts of the draft
  268.    that require syntax checking stuff are all SHOULDs.)
  269.  
  270.    I tried to fill in some of the blanks in previous versions; among
  271.    them, the description of what a bounced input message looks like, but
  272.    it's still nearly incomplete.
  273.  
  274.    I moved the substring matching stuff out of the  header  command  and
  275.    into  a  section  of  its  own  as  it  is  reusable  by  extensions.
  276.    Suggestions on this section would be appreciated.
  277.  
  278.  
  279.  
  280.  
  281.  
  282. Showalter                                                       [Page 5]
  283.  
  284. Internet DRAFT                   Sieve                  October 24, 1997
  285.  
  286.  
  287.    I tried to fill in the blanks in the  section  on  extensibility  and
  288.    borrowed  some stuff from the ACAP spec (specifically, the comparator
  289.    registry), but it's probably not complete or good enough.
  290.  
  291.    Finally, I suspect that there are a lot of problems relating to what
  292.    filtering for the masses will do to mailing lists, especially what
  293.    will happen the first time someone rolls their own vacation program
  294.    consisting of a reply command.  Should it be an error to reply to a
  295.    message that is not addressed to you (specifically)?
  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. Showalter                                                       [Page 6]
  339.  
  340. Internet DRAFT                   Sieve                  October 24, 1997
  341.  
  342.  
  343. 1. Introduction
  344.  
  345.    This draft is offered to provide a standard language that can be used
  346.    to create filters for electronic mail.  It is not tied to any
  347.    particular operating system or mail architecture.  It requires the
  348.    use of [IMAIL]-compliant messages and support of multiple folders,
  349.    but should work with a wide variety of systems that support these
  350.    criteria.
  351.  
  352.    The language is powerful enough to be useful, but limited in power in
  353.    order to allow for a safe server-side filtering system.  The
  354.    intention is to make it impossible for users to do anything more
  355.    complex (and dangerous) than write simple mail filters, along with
  356.    facilitating GUI-based editors. The language is not Turing-complete,
  357.    and provides no way to write a loop or a function.  Variables are not
  358.    provided.
  359.  
  360.    Implementations of the language are expected to take place at time of
  361.    final delivery, when the message is finally moved to the user-
  362.    accessible mailbox.  In systems where the MTA does final delivery,
  363.    such as and traditional UNIX mail, is reasonable to sort when the MTA
  364.    deposits mail into the user's mailbox.  If the MTA does not do final
  365.    delivery, or lacks the power to sort into separate mailboxes, as is
  366.    the case under POP3, the MUA must do filtering into local-disk
  367.    folders.
  368.  
  369.    There are a number of reasons to use a filtering system.  Mail
  370.    traffic for most users has been increasing due both to increased
  371.    usage of e-mail, the emergence of unsolicited email as a form of
  372.    advertising, and increased usage of mailing lists.
  373.  
  374.    Experience at Carnegie Mellon has shown that if a filtering system is
  375.    made available to users, many will make use of it in order to file
  376.    messages from specific users or mailing lists.  However, many others
  377.    did not make use of the Andrew system's FLAMES filtering language due
  378.    to difficulty in setting it up.
  379.  
  380.    Because of the expectation that users will make use of filtering if
  381.    it is offered and easy to use, this language has been made simple
  382.    enough to allow many users to make use of it, but rich enough that it
  383.    can be used productively.  However, it is expected that GUI-based
  384.    editors will be the preferred way of editing filters for a large
  385.    number of users.
  386.  
  387. 1.1. Conventions used in this document
  388.  
  389.    In examples, line breaks have been inserted for readability.
  390.  
  391.  
  392.  
  393.  
  394. Showalter                                                       [Page 7]
  395.  
  396. Internet DRAFT                   Sieve                  October 24, 1997
  397.  
  398.  
  399.    In the sections of this document that discuss the requirements of
  400.    various keywords and operators, the following conventions have been
  401.    adopted.
  402.  
  403.    The key words "MUST", "MUST NOT", "SHOULD", "SHOULD NOT", "CAN", and
  404.    "MAY" in this document are to be interpreted as defined in
  405.    [KEYWORDS].
  406.  
  407.    Each section on a test, action, or control structure has a line
  408.    labeled "Syntax:".  This line describes the syntax of the command,
  409.    including its name and its arguments.  Required arguments are listed
  410.    inside angle brackets ("<" and ">").  Optional arguments are listed
  411.    inside square brackets ("[" and "]").  However, the formal grammar
  412.    for these commands in section 10 and is the authoritative reference
  413.    on how to construct these commands.
  414.  
  415. 1.2. Example mail messages
  416.  
  417.    The following mail messages will be used throughout this document  in
  418.    examples.
  419.  
  420.    Message A
  421.    -----------------------------------------------------------
  422.    Date: Tue, 1 Apr 1997 09:06:31 -0800 (PST)
  423.    From: coyote@desert.org
  424.    To: roadrunner@birdseed.org
  425.    Subject: I have a present for you
  426.  
  427.    Look, I'm sorry about the whole anvil thing, and I really
  428.    didn't mean to try and drop it on you from the top of the
  429.    cliff.  I want to try to make it up to you.  I've got some
  430.    great birdseed over here at my place -- top of the line
  431.    stuff -- and if you come by, I'll have it all wrapped up
  432.    for you.  I'm really sorry for all the problems I've caused
  433.    for you over the years, but I know we can work this out.
  434.    --
  435.    Wile E. Coyote       "Super Genius"        coyote@znic.net
  436.    -----------------------------------------------------------
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Showalter                                                       [Page 8]
  451.  
  452. Internet DRAFT                   Sieve                  October 24, 1997
  453.  
  454.  
  455.    Message B
  456.    -----------------------------------------------------------
  457.    From: youcouldberich!@reply-by-postal-mail
  458.    Sender: b1ff@de.res.frobnitzm.edu
  459.    To: rube@landru.melon.net
  460.    Date:  Mon, 31 Mar 1997 18:26:10 -0800 (PST)
  461.    Subject: $$$ YOU, TOO, CAN BE A MILLIONAIRE! $$$
  462.  
  463.    YOU MAY HAVE ALREADY WON TEN MILLION DOLLARS, BUT I DOUBT
  464.    IT!  SO JUST POST THIS TO SIX HUNDRED NEWSGROUPS!  IT WILL
  465.    GUARANTEE THAT YOU GET AT LEAST FIVE RESPONSES WITH MONEY!
  466.    MONEY! MONEY! COLD HARD CASH!  YOU WILL RECEIVE OVER
  467.    $20,000 IN LESS THAN TWO MONTHS!  AND IT'S LEGAL!!!!!!!!!
  468.    !!!!!!!!!!!!!!!!!!111111111!!!!!!!11111111111!!1  JUST
  469.    SEND $5 IN SMALL, UNMARKED BILLS TO THE ADDRESSES BELOW!
  470.    -----------------------------------------------------------
  471.  
  472. 2. Design
  473.  
  474. 2.1. Form of the language
  475.  
  476.    This language is made up as a set of commands.  Each command is
  477.    either an action or a conditional.  Each conditional contains a test;
  478.    depending on the results of the test, one set of commands in a
  479.    control structure is taken.
  480.  
  481. 2.2. Whitespace
  482.  
  483.    Whitespace is used to separate commands.  Whitespace is made up of
  484.    tabs, newlines (CRLF, never just CR or LF), and the space character.
  485.    The amount of whitespace used is not significant.
  486.  
  487. 2.3. Comments
  488.  
  489.    Comments begin with a "#" character that is not contained within a
  490.    string and continue until the next CRLF.
  491.  
  492.    Example:  if size over 100K { # this is a comment
  493.                 discard;
  494.              }
  495.  
  496. 2.4. Numbers
  497.  
  498.    Numbers are given as ordinary decimal numbers.  However, those
  499.    numbers that have a tendency to be fairly large, such as message
  500.    sizes, may have a "K", "M", or "G" appended to indicate a multiple of
  501.    a base-two number.  To be comparable with the power-of-two-based
  502.    versions of SI units that computers frequently use, K specifies kilo,
  503.  
  504.  
  505.  
  506. Showalter                                                       [Page 9]
  507.  
  508. Internet DRAFT                   Sieve                  October 24, 1997
  509.  
  510.  
  511.    or 1,024 (2^10) times the value of the number; M specifies mega, or
  512.    1,048,576 (2^20) times the value of the number; and G specifies giga,
  513.    or 1,073,741,824 (2^30) times the value of the number.
  514.  
  515.    Implementations MUST provide 31 bits of magnitude in numbers, but may
  516.    provide more.
  517.  
  518.    Negative, fractional, and decimal numbers are not permitted  by  this
  519.    specification.
  520.  
  521. 2.5. Strings
  522.  
  523.    Scripts involve large numbers of strings, as they are used for
  524.    pattern matching, addresses, and textual bodies, etc.  Typically,
  525.    short quoted strings suffice for most uses, but a more convenient
  526.    form is provided for longer strings such as bodies of messages.
  527.  
  528.    A quoted string starts and ends with a single double quote (the <">
  529.    character).  A backslash ("\") inside of a quoted string is followed
  530.    by either another backslash or a double quote.  This two-character
  531.    sequence represents a single backslash or double-quote within the
  532.    string, respectively.
  533.  
  534.    Other escape sequences may be permitted depending on context (such as
  535.    in globs, defined in section 2.6 on string comparison).  An undefined
  536.    escape sequence (such as "\a" in a context where "a" has no special
  537.    meaning) is interpreted as if there were no backslash (in this case,
  538.    "\a" is just "a").
  539.  
  540.    Non-printing characters such as tabs, CR and LF, and control
  541.    characters are permitted in strings.  NUL (ASCII 0) is not allowed in
  542.    strings.
  543.  
  544.    For entering larger amounts of text, such as an email message, a
  545.    multi-line form is allowed.  It starts with the keyword "text:",
  546.    followed by a CRLF, and ends with the sequence of a CRLF, a single
  547.    period, and another CRLF.  In order to allow the message to begin
  548.    lines with a single-dot, lines are dot-stuffed.  That is, when
  549.    composing a message body, an extra `.' is added before each line
  550.    which begins with a `.'.  When the server interprets the script,
  551.    these extra dots are removed.
  552.  
  553.    Note that a comment may occur in between the "text:" and the CRLF,
  554.    but not within the string itself.
  555.  
  556.    Example:  if any-of (header ("from") contains
  557.                    ("bart" "homer" "smithers" "burns" "lisa"),
  558.                 header ("subject") contains ("URGENT")) {
  559.  
  560.  
  561.  
  562. Showalter                                                      [Page 10]
  563.  
  564. Internet DRAFT                   Sieve                  October 24, 1997
  565.  
  566.  
  567.                 keep;
  568.              } else {
  569.                 reply text: # multi-line message here:
  570.              You are not one of the people I regularly
  571.              correspond with.  I have deleted your message
  572.              due to the large volume of email I regularly
  573.              receive.  If you feel that you need to speak
  574.              with me directly, and cannot find your answer
  575.              in my web pages, please send mail with the
  576.              word "URGENT" in the subject line.  Thank you
  577.              for your time.
  578.              .
  579.              ;
  580.              }
  581.  
  582. 2.5.2. String lists
  583.  
  584.    When matching patterns, strings frequently come in groups.  For this
  585.    reason, a list of strings is allowed in many tests, implying that if
  586.    the test is true using any one of the strings, then the test is true.
  587.    Implementations are encouraged to use short-circuit evaluation in
  588.    these cases.
  589.  
  590.    For instance, the test `header ("To" "Cc") contains
  591.    ("me@frobnitzm.edu" "me00@landru.melon.edu")' is true if either the
  592.    To header or Cc header of the input message contains either of the
  593.    e-mail addresses "me@frobnitzm.edu" or "me00@landru.melon.edu".
  594.  
  595.    Conversely, in any case where a list of strings would be appropriate,
  596.    a single string is allowed without being a member of a list; it is
  597.    equivalent to a list with a single member.  So the test `exists "To"'
  598.    is equivalent to the test `exists ("To")'.
  599.  
  600. 2.5.3. Headers
  601.  
  602.    Headers are a subset of strings.  In the Internet Message
  603.    Specification [IMAIL], each header line is allowed to have whitespace
  604.    nearly anywhere in the line, including after the field name and
  605.    before the subsequent colon.  Extra spaces between the header name
  606.    and the ":" in a header field are ignored by the interpreter.
  607.  
  608.    A header name never contains a colon.  The "From" header refers to a
  609.    line beginning "From:" (or "From   :", etc.).  No header will match
  610.    the string "From:" due to the trailing colon.
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618. Showalter                                                      [Page 11]
  619.  
  620. Internet DRAFT                   Sieve                  October 24, 1997
  621.  
  622.  
  623. 2.5.4. Addresses
  624.  
  625.    A number of commands call for email addresses, which are also a
  626.    subset of strings.  These addresses must be compliant with [IMAIL].
  627.    Implementations MUST ensure the addresses are syntactically valid,
  628.    and need not ensure that they are actually deliverable.
  629.  
  630. 2.6. String Comparison
  631.  
  632.    When matching one string against another, there are a number of ways
  633.    of performing the match.  These are accomplished with three matches
  634.    -- an exact match, a substring match, and a wildcard glob-style
  635.    match.  In order to provide for matches between character sets and
  636.    case insensitivity, Sieve borrows ACAP's comparator registry.
  637.  
  638. 2.6.1. Match Keyword
  639.  
  640.    There are three allowed match keywords describing the allowed match
  641.    in this draft; they are "is", "contains", and "matches".
  642.  
  643.    The "contains" version describes a substring match.  If the value
  644.    argument contains the key argument as a substring, the match is true.
  645.    For instance, the string "frobnitzm" contains "frob" and "nit", but
  646.    not "fbm".  The null key ("") is contained in all values.
  647.  
  648.    The "is" version describes an absolute match; if the contents of the
  649.    first string are absolutely the same as the contents of the second
  650.    string, they match.  Only the string "frobnitzm" is the string
  651.    "frobnitzm".  The null key only "is" the null value.
  652.  
  653.    The "matches" is a UNIX-style "glob" match; it specifies that the key
  654.    is not substring, but contains certain special characters that match
  655.    characters that are not themselves.  These characters are
  656.  
  657.            *     Match zero or more characters
  658.            ?     Match any single character
  659.            \     Escape next character
  660.  
  661.    Escaped special characters do not take on the meanings listed above.
  662.  
  663.    The value "frobnitzm" matches the keys "*nit*", "f*b*m", and "fr?b*",
  664.    but not "nit" or "frob".  The null key matches only the null value.
  665.  
  666.    The "contains" and "matches" versions necessitate that one string
  667.    supplied as an argument is a key, and the other is a value.  Commands
  668.    that utilize these comparisons, generally of the form "<value>
  669.    <match-keyword> <key>", must be sure to differentiate which is which.
  670.  
  671.  
  672.  
  673.  
  674. Showalter                                                      [Page 12]
  675.  
  676. Internet DRAFT                   Sieve                  October 24, 1997
  677.  
  678.  
  679. 2.6.2. Comparators
  680.  
  681.    In order to allow for character set-independent matches, the match
  682.    keyword may be coupled with a comparator name.  Comparators are
  683.    described for [ACAP]; a registry is defined for ACAP, and this draft
  684.    borrows that registry.
  685.  
  686.    All implementations MUST support the octet comparator, which simply
  687.    compares one octet with the next.  If left unspecified, the
  688.    comparator is octet.
  689.  
  690.    If an implementation supports a comparator "elbonia", it MUST provide
  691.    the capability "comparator-elbonia" for support and require commands.
  692.  
  693.    Some comparators may not be usable with substring matches; that is,
  694.    they may only work with "is".  [OPEN: Not sure what to do about
  695.    this.]  It is an error to try and use a comparator with "matches" or
  696.    "contains" that is not compatible with it.
  697.  
  698.    OPEN:   Are there any other comparators that SHOULD or MUST be
  699.            supported?
  700.  
  701.  
  702. 2.7. Evaluation
  703.  
  704.    If evaluation of the script fails to file the message into any
  705.    mailbox, as in the following script, the message is filed into INBOX.
  706.    With any of the short messages offered above, the following script
  707.    produces no actions.
  708.  
  709.  
  710.    Example:  if size over 500K discard;
  711.  
  712.    In cases like this, the "keep" action is taken.  The "keep" action is
  713.    defined to be the action that is taken in a situation where the user
  714.    does no filtering.  For instance, under an IMAP-based system, this
  715.    implies filing into INBOX.
  716.  
  717.    Implementations define the specific meanings of actions.
  718.    Implementations MAY impose restrictions on the actions taken, such as
  719.    only honoring one "reply", "bounce", or "forward" per message.
  720.  
  721.    In this case, which is honored?  I'm tempted to say random, but
  722.    restrict it to those commands that send mail back out (fileinto as
  723.    many mailboxes as you want).
  724.  
  725.    Precedence is not important in any of the commands in this base
  726.    specification.  However, as an extension might make order of
  727.  
  728.  
  729.  
  730. Showalter                                                      [Page 13]
  731.  
  732. Internet DRAFT                   Sieve                  October 24, 1997
  733.  
  734.  
  735.    operation important, all arguments to rules MUST be evaluated in
  736.    left-to-right order.  Those operations that can implement short-
  737.    circuit evaluation (such as "all-of" and "any-of") MUST do so.
  738.  
  739. 3. Conditionals and Control Structures
  740.  
  741.  
  742.    In order for a script to do more than one set of actions, control
  743.    structures are needed.
  744.  
  745. 3.1. If
  746.  
  747.  
  748.    Syntax:   if <test> <command> [else <command>]
  749.  
  750.    The "if" control structure is borrowed from any number of programming
  751.    languages.  It is evaluated in the usual way if the test is true then
  752.    the first command (or set of commands) supplied is evaluated.  If the
  753.    test is false and an else keyword follows the if block, the second
  754.    command is evaluated.  The commands may be command blocks.  [OPEN:
  755.    This allows C-style dangling statements; I construe this as a
  756.    feature.]
  757.  
  758.    In the following example, both Message A and B are dropped.
  759.  
  760.    Example:  if header "from" contains "coyote" {
  761.                 discard;
  762.              } else if  header ("subject") contains ("$$$") {
  763.                 discard;
  764.              } else fileinto "INBOX";
  765.  
  766.  
  767.    Only one command or block of commands in an if ... else if ... else
  768.    chain is executed.
  769.  
  770.    In the script below, when run over message A, forwards the message to
  771.    acm@frobnitzm.edu;  message B, to postmaster@frobnitzm.edu; any other
  772.    message is forwarded to field@frobnitzm.edu.
  773.  
  774.    Example:  if header ("From") contains ("coyote") {
  775.                 forward "acm@frobnitzm.edu";
  776.              } else if header "Subject" contains "$$$" {
  777.                 forward "postmaster@frobnitzm.edu";
  778.              } else
  779.                 forward "field@frobnitzm.edu";
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786. Showalter                                                      [Page 14]
  787.  
  788. Internet DRAFT                   Sieve                  October 24, 1997
  789.  
  790.  
  791. 3.2. Require
  792.  
  793.  
  794.    Syntax:   require <extension-name>
  795.  
  796.    Require SHOULD be declared in a user script before an extension is
  797.    used.  It instructs the evaluator that the extension named
  798.    extension-name, supplied as a string, MUST be present in order to
  799.    allow further processing.  If the string specifies an extension that
  800.    the evaluating mechanism supports, then processing continues.
  801.    Otherwise, an error has been encountered, and the script should not
  802.    be evaluated.
  803.  
  804.    Require is intended to indicate that a script needs an extension not
  805.    described in this document, or a feature that is not mandatory.
  806.  
  807.    The following example will fail on any server that does not implement
  808.    the extension known as DWIM.
  809.  
  810.    Example:  require "dwim";
  811.              if  header   ("subject")   contains-nocase   ("the   secret
  812.              message") {
  813.                 dwim blurdybloop body;
  814.              } stop
  815.  
  816. OPEN:   I have serious concerns with require; it makes it impossible to
  817.         separate parsing from evaluation, and introduces some awkward
  818.         cases.  For instance, a script "if size under 1 { require "foo";
  819.         do_foo; } else {... }" Even if the test will never happen, this
  820.         require will prevent the script from working.  Just support
  821.         seems to make more sense.
  822.  
  823.  
  824. 4. Actions
  825.  
  826.  
  827.    This document supplies six actions that may be taken on a message:
  828.    keep, fileinto, forward, bounce, discard, and stop.
  829.  
  830. 4.1. Action bounce
  831.  
  832.  
  833.    Syntax:   bounce <reason-string>
  834.  
  835.    The "bounce" action resends the message to the sender, wrapping it in
  836.    a "bounce" form, noting that it was rejected by the recipient.  In
  837.    the following script, message A is bounced to the sender.
  838.  
  839.  
  840.  
  841.  
  842. Showalter                                                      [Page 15]
  843.  
  844. Internet DRAFT                   Sieve                  October 24, 1997
  845.  
  846.  
  847.    Example:  if header "from" contains "coyote@znic.net" {
  848.                 bounce "I am not taking mail from you, and I don't want
  849.                 your birdseed, either!";
  850.              }
  851.  
  852.    A bounce message SHOULD takes the form of a failed DSN  as  specified
  853.    by  [DSN].   The  human-readable  portion  of  the message, the first
  854.    component of the DSN, contains the human readable message  describing
  855.    the  error,  although  it SHOULD contain additional text alerting the
  856.    original sender that mail was refused by a filter.  This part of  the
  857.    DSN might appear as follows:
  858.  
  859.    ------------------------------------------------------------
  860.    Message was refused by recipient's mail filtering program.
  861.    Reason given was as follows:
  862.  
  863.    I am not taking mail from you, and I don't want your
  864.    birdseed, either!
  865.    ------------------------------------------------------------
  866.  
  867.    The action-value field as defined in the DSN specification SHOULD be
  868.    "failed".
  869.  
  870.    OPEN:   This section is probably incomplete.  I am not sure that the
  871.            right answer is to make it easy to refuse messages, but
  872.            secretly keep a copy.  Should bounce prevent all other
  873.            actions from taking affect?
  874.  
  875.  
  876. 4.2. Action fileinto
  877.  
  878.  
  879.    Syntax:   fileinto <folder>
  880.  
  881.    The "fileinto" action drops the message into a named folder.
  882.    Implementations SHOULD support fileinto, but may not be able to in
  883.    cases where the filtering agent is not able to write to the users'
  884.    folders (such as a [POP3] implementation running inside the mail
  885.    server where the folders are stored on the users' local disks).
  886.  
  887.    As such, a server supporting fileinto MUST provide the "fileinto"
  888.    capability for the support and require tests.
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898. Showalter                                                      [Page 16]
  899.  
  900. Internet DRAFT                   Sieve                  October 24, 1997
  901.  
  902.  
  903.    In  the  following  script,  message   A   is   filed   into   folder
  904.    "INBOX.harassment".
  905.  
  906.    Example:  if header ("to") contains "coyote" {
  907.                 fileinto "INBOX.harassment";
  908.              }
  909.  
  910. 4.3. Action forward
  911.  
  912.  
  913.    Syntax:   forward <address>
  914.  
  915.    The "forward" action is used to forward the message to another user
  916.    at the supplied address, as a mail forwarding feature does.  The
  917.    "forward" action makes no changes to the message body or headers, and
  918.    only modifies the envelope recipient.
  919.  
  920.    A simple script can be used for forwarding:
  921.  
  922.    Example:  forward "bart@frobnitzm.edu";
  923.  
  924.    The forward command performs an MTA-style forward --  that  is,  what
  925.    you  get from a .forward file using sendmail under UNIX.  The address
  926.    on the SMTP envelope is replaced with the one on the forward  command
  927.    and the message is sent back out.  (This is not an MUA-style forward,
  928.    which creates a new message with a different sender and  message  ID,
  929.    wrapping the old message in a new one.)
  930.  
  931. 4.4. Action keep
  932.  
  933.  
  934.    Syntax:   keep
  935.  
  936.    The "keep" action is whatever action is taken in lieu of all other
  937.    actions, if no filtering happens at all; generally, this simply means
  938.    to file the message into the user's main mailbox.  This command
  939.    provides a way to execute this action without needing to know the
  940.    name of the user's main mailbox, providing a way to call it without
  941.    needing to understand the user's setup, or the underlying mail
  942.    system.
  943.  
  944.    Example:  if size under 1M keep; else discard;
  945.  
  946. 4.5. Action reply
  947.  
  948.  
  949.    Syntax:   reply <message>
  950.  
  951.  
  952.  
  953.  
  954. Showalter                                                      [Page 17]
  955.  
  956. Internet DRAFT                   Sieve                  October 24, 1997
  957.  
  958.  
  959.    The "reply" action is used to generate a form letter reply to the
  960.    original sender.  Message is a string to be sent as a reply message.
  961.    In the following example, any message larger than 500K (524288
  962.    octets) would be replied to with a message explaining that it was
  963.    rejected; otherwise, the message would be filed into INBOX (by
  964.    default).
  965.  
  966.    Example:    if size over 500K {
  967.                   reply text:
  968.                Your message was unnecessarily large.  I reject all large
  969.                messages; if you need to send me a large message, please
  970.                contact me first and arrange outer means.
  971.                .
  972.                ; discard; }
  973.  
  974. 4.6. Action stop
  975.  
  976.  
  977.    Syntax:   stop
  978.  
  979.    The "stop" action ends all processing.  If no actions have been
  980.    executed, then the keep action is taken.
  981.  
  982.    In the following script, if the mail is from the address
  983.    "boss@frobnitzm.edu" it is forwarded to "pleeb@frobnitzm.edu";
  984.    otherwise the mail receives a reply, and is thrown out.
  985.  
  986.    Example:    if header ("from") matches ("boss@frobnitzm.edu") {
  987.                   forward "pleeb@xanadu.wv.us";
  988.                   stop;
  989.                } reply text:
  990.                I'm on vacation and not taking any messages; try after
  991.                Sunday.  I have thrown your message out.  Please resend
  992.                it later.
  993.                .
  994.                ; discard;
  995.  
  996. 4.7. Action discard
  997.  
  998.  
  999.    Syntax:   discard
  1000.  
  1001.    Discard drops the message.  In the following script, any mail from
  1002.    "idiot@frobnitzm.edu" is thrown out.
  1003.  
  1004.    Example:    if header ("from") contains ("idiot@frobnitzm.edu")
  1005.                discard;
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Showalter                                                      [Page 18]
  1011.  
  1012. Internet DRAFT                   Sieve                  October 24, 1997
  1013.  
  1014.  
  1015.    While an important part of this language, "discard" has the potential
  1016.    to create serious problems for users.  For instance, a student
  1017.    leaving themselves logged in to a machine in a computer lab may find
  1018.    their script changed to just "discard".  In order to protect users in
  1019.    this situation (along with similar situations), implementations MAY
  1020.    keep messages destroyed by a script for an indefinite period, and MAY
  1021.    disallow scripts that throw out all mail.
  1022.  
  1023. 5. Tests
  1024.  
  1025.  
  1026.    Tests are used in conditionals to decide which part(s) of the
  1027.    conditional to execute.
  1028.  
  1029. 5.1. Test all-of
  1030.  
  1031.  
  1032.    Syntax:   all-of ( <test> , <test> , ... <test> )
  1033.  
  1034.    The all-of test preforms a logical AND on the tests supplied to it.
  1035.  
  1036.    Example:    all-of (false, false)  =>   false
  1037.                all-of (false, true)   =>   false
  1038.                all-of (true, true)    =>   true
  1039.  
  1040. 5.2. Test any-of
  1041.  
  1042.  
  1043.    Syntax:   any-of ( <test> , <test> , ... <test> )
  1044.  
  1045.    The any-of test preforms a logical OR on the tests supplied to it.
  1046.  
  1047.    Example:    any-of (false, false)  =>   false
  1048.                any-of (false, true)   =>   true
  1049.                any-of (true, true)    =>   true
  1050.  
  1051. 5.3. Test exists
  1052.  
  1053.  
  1054.    Syntax:   exists <header-name-list>
  1055.  
  1056.    The "exists" test is true if the headers listed in the
  1057.    <header-name-list> argument exist within the message.  All of the
  1058.    headers must exist or the test is false.  The test
  1059.            exists ("From" "To" "Cc")
  1060.    is equivalent to
  1061.            header ("From" "To" "Cc") contains ""
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Showalter                                                      [Page 19]
  1067.  
  1068. Internet DRAFT                   Sieve                  October 24, 1997
  1069.  
  1070.  
  1071.    The following example throws out mail that doesn't have a From header
  1072.    and a Date header.
  1073.  
  1074.    Example:    if not exists ("From" "Date") {
  1075.                   discard;
  1076.                }
  1077.  
  1078. 5.4. Test false
  1079.  
  1080.  
  1081.    Syntax:   false
  1082.  
  1083.    The "false" test always evaluates to false.
  1084.  
  1085. 5.5. Test header
  1086.  
  1087.  
  1088.    Syntax:   header <header-name-list> <match-keyword> <key-list>
  1089.  
  1090.    The "header" test evaluates to true if the any header name matches
  1091.    any key.  How the match is done is described by the second argument,
  1092.    which is one of the string comparison arguments discussed in section
  1093.    2.6.  The first argument to header, the header-name-list, is a list
  1094.    of headers to get values from to be searched.  The key-list is a list
  1095.    of keys.
  1096.  
  1097.    If a header  listed  in  the  header-name-list  argument  exists,  it
  1098.    contains  the  null  key  ("").   However, if the named header is not
  1099.    present, it does not contain the null key. So if a message  contained
  1100.    the header
  1101.  
  1102.            X-Caffeine: C8H10N4O2
  1103.  
  1104.    these tests on that header evaluate as follows:
  1105.  
  1106.            header ("X-Caffeine") is ("")         => false
  1107.            header ("X-Caffeine") matches ("")    => false
  1108.            header ("X-Caffeine") contains ("")   => true
  1109.  
  1110. 5.6. Test not
  1111.  
  1112.  
  1113.    Syntax:   not <test>
  1114.  
  1115.    The "not" test takes some other test as an argument, and yields the
  1116.    opposite result.
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122. Showalter                                                      [Page 20]
  1123.  
  1124. Internet DRAFT                   Sieve                  October 24, 1997
  1125.  
  1126.  
  1127. 5.7. Test size
  1128.  
  1129.  
  1130.    Syntax:   size <"over" / "under"> <limit [quantifier]>
  1131.  
  1132.    The "size" test deals with the size of a message.  The test is true
  1133.    only if the first argument is "over" and the size of the message is
  1134.    strictly greater than the number of octets specified as limit.  If
  1135.    the first argument is "under", then the test is true only if the
  1136.    message size is strictly less than the number of octets specified as
  1137.    limit.  In either case, if the message size is exactly the limit, the
  1138.    test is false.
  1139.  
  1140.    The size of a message is defined to be the number of octets from the
  1141.    initial header until the last character in the message body.
  1142.  
  1143. 5.8. Test support
  1144.  
  1145.  
  1146.    Syntax:   support <extension-name>
  1147.  
  1148.    The "support" test evaluates to true if the extension named by
  1149.    <extension-name> is supported.  In the following script, all mail is
  1150.    filed into INBOX unless the "black-magic" extension is supported.
  1151.    Otherwise, behavior is defined by the black-magic extension.
  1152.  
  1153.  
  1154.    Example:    if support "black-magic" {
  1155.                   black-magic ("zork@frobnitzm.edu");
  1156.                }
  1157.  
  1158. 5.9. Test true
  1159.  
  1160.  
  1161.    Syntax:   true
  1162.  
  1163.    The "true" test is always true.
  1164.  
  1165. 6. Errors in Processing a Script
  1166.  
  1167.    In any programming language, errors are inevitable.  Users are
  1168.    expected to make errors, and changes in the environment, such as a
  1169.    change in a user's rights on a mailbox, can cause a script to fail.
  1170.    It is imperative that mail be allowed to get through.
  1171.  
  1172.    Implementations SHOULD check a script before it is run in order to
  1173.    ensure that it is valid.  Implementations SHOULD NOT try and recover
  1174.    from a script with errors, and should file mail into the user's
  1175.  
  1176.  
  1177.  
  1178. Showalter                                                      [Page 21]
  1179.  
  1180. Internet DRAFT                   Sieve                  October 24, 1997
  1181.  
  1182.  
  1183.    primary mailbox.
  1184.  
  1185.    Users MUST be notified of errors in processing a script.  The method
  1186.    by which users are notified is implementation defined, but a mail
  1187.    message clearly describing the error is suggested if a preferable
  1188.    alternative cannot be found.
  1189.  
  1190.    In an implementation that allows for a script to be checked when it
  1191.    is turned over to the server, the script can be checked for errors
  1192.    before it is submitted.  Implementations SHOULD notify the user of
  1193.    the error and refuse to accept a syntactically invalid script or one
  1194.    that makes use of extensions that the server does not report.
  1195.  
  1196.    Implementations MUST allow mail to be filed without filtering in case
  1197.    of a syntax error in the script.  Implementations MUST avoid sending
  1198.    multiple messages describing the same error.
  1199.  
  1200.    Implementations are REQUIRED to notify users of errors in filtering
  1201.    scripts.  If there are errors in the script being used, mail SHOULD
  1202.    be filed into the user's main mailbox.  Implementations MUST NOT
  1203.    discard mail unless a command explicitly demands it.
  1204.  
  1205. 7. Extensibility
  1206.  
  1207.    New control structures, actions, and tests can be added to the
  1208.    language.  Sites must make these features known to their users; this
  1209.    document does not define a way to discover the list of extensions
  1210.    supported by the server.
  1211.  
  1212.    Any extensions to this language MUST define a string that uniquely
  1213.    identifies that extension.  If a new version of an extension changes
  1214.    the functionality of a previously defined extension, it MUST use a
  1215.    different name.  The purpose of such a string is for the "require"
  1216.    and "support" conditionals, which mandates that script requires the
  1217.    use of that extension.
  1218.  
  1219.    Additionally, in a situation where there is a submission protocol and
  1220.    an extension advertisement mechanism aware of the details of this
  1221.    language, scripts submitted can be checked against the mail server to
  1222.    prevent use of an extension that that the server does not support.
  1223.  
  1224. 7.1. Capability String
  1225.  
  1226.    Capability strings are typically short strings describing what
  1227.    capabilities are supported by the server.  The following capability
  1228.    strings are defined by this document:
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. Showalter                                                      [Page 22]
  1235.  
  1236. Internet DRAFT                   Sieve                  October 24, 1997
  1237.  
  1238.  
  1239.    fileinto    The string "fileinto" indicates the implementation
  1240.                supports filing into mailboxes.
  1241.  
  1242.  
  1243. 7.2. Registry
  1244.  
  1245.    In order to provide a standard set of extensions, a registry is
  1246.    provided by IANA.  Capability names may be registered on a first-
  1247.    come, first-served basis.  Extensions designed for interoperable use
  1248.    should be defined as standards track or IESG approved experimental
  1249.    RFCs.
  1250.  
  1251.    To: XXX@XXX.XXX Subject: Registration of new Sieve extension
  1252.  
  1253.    Capability name:
  1254.  
  1255.    Capability keyword:
  1256.  
  1257.    Capability arguments:
  1258.  
  1259.    Standards Track/IESG-approved experimental RFC number:
  1260.  
  1261.    Person and email address to contact for further information:
  1262.  
  1263. 7.3. Capability Transport
  1264.  
  1265.    As the range of mail systems that this draft is intended to apply to
  1266.    is quite large, a method of advertising which capabilities an
  1267.    implementation supports is difficult due to the wide range of
  1268.    possible implementations.  Such a mechanism, however, should have the
  1269.    following properties.
  1270.  
  1271.    (1)  The implementation can advertise the complete set of extensions
  1272.         that it supports.
  1273.  
  1274.  
  1275.    OPEN:   There needs to be a more complete description here.
  1276.  
  1277.  
  1278. 8. Transmission
  1279.  
  1280.    The MIME type for a SIEVE script is "application/sieve".  Scripts are
  1281.    encoded in UTF-8 during transmission.
  1282.  
  1283. 9. Acknowledgments
  1284.  
  1285.    I am very thankful to Chris Newman for his support and his ABNF
  1286.    syntax checker.  I am also indebted to all of the readers of the
  1287.  
  1288.  
  1289.  
  1290. Showalter                                                      [Page 23]
  1291.  
  1292. Internet DRAFT                   Sieve                  October 24, 1997
  1293.  
  1294.  
  1295.    ietf-mta-filters@imc.org mailing list.
  1296.  
  1297. 10.  Formal Grammar
  1298.  
  1299.    The grammar used in this section is the same as the ABNF described in
  1300.    [ABNF].
  1301.  
  1302.    In the case of alternative or optional rules in which a later rule
  1303.    overlaps an earlier rule, the rule which is listed earlier MUST take
  1304.    priority.  (This shouldn't happen.  Please let me know if it does.)
  1305.  
  1306.    action = bounce / discard / fileinto / forward / keep / reply / stop
  1307.  
  1308.    address = string
  1309.            ;; any legal [IMAIL] address.
  1310.  
  1311.    any-of = "any-of" test-list
  1312.  
  1313.    all-of = "all-of" test-list
  1314.  
  1315.    block = "{" [WSP] commands [WSP] "}"
  1316.            ;; C-style block
  1317.  
  1318.    bounce = "bounce" WSP string
  1319.            ;; string is the reason contained in the bounce message.
  1320.  
  1321.    control-structure = if
  1322.  
  1323.    command = ( action ";" ) / block / control-structure
  1324.  
  1325.    commands = *([WSP] command [WSP])
  1326.  
  1327.    comment = "#" *VCHAR CRLF
  1328.  
  1329.    comparator = "octet"
  1330.            ;; octet is the only comparator mandated by this specification
  1331.            ;; but others may be defined by the ACAP registry.
  1332.  
  1333.    discard = "discard"
  1334.  
  1335.    exists = "exists" WSP string
  1336.  
  1337.    false = "false"
  1338.  
  1339.    fileinto = "fileinto" WSP string
  1340.            ;; string is a mailbox; semantics are defined by the
  1341.            ;; underlying mail system
  1342.  
  1343.  
  1344.  
  1345.  
  1346. Showalter                                                      [Page 24]
  1347.  
  1348. Internet DRAFT                   Sieve                  October 24, 1997
  1349.  
  1350.  
  1351.    forward = "forward" WSP address
  1352.  
  1353.    if = "if" WSP test WSP command [ "else" command ]
  1354.            ;; Commands are typically blocks.
  1355.  
  1356.    header = "header" WSP string-list WSP match-keyword WSP string-list
  1357.  
  1358.    keep = "keep"
  1359.  
  1360.    match-keyword = ("contains" / "matches" / "is") ["-" comparator]
  1361.  
  1362.    multi-line = "text:" [WSP] CRLF
  1363.            *((1*CHAR-NOT-DOT *CHAR CRLF) / ("." 1*CHAR-NOT-DOT *CHAR CRLF) /
  1364.              (".." *CHAR CRLF) / CRLF)
  1365.            "." CRLF
  1366.            ;; Note when used,
  1367.            ;; a leading ".." on a line is mapped to ".".
  1368.  
  1369.    CHAR-NOT-DOT = (%x01-2d / %x2f-%xff)
  1370.            ;; all the characters that aren't "."
  1371.  
  1372.    not = "not" WSP test
  1373.  
  1374.    number = 1*DIGIT [QUANTIFIER]
  1375.            ;; quantifier is a multiplier (or bit shift)
  1376.  
  1377.    QUANTIFIER = "K" / "M" / "G"
  1378.            ;; K == 2^10; M == 2^20; G = 2^30
  1379.  
  1380.    quoted-string = DQUOTE *CHAR DQUOTE
  1381.            ;; \" inside a string maps to "
  1382.            ;; \\ inside a string maps to \
  1383.            ;; All other characters map to themselves.
  1384.            ;; Note that newlines and other weird characters
  1385.            ;; are all allowed strings.
  1386.  
  1387.    reply = "reply" WSP multi-line
  1388.  
  1389.    size = "size" WSP ( "over" / "under" ) WSP number
  1390.  
  1391.    SPACE = %d32
  1392.  
  1393.    stop = "stop"
  1394.  
  1395.    string = quoted-string / multi-line
  1396.  
  1397.    string-list = "(" [WSP] *(string WSP) string [WSP] ")" / string
  1398.            ;; if there is only a single string, the parens are optional
  1399.  
  1400.  
  1401.  
  1402. Showalter                                                      [Page 25]
  1403.  
  1404. Internet DRAFT                   Sieve                  October 24, 1997
  1405.  
  1406.  
  1407.    test = [WSP] (any-of / all-of / exists / false / header /
  1408.        not / size) [WSP]
  1409.  
  1410.    test-list = [WSP] "(" [WSP] *(test [WSP] "," [WSP])
  1411.        test [WSP] ")" [WSP]
  1412.  
  1413.    true = "true"
  1414.  
  1415.    WSP = 1*(SPACE / CRLF / HTAB) / comment
  1416.            ;; just whitespace.  anyplace this is allowed, a comment is
  1417.            ;; as well
  1418.  
  1419. 11. Security Considerations
  1420.  
  1421.    Users must get their mail.  It is imperative that whatever method
  1422.    implementations use to store the user-defined filtering scripts be
  1423.    secure.
  1424.  
  1425.    It is equally important that implementations sanity-check the user's
  1426.    scripts, and not allow users to create on-demand mailbombs.  For
  1427.    instance, an implementation that allows a user to bounce, forward, or
  1428.    reply multiple times to a single message might also allow a user to
  1429.    create a mailbomb triggered by mail from a specific user.
  1430.  
  1431.    Therefore, an implementation SHOULD only allow one "bounce" per
  1432.    message processed, and MAY limit the number of forward and reply
  1433.    actions taken.  An implementation MUST refuse to forward a message to
  1434.    itself.  [OPEN: What do you do when a site limit prevents you from
  1435.    this?  Say I do three replies; which ones take effect when the limit
  1436.    is 1? 2? 0?]
  1437.  
  1438.    Several commands, such as "discard", "forward", and "fileinto" allow
  1439.    for actions to be taken that are potentially very dangerous.
  1440.  
  1441. 12. Author's Address
  1442.  
  1443.    Tim Showalter
  1444.    Carnegie Mellon University
  1445.    5000 Forbes Avenue
  1446.    Pittsburgh, PA 15213
  1447.  
  1448.    E-Mail: tjs@andrew.cmu.edu
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458. Showalter                                                      [Page 26]
  1459.  
  1460. Internet DRAFT                   Sieve                  October 24, 1997
  1461.  
  1462.  
  1463. Appendices
  1464.  
  1465. Appendix A.  References
  1466.  
  1467.    [ABNF] Crocker, D.,  "Augmented BNF for Syntax Specifications: ABNF",
  1468.    Internet Mail Consortium, Work in Progress.
  1469.  
  1470.    [DSN] Moore, K., and G. Vaudreuil, "An Extensible Message Format for
  1471.    Delivery Status Notifications", RFC 1894, January, 1996.
  1472.  
  1473.    [KEYWORDS] Bradner, S., "Key words for use in RFCs to Indicate
  1474.    Requirement Levels", RFC 2119, Harvard University, March 1997.
  1475.  
  1476.    [IMAP] Crispin, M., "Internet Mail Access Protocol - version 4rev1",
  1477.    RFC 2060, University of Washington, December 1996.
  1478.  
  1479.    [IMAIL] Crocker, D., "Standard for the Format of ARPA Internet Text
  1480.    Messages", STD 11, RFC 822, University of Delaware, August 1982.
  1481.  
  1482.    [MIME] Freed, N., and N. Borenstein, "Multipurpose Internet Mail
  1483.    Extensions (MIME) Part One: Format of Internet Message Bodies", RFC
  1484.    2045, Innosoft and First Virtual, November 1996.
  1485.  
  1486.    [SMTP] Postel, J., "Simple Mail Transfer Protocol", STD 10, RFC 821,
  1487.    USC/Information Sciences Institute, August 1982.
  1488.  
  1489.    [UTF-8] Yergeau, F. "UTF-8, a transformation format of Unicode and
  1490.    ISO 10646", RFC 2044, Alis Technologies, October 1996.
  1491.  
  1492.  
  1493.  
  1494. This document will expire before December 1, 1997.
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514. Showalter                                                      [Page 27]
  1515.  
  1516.