RFC 6134
Sieve Extension: Externally Stored Lists, July 2011
Cite this RFC: TXT | XML | BibTeX
DOI: https://doi.org/10.17487/RFC6134
Discuss this RFC: Send questions or comments to the mailing list sieve@ietf.org
Other actions: Submit Errata | Find IPR Disclosures from the IETF | View History of RFC 6134
Abstract
The Sieve email filtering language can be used to implement email whitelisting, blacklisting, personal distribution lists, and other sorts of list matching. Currently, this requires that all members of such lists be hard-coded in the script itself. Whenever a member of a list is added or deleted, the script needs to be updated and possibly uploaded to a mail server.
This document defines a Sieve extension for accessing externally stored lists -- lists whose members are stored externally to the script, such as using the Lightweight Directory Access Protocol (LDAP), the Application Configuration Access Protocol (ACAP), vCard Extensions to WebDAV (CardDAV), or relational databases. [STANDARDS-TRACK]
For the definition of Status, see RFC 2026.
For the definition of Stream, see RFC 8729.