<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="sieve-extensions.xsl"?>
<?xml-model href="sieve-extensions.rng" schematypens="http://relaxng.org/ns/structure/1.0" ?>
<registry xmlns="http://www.iana.org/assignments" id="sieve-extensions">
  <title>Sieve Extensions</title>
  <created>2000-11</created>
  <updated>2024-10-15</updated>
  <category>Sieve Extensions</category>
  
  <registry id="sieve-extensions-2">
    <title>Sieve Extensions</title>
    <xref type="rfc" data="rfc5228"/>
    <range>
      <value>vendor-controlled (name begins with "vnd.")</value>
      <registration_rule>First Come First Served</registration_rule>
    </range>
    <range>
      <value>IETF-controlled (no "vnd." prefix)</value>
      <registration_rule>Standards track or IESG-approved experimental RFC</registration_rule>
    </range>
 
    <record>
      <name>body</name>
      <description>Provides a test for matching against the
the body of the message being processed</description>
      <rfc>
        <xref type="rfc" data="rfc5173"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>comparator-* (anything starting with "comparator-")</name>
      <description>adds the indicated comparator for use with the
:comparator argument</description>
      <rfc><xref type="rfc" data="rfc4790"/><xref type="rfc" data="rfc5228"/> (Sieve base spec)</rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>convert</name>
      <description>adds a new Sieve test and action that enable Sieve
        scripts to perform data conversions on the message being
        delivered.</description>
      <rfc><xref type="rfc" data="rfc6558"/></rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>copy</name>
      <description/>
      <rfc>
        <xref type="rfc" data="rfc3894"/>
      </rfc>
      <xref type="person" data="Jutta_Degener"/>
    </record>

    <record>
      <name>date</name>
      <description>The "date" extension gives Sieve the ability
to test date and time values.</description>
      <rfc>
        <xref type="rfc" data="rfc5260"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>
    
    <record date="2014-06-30">
      <name>duplicate</name>
      <description>Adds test 'duplicate' that can be used to test whether a 
particular message is a duplicate, i.e., whether a copy of it was seen before 
by the delivery agent that is executing the Sieve script.</description>
      <rfc>
        <xref type="rfc" data="rfc7352"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>editheader</name>
      <description>Adds actions 'addheader' and 'deleteheader'
that modify the header of the message being
processed</description>
      <rfc>
        <xref type="rfc" data="rfc5293"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>enclose</name>
      <description>adds the "enclose" action for enclosing a message with a
wrapper.</description>
      <rfc>
        <xref type="rfc" data="rfc5703"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>encoded-character</name>
      <description>changes the interpretation of strings to allow
arbitrary octets and Unicode characters to be
represented using US-ASCII</description>
      <rfc><xref type="rfc" data="rfc5228"/> (Sieve base spec)</rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>enotify</name>
      <description>adds the 'notify' action for notifying user about the
received message. It also provides two new tests:
valid_notify_method checks notification URIs for
validity; notify_method_capability can check recipients
capabilities.</description>
      <rfc>
        <xref type="rfc" data="rfc5435"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>envelope</name>
      <description>adds the 'envelope' test for testing the message
transport sender and recipient address</description>
      <rfc><xref type="rfc" data="rfc5228"/> (Sieve base spec)</rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>envelope-deliverby</name>
      <description>The "envelope-deliverby" extension extends the
envelope test to allow checking of information
associated with the Deliver-By ESMTP extension
defined in <xref type="rfc" data="rfc2852"/>.</description>
      <rfc>
        <xref type="rfc" data="rfc6009"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>envelope-dsn</name>
      <description>The "envelope-dsn" extension extends the envelope
test to allow checking of information associated
with the DSN ESMTP extension defined in <xref type="rfc" data="rfc3461"/>.</description>
      <rfc>
        <xref type="rfc" data="rfc6009"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>environment</name>
      <description>The "environment" extension provides a new
environment test that can be used to implement
scripts that behave differently when moved
from one system to another or otherwise
operated in different contexts.</description>
      <rfc>
        <xref type="rfc" data="rfc5183"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>ereject</name>
      <description>adds the 'ereject' action for refusing delivery
of a message. The refusal should happen as early
as possible (e.g. at the protocol level) and might
not preserve the exact reason for refusal if it
contains non-US-ASCII text.</description>
      <rfc>
        <xref type="rfc" data="rfc5429"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>
    
    <record>
      <name>extlists</name>
      <description>Adds the ":list" match type to certain Sieve tests, and
        the ":list" argument to the "redirect" action.  The ":list" match
        type changes tests to match values against values stored in one
        or more externally stored lists.  The ":list" argument to the
        redirect action changes the redirect action to forward the
        message to email addresses stored in the externally stored list.
      </description>
      <rfc>
        <xref type="rfc" data="rfc6134"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>
    
    <record>
      <name>extracttext</name>
      <description>adds the "extracttext" action for extracting text from a
MIME body part.</description>
      <rfc>
        <xref type="rfc" data="rfc5703"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record date="2019-01-29">
      <name>fcc</name>
      <description>Adds the ":fcc" parameter to Sieve action commands
that generate additional messages.</description>
      <rfc>
        <xref type="rfc" data="rfc8580"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>
    
    <record>
      <name>fileinto</name>
      <description>adds the 'fileinto' action for delivering to a
mailbox other than the default</description>
      <rfc><xref type="rfc" data="rfc5228"/> (Sieve base spec), 
        <xref type="rfc" data="rfc5490"/> (:create), 
        <xref type="rfc" data="rfc3894"/> (:copy),
        <xref type="rfc" data="rfc5232"/> (:flags)
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>foreverypart</name>
      <description>adds the "foreverypart" and "break" actions for
iterating through MIME parts of a message.</description>
      <rfc>
        <xref type="rfc" data="rfc5703"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>ihave</name>
      <description>The "ihave" extension provides a means to write
scripts that make use of other extensions only
when they are actually available.</description>
      <rfc>
        <xref type="rfc" data="rfc5463"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>
    
    <record>
      <name>imapsieve</name>
      <description>Add Sieve processing for IMAP events.</description>
      <rfc>
        <xref type="rfc" data="rfc6785"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>
    
    <record>
      <name>imap4flags</name>
      <description>Adds actions and tests for manipulating IMAP flags</description>
      <rfc>
        <xref type="rfc" data="rfc5232"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>include</name>
      <description>adds the "include" command to execute other Sieve 
scripts, the "return" action from an included script, and the "global" command and "global" 
variables namespace to access variables shared among included scripts.
      </description>
      <rfc>
        <xref type="rfc" data="rfc6609"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>index</name>
      <description>The "index" extension provides a means to
limit header and address tests to specific
instances when more than one field of a
given type is present.</description>
      <rfc>
        <xref type="rfc" data="rfc5260"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>mailbox</name>
      <description>adds test for checking for mailbox existence and a new
optional argument to fileinto for creating a mailbox
before attempting mail delivery.</description>
      <rfc>
        <xref type="rfc" data="rfc5490"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record date="2021-03-30">
      <name>mailboxid</name>
      <description>adds a test for checking mailbox existence by OBJECTID,
and new optional arguments to fileinto and :fcc that
allow selecting the destination mailbox by OBJECTID.</description>
      <rfc>
        <xref type="rfc" data="rfc9042"/>
      </rfc>
      <xref type="person" data="EXTRA_discussion_list"/>
    </record>

    <record>
      <name>mboxmetadata</name>
      <description>adds tests for checking for mailbox metadata item
existence and for retrieving of a mailbox metadata
value.</description>
      <rfc>
        <xref type="rfc" data="rfc5490"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>mime</name>
      <description>adds the ":mime" and ":anychild" tagged arguments to the
"header", "address", and "exists" tests.  Adds the ":type", ":subtype",
":contenttype", and ":param" options when ":mime" is used with the
"header" test.</description>
      <rfc>
        <xref type="rfc" data="rfc5703"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record date="2024-08-16">
      <name>processcalendar</name>
      <description>Adds the "processcalendar" action command to add and update items on a user's calendars.</description>
      <rfc>
        <xref type="rfc" data="rfc9671"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>redirect-deliverby</name>
      <description>The "redirect-deliverby" extension extends the
redirect action to allow specification of the BY
ESMTP parameter associated with the Deliver-By SMTP
extension defined in <xref type="rfc" data="rfc2852"/>.</description>
      <rfc>
        <xref type="rfc" data="rfc6009"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>redirect-dsn</name>
      <description>The "redirect-dsn" extension extends the redirect
action to allow specification of the NOTIFY and
RET ESMTP parameters associated with the DSN SMTP
extension defined in <xref type="rfc" data="rfc3461"/>.</description>
      <rfc>
        <xref type="rfc" data="rfc6009"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>regex</name>
      <description/>
      <rfc>
        <xref type="draft" data="draft-murchison-sieve-regex-07"/>
      </rfc>
      <xref type="person" data="Kenneth_Murchison"/>
    </record>

    <record>
      <name>reject</name>
      <description>adds the "reject" action for refusing delivery
of a message.  The exact reason for refusal is
conveyed back to the client.</description>
      <rfc>
        <xref type="rfc" data="rfc5429"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>relational</name>
      <description>Extends existing conditional tests in Sieve language
to allow relational operators</description>
      <rfc>
        <xref type="rfc" data="rfc5231"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>replace</name>
      <description>adds the "replace" action for replacing a MIME body part
of a message.</description>
      <rfc>
        <xref type="rfc" data="rfc5703"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>servermetadata</name>
      <description>adds tests for checking for server metadata item
existence and for retrieving of a server metadata value.</description>
      <rfc>
        <xref type="rfc" data="rfc5490"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>spamtest</name>
      <description>Provides a test to check for varying likelihood of
an email message being spam.</description>
      <rfc>
        <xref type="rfc" data="rfc5235"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>spamtestplus</name>
      <description>Provides a test to check for varying likelihood of
an email message being spam, possibly using a percentage
range.</description>
      <rfc>
        <xref type="rfc" data="rfc5235"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>
    
    <record date="2019-01-29">
      <name>special-use</name>
      <description>adds a test for checking whether an IMAP
special-use attribute is assigned for a particular mailbox 
or any mailbox, and it adds the ability to file messages into 
a mailbox identified solely by a special-use attribute.</description>
      <rfc>
        <xref type="rfc" data="rfc8579"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>subaddress</name>
      <description>adds the ':user' and ':detail' address parts
for use with the address and envelope tests</description>
      <rfc>
        <xref type="rfc" data="rfc5233"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>vacation</name>
      <description>adds an action for generating an auto-reply saying
that the original message will not be read or
answered immediately</description>
      <rfc>
        <xref type="rfc" data="rfc5230"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>vacation-seconds</name>
      <description>adds the ":seconds" parameter to the Sieve Vacation
        extension.  Implementations that support this MUST also support
        "vacation".</description>
      <rfc>
        <xref type="rfc" data="rfc6131"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>variables</name>
      <description>Adds support for variables to the Sieve filtering language.</description>
      <rfc>
        <xref type="rfc" data="rfc5229"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>

    <record>
      <name>virustest</name>
      <description>Provides a test to check for varying likelihood of
there being malicious content in an email message.</description>
      <rfc>
        <xref type="rfc" data="rfc5235"/>
      </rfc>
      <xref type="person" data="Sieve_discussion_list"/>
    </record>
    
    <record date="2020-05-05">
      <name>vnd.cyrus.* (anything starting with "vnd.cyrus.")</name>
      <description>Extends the Sieve language with vendor-defined functionality specific to
        the Cyrus IMAP server (<xref type="uri" data="http://www.cyrusimap.org"/>).</description>
      <rfc>Not applicable</rfc>
      <xref type="person" data="Kenneth_Murchison"/>
    </record>

    <record date="2008-07-28">
      <name>vnd.dovecot.* (anything starting with "vnd.dovecot.")</name>
      <description>Extends the Sieve language with vendor-defined functionality specific to
the Dovecot Secure IMAP server (<xref type="uri" data="http://www.dovecot.org"/>).</description>
      <rfc>Not applicable</rfc>
      <xref type="person" data="Stephan_Bosch"/>
      <xref type="person" data="Timo_Sirainen"/>
    </record>

    <record date="2022-11-02">
      <name>vnd.stalwart.* (anything starting with "vnd.stalwart.")</name>
      <description>Extends the Sieve language with vendor-defined functionality specific to 
        the Stalwart JMAP server <xref type="uri" data="http://www.stalw.art"/>.</description>
      <rfc>Not applicable</rfc>
      <xref type="person" data="Mauro_De_Gennaro"/>
    </record>
  </registry>
  
  
  <registry id="urn-parameters">
    <title>Sieve URN Parameters</title>
    <xref type="rfc" data="rfc6134"/>
    <registration_rule>Specification Required</registration_rule>
    <expert>Unassigned</expert>
    <record>
      <name>addrbook</name>
      <rfc><xref type="rfc" data="rfc6134"/>, section 2.6</rfc>
    </record>
  </registry>
  
  <registry id="sieve-actions">
    <title>Sieve Actions</title>
    <xref type="rfc" data="rfc9122"/>
    <registration_rule>Expert Review</registration_rule>
    <expert>Alexey Melnikov, Ken Murchison</expert>
    <record date="2023-04-11">
      <name>addheader</name>
      <description>Add a header field to the existing message header</description>
      <xref type="rfc" data="rfc5293"/>
      <capabilities>"editheader"</capabilities>
      <action>All subsequent tests and actions apply to the altered message</action>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>addflag</name>
      <description>Add IMAP flags to a list of IMAP flags that would be set on the message if it gets delivered to a mailbox</description>
      <xref type="rfc" data="rfc5232"/>
      <xref type="rfc" data="rfc5229"/>
      <capabilities>"imap4flags", "variables"</capabilities>
      <action/>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>convert</name>
      <description>Convert body parts from one MIME type to another</description>
      <xref type="rfc" data="rfc6558"/>
      <capabilities>"convert"</capabilities>
      <action>All subsequent tests and actions apply to the altered message</action>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>deleteheader</name>
      <description>Remove a header field from the existing message header</description>
      <xref type="rfc" data="rfc5293"/>
      <capabilities>"editheader"</capabilities>
      <action>All subsequent tests and actions apply to the altered message</action>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>discard</name>
      <description>Silently throw away the message</description>
      <xref type="rfc" data="rfc5228"/>
      <capabilities/>
      <action/>
      <cancels>Yes</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>enclose</name>
      <description>Enclose a message as an attachment to a new message</description>
      <xref type="rfc" data="rfc5703"/>
      <capabilities>"enclose"</capabilities>
      <action>All subsequent tests and actions except "redirect" apply to the altered message</action>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>ereject</name>
      <description>Refuse delivery of the message</description>
      <xref type="rfc" data="rfc5429"/>
      <capabilities>"ereject"</capabilities>
      <action>This action is incompatible with the "vacation" action. Typically is not permitted with actions that cause mail delivery, such as "keep", "fileinto", and "redirect"</action>
      <cancels>Yes</cancels>
      <imap>No</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>extracttext</name>
      <description>Store text of a MIME part into a variable</description>
      <xref type="rfc" data="rfc5703"/>
      <xref type="rfc" data="rfc5229"/>
      <capabilities>"extracttext", "variables"</capabilities>
      <action/>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>fileinto</name>
      <description>Deliver the message into the specified mailbox</description>
      <xref type="rfc" data="rfc5228"/>
      <xref type="rfc" data="rfc3894"/>
      <xref type="rfc" data="rfc5232"/>
      <xref type="rfc" data="rfc5490"/>
      <xref type="rfc" data="rfc9042"/>
      <xref type="rfc" data="rfc8579"/>
      <capabilities>"fileinto", "copy", "imap4flags", "mailbox", "mailboxid", "special-use"</capabilities>
      <action>Use of :copy suppresses cancellation of implicit keep</action>
      <cancels>Yes</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>keep</name>
      <description>File the message into the user's main mailbox</description>
      <xref type="rfc" data="rfc5228"/>
      <xref type="rfc" data="rfc5232"/>
      <capabilities>"imap4flags"</capabilities>
      <action/>
      <cancels>Yes</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>notify</name>
      <description>Send a notification to a user</description>
      <xref type="rfc" data="rfc5435"/>
      <xref type="rfc" data="rfc8580"/>
      <capabilities>"enotify", "fcc"</capabilities>
      <action/>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2024-08-16">
      <name>processcalendar</name>
      <description>Add and update items on a user's calendars</description>
      <xref type="rfc" data="rfc9671"/>
      <xref type="rfc" data="rfc5229"/>
      <xref type="rfc" data="rfc6134"/>
      <capabilities>"processcalendar", "variables", "extlists"</capabilities>
      <action>This action is incompatible with the "reject" and "ereject" actions.</action>
      <cancels>No</cancels>
      <imap>No</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>redirect</name>
      <description>Send (forward) the message to another user</description>
      <xref type="rfc" data="rfc5228"/>
      <xref type="rfc" data="rfc3894"/>
      <xref type="rfc" data="rfc6009"/>
      <xref type="rfc" data="rfc6134"/>
      <capabilities>"copy", "redirect-dsn", "redirect-deliverby", "extlists"</capabilities>
      <action>Use of :copy suppresses cancellation of implicit keep</action>
      <cancels>Yes</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>reject</name>
      <description>Refuse delivery of the message</description>
      <xref type="rfc" data="rfc5429"/>
      <capabilities>"reject"</capabilities>
      <action>This action is incompatible with the "vacation" action. Typically is not permitted with actions that cause mail delivery, such as "keep", "fileinto", and "redirect"</action>
      <cancels>Yes</cancels>
      <imap>No</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>removeflag</name>
      <description>Remove IMAP flags from a list of IMAP flags that would be set on the message if it gets delivered to a mailbox</description>
      <xref type="rfc" data="rfc5232"/>
      <xref type="rfc" data="rfc5229"/>
      <capabilities>"imap4flags", "variables"</capabilities>
      <action/>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>replace</name>
      <description>Replace a MIME part</description>
      <xref type="rfc" data="rfc5703"/>
      <capabilities>"replace"</capabilities>
      <action>All subsequent tests and actions except "redirect" apply to the altered message</action>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>set</name>
      <description>Store a value in a variable</description>
      <xref type="rfc" data="rfc5229"/>
      <capabilities>"variables"</capabilities>
      <action/>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>setflag</name>
      <description>Set IMAP system flags or keywords that would be set on the message if it gets delivered to a mailbox</description>
      <xref type="rfc" data="rfc5232"/>
      <xref type="rfc" data="rfc5229"/>
      <capabilities>"imap4flags", "variables"</capabilities>
      <action/>
      <cancels>No</cancels>
      <imap>Yes</imap>
      <comments/>
    </record>
    <record date="2023-04-11">
      <name>vacation</name>
      <description>Implement a vacation autoresponder</description>
      <xref type="rfc" data="rfc5230"/>
      <xref type="rfc" data="rfc6131"/>
      <xref type="rfc" data="rfc8580"/>
      <capabilities>"vacation", "vacation-seconds", "fcc"</capabilities>
      <action>This action is incompatible with the "reject" and "ereject" actions.</action>
      <cancels>No</cancels>
      <imap>No</imap>
      <comments/>
    </record>
  </registry>

  <people>
  <person id="EXTRA_discussion_list">
      <name>EXTRA discussion list</name>
      <uri>mailto:extra&amp;ietf.org</uri>
    </person>
    <person id="Jutta_Degener">
      <name>Jutta Degener</name>
      <org>Sendmail, Inc.  6425 Christie Ave, 4th Floor Emeryville, CA 94608</org>
      <uri>mailto:jutta&amp;sendmail.com</uri>
    </person>
    <person id="Kenneth_Murchison">
      <name>Kenneth Murchison</name>
      <uri>mailto:sieve&amp;cyrusimap.org</uri>
      <updated>2020-05-05</updated>
    </person>
    <person id="Mauro_De_Gennaro">
      <name>Mauro De Gennaro</name>
      <uri>mailto:mauro&amp;stalw.art</uri>
      <updated>2022-11-02</updated>
    </person>
    <person id="Sieve_discussion_list">
      <name>Sieve discussion list</name>
      <uri>mailto:sieve&amp;ietf.org</uri>
    </person>
    <person id="Stephan_Bosch">
      <name>Stephan Bosch</name>
      <uri>mailto:stephan&amp;rename-it.nl</uri>
    </person>
    <person id="Timo_Sirainen">
      <name>Timo Sirainen</name>
      <uri>mailto:tss&amp;iki.fi</uri>
    </person>
  </people>
</registry>
