Re: mail not getting filtered using jsieve

2007-04-12 Thread robert burrell donkin
On 4/11/07, ketanbparekh <[EMAIL PROTECTED]> wrote: Hi All, hi Can anybody provide me some inputs. i've recently added code that should aid in debugging sieve scripts to trunk. i'd recommend checking out the latest code, turning up debugging and then using ScriptChecker to test and debug y

Re: mail not getting filtered using jsieve

2007-04-11 Thread ketanbparekh
t;>> # Try and catch unsolicited email. If a message is not to me, >>> # or it contains a subject known to be spam, file it away. >>> # >>> elsif anyof (not address :all :contains >>>["To", "Cc", "Bcc"] "

Re: mail not getting filtered using jsieve

2007-04-10 Thread ketanbparekh
header :matches "subject" >>["*make*money*fast*", "*university*dipl*mas*"]) >> { >> # If message header does not contain my address, >> # it's from a list. >> fileinto "spam"; # move to "spam" folder >> } >&g

Re: mail not getting filtered using jsieve

2007-04-10 Thread Norman Maurer
Where is your sieveConfig.xml located ? Is it in the right path ? bye Norman ketanbparekh schrieb: > Hi All, > > I am using james-2.3.0 and jsieve for content filtering > > I have created two users user1 and user2 through telnet. I have configured > outllook for sending mails from user1 to user1(

mail not getting filtered using jsieve

2007-04-10 Thread ketanbparekh
uot;personal"; } # # Reject any large messages (note that the four leading dots get # "stuffed" to three) # if size:over 1M { reject text: Please do not send me large attachments. Put your file on a server and send me the URL. Thank you. Fred . ;