Hi, I would like to ask whether there is the possibility to implement Action: Redirect/Send copy to email for plugin ispconfig3_filter. Plugin in action work as: Set filter: all subjects containing word "offer" will send to email [email protected] Thanks for answer.
ISPConfig3 plugins for roundcube only provides management functions of ISPConfig. So it would be nice if you add this feature to system. I tried to create a sieve rule for forwarding email based on the expression and it works! But I do not know how to implement the Forward action in ISPConfig:-( tested working sieve rule: Code: if header :regex ["subject"] [".*word"] { redirect "[email protected]"; stop; }