Displaying 1 result from an estimated 1 matches for "h8h1".
Did you mean:
h8h
2008 Oct 13
1
Unkown namespace / sieve
...ot + dspam and a very simple global sieve 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_...