Timo Sirainen wrote:
The "Quota exceeded" is still not configurable. I guess maybe it could be, since it's pretty much the only visible rejection reason and people have been asking for it for so long.. For v1.1: http://hg.dovecot.org/dovecot/rev/740a17139b67
Cool, thx.
Managesieve's author is also writing a new Sieve implementation from scratch. I'm hoping it eventually replaces the current dovecot-sieve, but that patch doesn't look too invasive, so I guess I could include it. Except for these:
sieve-cmu.c: In function 'dovecot_sieve_compile_buffer': sieve-cmu.c:606: warning: passing argument 1 of 'sieve_generate_bytecode' from incompatible pointer type sieve-cmu.c: In function 'cmu_sieve_run': sieve-cmu.c:654: warning: passing argument 4 of 'dovecot_sieve_compile_buffer' from incompatible pointer type
I'm not sure why it even works. :)
Huh, I must haves messed up something when diff'ing, as it compiled and worked for me :) I'll recheck and repost it when ready, I'm quite busy these days :/
BR, Przemyslaw