Displaying 2 results from an estimated 2 matches for "me_florin".
2019 Nov 16
2
Sieve and recipient_delimiter
..._delimiter addresseses quiet a bit, and I want to put several of them into a mailbox
if anyof (header :contains ["to"] [ ?FOO", ?foo", ?bar", ?florin"]) {
fileinto :create ?later";
stop;
}
When I get an email addressed to me+FOO at example.com or me_florin at example.com, the messages end up in my inbox (Yes, I have both + and _ defined as delimiters in postfix and in dovecot).
Is this because sieve is not seeing the delimiter? I am wondering this because I have another rule that seems to be working fine that is largely the same, but operates on dom...
2019 Nov 17
0
Sieve and recipient_delimiter
...t, and I want to put several of them into a mailbox
>
> if anyof (header :contains ["to"] [ ?FOO", ?foo", ?bar", ?florin"]) {
> fileinto :create ?later";
> stop;
> }
>
> When I get an email addressed to me+FOO at example.com or me_florin at example.com, the messages end up in my inbox (Yes, I have both + and _ defined as delimiters in postfix and in dovecot).
>
> Is this because sieve is not seeing the delimiter? I am wondering this because I have another rule that seems to be working fine that is largely the same, but opera...