! {{page}}
New to ((Tiki25)), email filters have been added to ((Cypht))
They leverage the Sieve standard, if provided by the server. If not, just a command to Tiki ((Scheduler)) or on a cron job:
{CODE()}
* php console.php sieve:filters
{CODE}
Exceptions:
!!! Only available in Sieve
* redirects (like a forward expect that email is modified so replies go the the original sender)
!!! Only available in Tiki
* Functionality not covered by the Sieve standard
!!! 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.
On this #tikiexpresstutorial, using #tiki19 I’ll show you:
How to enable a feature from the Control Panels
How to enable a Global Feature from the features panel
How to enable an Interface feature
A quick overview of the Programmer features
And where to look for feature options