The Body extension allows sieve scripts to test for the presence of strings in the body text(s) of email messages.
Archiveopteryx supports it fully. However, the :raw test is executed on the message as it will be stored, which may be different from what arrived. For example, the line breaks in quoted-printable encodings may be moved.
The simplest usage of body is like this:
if body :text :contains "Archiveopteryx" { fileinto "inboxes/archiveopteryx"; }
In case of questions, please write to info@aox.org.
Last modified: 2010-05-02
Location: aox.org/sieve/body