Displaying 1 result from an estimated 1 matches for "sprachnachricht".
2013 Sep 10
1
Sieve Filter global vs user specific
...bal
}
/etc/dovecot/sieve/global:
require ["vacation","copy","fileinto","body","imap4flags"];
# rule:[Redirect]
if anyof(header :contains "From" "f...ing.telefonanlage at firma.intern",
header :contains "Subject" "Sprachnachricht")
{
stop;
}
user specific rules are as follows
# rule:[Redirect]
if true
{
redirect :copy "users at theirhomes.de";
}
I hope my English is understandable (got quite a cold andfighting to keep my
eyes open so my English is not the best today ;-) )
I'm sure the solutio...