Sieve Scripts not working

Issue #243 resolved
Former user created an issue

I created a simple Sieve script to do a redirect. The redirect never gets sent nor do any error logs appear.

Here is my sieve script

require ["copy"];
# rule:[Test]
if true
{
        redirect :copy "terencebezman+5@gmail.com";
}

Comments (3)

  1. SH repo owner

    Yes redirects can be tricky. We have written SRS plugin which might solve this (finaly), but we need release version 2 with different mailserver core first.

  2. Log in to comment