Hello!

Tried to set a filter to forward an email but without luck.

-- require ["copy"];
# rule:[weiterleitung]
if header :contains "to" "[email protected]"
{
        redirect :copy "[email protected]";
        stop;
}

Also a

 -- require ["copy"];
# rule:[weiterleitung]
if header :contains "to" "[email protected]"
{
        redirect "[email protected]";
        stop;
}

does not work. How can I solve this?

Regards

  Andreas

Attachment: pgp5UraT8RiUw.pgp
Description: Digitale Signatur von OpenPGP

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

Reply via email to