Dear list, I have sieve filtering setup threw lmtp to dovecot. Dovecot does the filtering. It works. But for the subaddressing it doesn't.
According to rfc5233 I have to: require "subaddress", which I have done. I have to use (explicit example): # File mailing list messages (subscribed as "ken+mta-filters"). if envelope :detail "to" "mta-filters" { fileinto "inbox.ietf-mta-filters"; } I have: # Catch the encrypted sent BCC message if envelope :detail "to" "sent" { # filter "gpgit.pl" "pascal"; fileinto "Sent"; stop; } I test by sending myself an email with the localpart pascal+sent. What am I missing? -- Met vriendelijke groet, Pascal Huisman Murphy's Law of Research: Enough research will tend to support your theory.