search for: anndress

Displaying 4 results from an estimated 4 matches for "anndress".

2020 Jul 12
2
Sieve and handling multiple addresses
...cc can be one single header test > > https://p5r.uk/blog/2011/sieve-tutorial.html > > allof will force all headers to match, and thus it will not always work if foo is not in both > > will this solve it ? That is helpful, but I still do not see how to test for "email has anndress other than this address". If I simply say the address does not contain the address, then to will not match any mail that is sent to both foo at ewxample.com AND to another unknown email. -- 'I'm not a thief, madam. But if I were, I would be the kind that steals fire from the gods....
2020 Jul 19
3
Sieve and handling multiple addresses
...> https://p5r.uk/blog/2011/sieve-tutorial.html >>> >>> allof will force all headers to match, and thus it will not always work if foo is not in both >>> >>> will this solve it ? >> That is helpful, but I still do not see how to test for "email has anndress other than this address". If I simply say the address does not contain the address, then to will not match any mail that is sent to both foo at ewxample.com AND to another unknown email. > > Maybe you could use the ":count" match from the "relational" extension to ch...
2020 Jul 18
0
Sieve and handling multiple addresses
...der test >> >> https://p5r.uk/blog/2011/sieve-tutorial.html >> >> allof will force all headers to match, and thus it will not always work if foo is not in both >> >> will this solve it ? > That is helpful, but I still do not see how to test for "email has anndress other than this address". If I simply say the address does not contain the address, then to will not match any mail that is sent to both foo at ewxample.com AND to another unknown email. Maybe you could use the ":count" match from the "relational" extension to check wheth...
2020 Jul 12
2
Sieve and handling multiple addresses
I an trying to write a sieve action that will take mail that is addressed to a user only it is filed in a mailbox (e.g. "Direct") if it is to the email AND to any other email address, then file it in a mailbox named, e.g. "Cc". And if the mail is not addressed to the user at all, sieve does nothing with it. Message 1: to foo at example.com => Direct Message 2: to/cc foo at