[ingo] use older sieve scripts after migration to ingo
Radim Roska
radim.roska at gmail.com
Sat Dec 1 19:04:29 UTC 2007
Hi !
I'm preparing new solution (mail,webmail,etc.) for one students
organization...there is old server that used for generating sieve scripts
another software...but i really like horde+imp+ingo and its features. So my
question is,....is there any way how to migrate old script into
ingo.bc ingo.script
Old very simple script looks for examle like this
---------------------------------------------------------------------------------------------
# Created by Websieve version 0.62
require ["fileinto"];
if allof (header :contains "X-Spam-Flag" "YES") {
fileinto "INBOX.spam";
}
else {
keep;
}
##PSEUDO script start
#rule&&0&&ENABLED&&&&&&&&folder&&INBOX.spam&&0&&X-Spam-Flag&&YES&&
#mode&&basic
---------------------------------------------------------------------------------------------
but of course some users have much more complicated scripts...
I'm sorry if its easy to find..but i'm already really exhausted...:)..you
know...what can go wrong will go wrong...;)
Thanks a lot...:)
-Radim
More information about the ingo
mailing list