About a year ago I asked about SMTPUTF8 in dovecot-lmtp, and then
dovecod did not handle it.
Is that changed?
KJ
--
http://wolnelektury.pl/wesprzyj/teraz/
A bore is someone who persists in holding his own views after we have
enlightened him with ours.
__
I tried to experiment with "index" extension and I found that, in case
"0" sieve-filter segfaults.
example code was:
--8<---cut here---start->8---
if header :index 0 :last :regex "received" "some regex here" { fileinto
"dedicated mailbox" ; }
--8<-