-
Fix committed to trunk.
2009-11-16 12:28:48 UTC in SmartSieve
-
stephengrier committed revision 422 to the SmartSieve SVN repository, changing 2 files.
2009-11-16 12:27:50 UTC in SmartSieve
-
It is not possible to save a custom rule when it is the first rule in a script. Clicking "Save Changes" generates a "You must supply an argument for this action" error.
This is caused by line 128 of rule.php which initializes a new custom rule if empty($ruleID). But if the rule is the first in the script $ruleID will be 0, and empty($ruleID) will be true.
The following patch fixes.
---...
2009-11-16 12:10:34 UTC in SmartSieve
-
SmartSieve STARTTLS support is broken in relation to dovecot's Managesieve server. This should work if you disable starttls in SmartSieve. Set 'use_starttls' => false in your servers.php.
2009-05-01 10:47:26 UTC in SmartSieve
-
stephengrier committed revision 421 to the SmartSieve SVN repository, changing 3 files.
2009-02-11 14:56:08 UTC in SmartSieve
-
stephengrier committed revision 420 to the SmartSieve SVN repository, changing 2 files.
2009-01-19 11:31:32 UTC in SmartSieve
-
Confirmed this is a bug in 1.0-RC2. The submitted patch provides a decent fix. I've committed it to the subversion trunk.
Thanks.
2008-11-21 11:20:44 UTC in SmartSieve
-
stephengrier committed revision 419 to the SmartSieve SVN repository, changing 2 files.
2008-11-21 11:16:34 UTC in SmartSieve
-
What have you got sieve_maxscriptsize set to in your imapd.conf? This defaults to 32k and you may be hitting this limit.
2008-11-18 11:03:11 UTC in SmartSieve
-
stephengrier committed revision 418 to the SmartSieve SVN repository, changing 2 files.
2008-11-10 17:49:46 UTC in SmartSieve