Il 21/10/2013 21:29, Benny Pedersen ha scritto:
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
Hi, thanks for the reply. Can I do this visually using the managesieve user interface from roundcube?
I have Roundcube Webmail 0.9.4 and using the managesieve plugin 6.2.
Thanks, Davide