If your mail server doesn't support Sieve, Tiki will handle the filtering. Just add a command to Tiki Scheduler or a cron job:
Copy to clipboard
php console.php sieve:filters
Exceptions:
Only available in Sieve
Redirects (like a forward except that email is modified so replies go to the original sender)
Better in Sieve
Rejecting: When done via Sieve, it is done when the email delivery is attempted. So the mail server is instructed not to accept the email, which is way better than accepting, and then replying with a bounce message. Ref: http://www.dontbouncespam.org/#BVR
Only available in Tiki
Functionality not covered by the Sieve standard. Ex.:
Planned feature: Moving an email from one mailbox to another (In Sieve, it's possible to redirect, but a move is cleaner because a redirect could bounce)
Future plans
More action will be added later (ex.: create a task from an email with a certain pattern, etc.)