History: Email filters
Source of version: 10
Copy to clipboard
! {{page}} New to ((Tiki25)), email filters have been added to ((Cypht)). They leverage the Sieve standard, using https://packagist.org/packages/henrique-borba/php-sieve-manager If your mail server doesn't support Sieve, Tiki will handle the filtering. Just add a command to Tiki ((Scheduler)) or a cron job: {CODE()} php console.php sieve:filters {CODE} Exceptions: !!! Only available in Sieve * Redirects (like a forward except that email is modified so replies go to the original sender) !!! Better in Sieve * Blocked sender bounce: 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 rejection message. !!! Only available in Tiki * Functionality not covered by the Sieve standard. Here more and more features will be added like move an email to a tracker item via ((Email folders Tracker Field)) !! Future plans * We will leverage ((Machine Learning)) so Tiki learns how you filter your emails manually. !! Related links * Initial commit: https://gitlab.com/tikiwiki/tiki/-/merge_requests/1837