On 4/29/07, ketanbparekh <[EMAIL PROTECTED]> wrote:
Hi All, I wanna filter mails by searching their body content. For eg. if a mail contains information such as words "missile" or content which is unauthorised to a company needs to be rejected. Does jsieve supports body content filtering? If not then do we need to provide implementations for body command like header.java is given....
AFAIK the sieve specification does not allow searching on body content. however, JSieve is extensible and so it should be possible for you to implement an extension which will do that. checkout the latest source and take a look at org.apache.james.jsieve.optional.Log. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
