Hello there, I searched both in the forum and around the web but I didn't found how to impement this function. I would like to set a filter to forward certain emails received on a emailbox to other (external) email boxes, depending on the content of the object. So, as example, if the object contains "xyz" the email will be forwarded to [email protected] Roundcube filters don't allow me to do that, they just allow to set and forward all messages to email address. The same I can do on ISP Config management panel. Any suggestions? Thank you Daniele
You can do that with a custom sieve filter (see last tab of the mailbox). Search at google e.g. for "sieve filter body contains" to get examples.
By default, the Sieve body check presents the message body as a single line string that contains no carriage returns or line feeds, allowing you to easily match regex rules against the entire message as in the “body :regex” example above. Server Name: IMAP Server: mail.tigertech.net Server Port: 4190 (Default)
Roundcube has a nice sieve filter editor with managesieve support that you can setup if you want to use that as the interface.