Recently I’ve discovered, or rather was annoyed by, the fact that my emails aren’t sorted by my sieve script anymore.I must have changed my Postfix configuration, because my mail transport was configured to be procmail instead of dovecot-lda. So I quickly changed my config to: mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT" and my filters started...
Dovecot sieve, filter existing emails
D