30 Sep
2007
30 Sep
'07
4:53 p.m.
On Wed, 2007-09-26 at 15:02 +0200, Frank Behrens wrote:
The current deliver with sieve plugin for dovecot seems to support this RFC, but has the detail information not available. If I use
require ["subaddress", "fileinto", "reject"]; require "envelope"; if envelope :detail "to" "junk" { fileinto "junk"; }
the rule is not triggered, because the detail information from envelope is not available. Deliver gets the user information only via command line switch "-d".
Added -a parameter to hg deliver + hg sieve plugin.