11 May
2006
11 May
'06
10:14 a.m.
Hi Luca.
Luca Corti wrote:
-- sieve.script --
require [ "fileinto" ];
if headers :contains "To" "luca@example.com" { ^ fileinto "Spam"; }
I think the problem is your sieve script. It should be "header" an not "headers".
and the message is there but no filtering is done and the sieve script is not compiled.
There should be a file "sieve.script.err" (in the same directory as your "sieve.script") which contains rudimental error messages.
Regards
Andreas