jls
Tue, 13 May 2008 07:44:35 -0700
Hi,
I have problems with the sieve filtering. I use the webcit interface and the
debian citadel server 7.35-36. Basically nothing works, but to start with
the most severe problem: if I redirect all mail to another account one and
the same message gets sent all the time. The incoming one ends up in the
Inbox.
The (webcit genarated) script is, as follows:
require "fileinto";
require "reject";
require "vacation";
require "envelope";
#
WEBCIT_RULE|0|MXxhbGx8Y29udGFpbnN8bGllbmVua2kjxcvhBlcnxsYXJnZXJ8MHxyZWRpcmVjdH
xBcmNoaXZ8am9lcm4uc2VzdGVyVubkBtb2JVlbWFpbC52bZm9uZS5kZXx8Y2GludWUA|
redirect "[EMAIL PROTECTED]";
# WEBCIT_RULE|1|MXxhbGx8Y29udmdlcnwwfGtlZXB8QXJjaGl2fHx8Y29udGludWUA|
keep;
stop;
regards,
Jörn