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([EMAIL PROTECTED]): msgid=<[EMAIL PROTECTED] >: save failed to SPAM: Unknown namespace Oct 13 10:31:52 h8h1 deliver([EMAIL PROTECTED]): sieve runtime error: Fileinto: Generic Error Oct 13 10:31:52 h8h1 deliver([EMAIL PROTECTED]): sieve_execute_bytecode(/ usr/local/mail/.dovecot.sievec) failed Oct 13 10:31:53 h8h1 deliver([EMAIL PROTECTED]): msgid=<[EMAIL PROTECTED] >: saved mail to INBOX

Ay 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.

Reply via email to