Displaying 1 result from an estimated 1 matches for "anyotherdept".
2013 Nov 14
6
Sieve script problem (don't know if is it possible to do this)
...sing my mind trying to classify my outgoing messages with
sieve-test (2.0.9, centos 6.4). It came to the point I think it's not
even possible with a sieve script.
I need to classify my outgoing messages in three folders:
1- To my department (@dept.example.com)
2- To my company (@example.com, @anyotherdept.example.com)
(anyotherdept.example.com as in a way to say "any other domain that
ends with 'example.com', but not 'dept.example.com'")
3- To the rest of the word (@any.other.domain)
The problematic requirement is I need to make a copy in EVERY IMAP
folder that applies. Fo...