Le 13 oct. 08 à 10:45, ML a écrit :
Hello,
I use dovecot + dspam and a very simple global sieve script : require "fileinto"; if header :contains "X-DSPAM-Result" "Spam" { fileinto "SPAM"; stop; }
Ok seem I need to use INBOX.SPAM instead of SPAM for fileinto Same issue with trash plugin fyi
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@sd2i.com): msgid=<8a24c15885037554724ff966f5458592@newsletter.RedSquare.com.au
: save failed to SPAM: Unknown namespace Oct 13 10:31:52 h8h1 deliver(ml@sd2i.com): sieve runtime error:
Fileinto: Generic Error Oct 13 10:31:52 h8h1 deliver(ml@sd2i.com): sieve_execute_bytecode(/ usr/local/mail/.dovecot.sievec) failed Oct 13 10:31:53 h8h1 deliver(ml@sd2i.com): msgid=<8a24c15885037554724ff966f5458592@newsletter.RedSquare.com.au : saved mail to INBOXAy idea ?
another question : I use virtual users only, they all have a
quota_rule from mysql with different quota size, but I put a
quota_rule2 globally to ignore Trash since the ignore= doesn't work
anymore with 1.1, is that valid or do I need to add the quota_rule2
to mysql results too ?
Seem to work that way too :)
Thanks, David.