from the 1.16-pre1 doc:

" If this filters returns '4, 5 or 6' the message is rejected and is
    stopped in its travel. If the filter modifies the message it must return  '7'."
....

"Additional flags are allowed to be returned to XMail as a result of
    filter processing by adding the flags value to the exits code above
    listed. The currently defined flags are :  '16'
        Stop selected filter list processing."

The docs doesn't go into what effect the different return codes has on the message
(atleast I couldn't find it).
figuring the old codes are remapped into new values, is this a correct assumption :

old     new
-----------------
96   -> 0 ???
97   -> 4
98   -> 5
99   -> 6
100 -> 7

Furthermore, aside from the rc+16 ones, are all other possible rc's treated as if ?? 
(old rc 96) ?


/thomas.



-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to