[horde] Custom filters with Ingo

Philip Frei pjf at gmx.de
Sun Oct 9 12:02:10 UTC 2016


Hello,

I use Ingo with a managedsieve server as my filter application. Now I
want to add a custom filter like this one:

require ["fileinto", "vnd.dovecot.filter"];

if address :matches "To" "me at domain.com" {
    filter "gpgit" "me at domain.com";
    fileinto "INBOX.encrypted";
    stop;
}

But I can't define an additional require entry or another filter line
like "filter "gpgit...". This is not possible with Ingos' default
text fields in the interface.

Is there are way how to achieve that?

greetings,
Philip



More information about the horde mailing list