perini.davide@dpsoftware.org_IMAP skrev den 2013-10-21 21:13:
I would like to write a rule like this:
if address ["To", "CC"] "address@example.com" { fileinto "High Priority"; }
How can I do this with the sieve interface for roundcubemail?
Is it possible to add a rule that detect the email address in CC using the managesieve plugin?
# rule:[test2] if allof (header :is [""To"",""CC""] "address@example.com") { fileinto "foldername"; }
this is content in raw sieve file, not what is seen in roundcube
hopefully its what you like to do, more help post your roundcube version