Displaying 2 results from an estimated 2 matches for "localdomain1".
Did you mean:
localdomain
2019 Nov 16
2
Sieve and recipient_delimiter
...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 domains:
if anyof ( header :contains ["From"] [?kreme.com", ?localdomain1.tld?,
"localdomain2.tld", "localdomain3.tld", ?covisp.net? ]){
fileinto :create "priority";
}
--
She'd always tried to face towards the light. But the harder you stared into
the brightness the harsher it burned into you until, at last, the tempta...
2019 Nov 17
0
Sieve and recipient_delimiter
...rs 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 domains:
>
> if anyof ( header :contains ["From"] [?kreme.com", ?localdomain1.tld?,
> "localdomain2.tld", "localdomain3.tld", ?covisp.net? ]){
> fileinto :create "priority";
> }
>
>
>
> --
> She'd always tried to face towards the light. But the harder you stared into
> the brightness the harsher it...