Displaying 1 result from an estimated 1 matches for "8a24c15885037554724ff966f5458592".
2008 Oct 13
1
Unkown namespace / sieve
...e script :
require "fileinto";
if header :contains "X-DSPAM-Result" "Spam" {
fileinto "SPAM";
stop;
}
with dovecot 1.0 all run fine, but moving to 1.1 I experience this in
maillog :
Oct 13 10:31:52 h8h1 deliver(ml at sd2i.com): msgid=<8a24c15885037554724ff966f5458592 at newsletter.RedSquare.com.au
>: save failed to SPAM: Unknown namespace
Oct 13 10:31:52 h8h1 deliver(ml at sd2i.com): sieve runtime error:
Fileinto: Generic Error
Oct 13 10:31:52 h8h1 deliver(ml at sd2i.com): sieve_execute_bytecode(/usr/
local/mail/.dovecot.sievec) failed
Oct 13 10:31:53 h...