Eric Abrahamsen writes: > Emacs comes with a sieve.el package that can interact with a dovecot > sieve server. I tried it once without reading the documentation, screwed > it up, and didn't bother going back and doing it right. I'm sure it > works just fine, if you actually learn to use it :) It works for me against Cyrus IMAP's managesieve server. From *Group*, I press `D g' to generate my sieve script (based on group sieve parameter), and `C-c RET' in the sieve file to start a connection against the remote server, fill in the hostname, username and password, and then `C-c l' in the first buffer to upload it to the server. /Simon