ietf-mta-filters
[Top] [All Lists]

Re: I-D ACTION:draft-ietf-sieve-refuse-reject-02.txt

2006-06-22 10:46:59

Arnt Gulbrandsen wrote:

What does the incompatibility imply?

If a script contains three blocks,

if a
   fileinto b
if c
   reject
if d
   fileinto e

what SHOULD happen if the message satisifies conditions a and c, and what if it satisfies c and d?

If the message satisfies both a & c (or both c & d), then this SHOULD result in a runtime error.