[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


_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to