I am using a cloud based spam filter solution (SpamExperts) to filter incoming email instead of SA on the server. I've setup the spam filter not to block any email but instead to alter the subject line by adding a [spam] tag to the message.
Now I would like to get all messages that contain the [spam] tag in the subject to be moved to spam folder.
I know filter rules can be setup trough Roundcube for each mailbox separately. Those rules are stored at
However I am searching for a way to set this up globally as a default for each mailbox. Including mailboxes that are newly created.
Any one any suggestions on how to go about this?
Now I would like to get all messages that contain the [spam] tag in the subject to be moved to spam folder.
I know filter rules can be setup trough Roundcube for each mailbox separately. Those rules are stored at
Code:
/var/qmail/mailnames/example.com/jdoe/sieve
However I am searching for a way to set this up globally as a default for each mailbox. Including mailboxes that are newly created.
Any one any suggestions on how to go about this?