[Dovecot] dovecot-sieve feature
Hi all.,
I am uing dovecot rc7 and dovecot-sieve both compiled from source. If I test sieve with feature redirect
require "redirect"; redirect "user@domain"; keep;
log says "sieve parse error: line 1: Unsupported features in require line" Is this normal?
Thanks !
Luis Venegas wrote:
require "redirect"; redirect "user@domain mailto:user@domain"; keep;
log says "sieve parse error: line 1: Unsupported features in require line" Is this normal?
I don't see that extension listed here:
http://wiki.fastmail.fm/wiki/index.php/SieveExtensionsSupportMatrix
And, in fact, redirect is listed as an "Action" in RFC-2038, so it is part of the core functionality. You shouldn't need to "require" it to use it.
HTH
John
-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748
participants (2)
-
John Peacock
-
Luis Venegas