Il 21/10/2013 21:29, Benny Pedersen ha scritto:
[email protected]_IMAP skrev den 2013-10-21 21:13:

I would like to write a rule like this:

if address ["To", "CC"] "[email protected]"
{
    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\""] "[email protected]")
{
    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
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to