Hello,
I have a problem with integration our existing and runing Sieve in OpenExchange 6.6.0-6602.
If I try to create a new rule under Settings->Mail->Filter after pressing the save button I got the following exception:
On the sieve side I see, that the login was ok.
But no rule was saved.
Did I make something wrong, or has anyone a idea what this could be?
Thank you!
Regards
Martin Bauer
I have a problem with integration our existing and runing Sieve in OpenExchange 6.6.0-6602.
If I try to create a new rule under Settings->Mail->Filter after pressing the save button I got the following exception:
Code:
SCHWERWIEGEND: AJP-0001 Category=7 Message=org.apache.jsieve.TagArgument exceptionID=-1289656148-1140
AJP-0001 Category=7 Message=org.apache.jsieve.TagArgument exceptionID=-1289656148-1140
at com.openexchange.ajp13.AJPv13Listener.run(AJPv13Listener.java:301)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.ClassCastException: org.apache.jsieve.TagArgument
at com.openexchange.mailfilter.ajax.json.Rule2JSON2Rule$6.createJSONFromTestCommand(Rule2JSON2Rule.java:476)
at com.openexchange.mailfilter.ajax.json.Rule2JSON2Rule$6.getAttribute(Rule2JSON2Rule.java:373)
at com.openexchange.mailfilter.ajax.json.Rule2JSON2Rule$6.getAttribute(Rule2JSON2Rule.java:519)
at com.openexchange.mailfilter.ajax.json.AbstractObject2JSON2Object.write(AbstractObject2JSON2Object.java:145)
at com.openexchange.mailfilter.ajax.json.AbstractObject2JSON2Object.write(AbstractObject2JSON2Object.java:163)
at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionList(MailfilterAction.java:253)
at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionList(MailfilterAction.java:98)
at com.openexchange.mailfilter.ajax.actions.AbstractAction.action(AbstractAction.java:97)
at com.openexchange.mailfilter.ajax.AJAXServlet.doGet(AJAXServlet.java:192)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:120)
at com.openexchange.ajp13.AJPv13RequestHandler.createResponse(AJPv13RequestHandler.java:466)
at com.openexchange.ajp13.AJPv13Connection.createResponse(AJPv13Connection.java:197)
at com.openexchange.ajp13.AJPv13Listener.run(AJPv13Listener.java:259)
... 1 more
Code:
Sep 5 16:50:16 postman cyrus/sieve[9606]: login: oxsv.intern.domain[10.0.0.74] user PLAIN User logged in
Did I make something wrong, or has anyone a idea what this could be?
Thank you!
Regards
Martin Bauer

Comment