Hello
I'm currently trying to migrate from my old .procmail setup to Sieve with some difficulties .
The Lda service is running fine and the Sieve Scripts generated by the OX are executed, but I have one problem.
Let's take this script for example:
The Problem I'm having here is that when the rule is executed the mail doesnt land in the .Trash Folder under INBOX like expected, another folder is created named .INBOX.Trash under the real INBOX, and thats not what anybody want's.
Is there any Option to set a IMAP Path in the OX Config ? that would solve my problem, i guess
any idea would be appreciated.
LG
ps: sry for my bad english
I'm currently trying to migrate from my old .procmail setup to Sieve with some difficulties .
The Lda service is running fine and the Sieve Scripts generated by the OX are executed, but I have one problem.
Let's take this script for example:
Code:
# Generated by OX Sieve Bundle on Fri Mar 13 10:59:07 UTC 2009 require "fileinto" ; ## Flag: |UniqueId:0|Rulename: test if header :contains "Subject" "bla" { fileinto "INBOX.Trash" ; stop ; }
Is there any Option to set a IMAP Path in the OX Config ? that would solve my problem, i guess
any idea would be appreciated.
LG
ps: sry for my bad english
Comment