Roundcube filter

Discussion in 'Feature Requests' started by camel, Dec 5, 2014.

  1. camel

    camel New Member

    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.
     
  2. camel

    camel New Member

    Bump!
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    The roundcube plugins has its own feature and bug tracker on github.
     
  4. camel

    camel New Member

    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;
    }
     
    Last edited: Mar 6, 2015

Share This Page