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@oryx.com.
Last modified: 2008-08-04
Location: aox.org/sieve/body