Displaying 1 result from an estimated 1 matches for "qvg3xjpt1cgmh5cp".
2016 Feb 26
2
Dovecot sieve - How to check which username a mail is being delivered to?
Hi everyone,
I am looking for a way to check which mailbox an email is being
delivered to in a global sieve filter.
After not being able to find some kind of variable that is populated by
dovecot automatically, I tried to use the `Delivered-To` header.
I tried a check like this:
header :is "delivered-to" "<user at domain.org>"
Unfortunately, this does not only