sieve-2----Page:3
1  2  3  4  5  6  7  8 

Mime test
For Sieve tests on MIME parts, a new Sieve test (mime) is defined.
Syntax: mime [COMPARATOR] [MATCH-TYPE] []
Two uses: in an iterator context and outside of an iterator context
Within an iterator context:
The "mime" test will examine the current MIME part context (as set by the "for.every.part" iterator).
Similar in concept to the Sieve "address" test, it will parse the MIME header lines so that tests can be performed on specific elements.
Outside an iterator context:
it applies the test against all MIME body parts and returns true if any of them satisfies the test.
PPT Version