From: julm Date: Fri, 13 Sep 2013 18:16:01 +0000 (+0200) Subject: Correction : dovecot : sieve : extension . X-Git-Url: http://git.cyclocoop.org/%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29//%22http:/nl.wikipedia.org/wiki/%7B%7Bns:4%7D%7D:Verboden_woorden/%22?a=commitdiff_plain;h=1246715d38fb6230a46247cdc47acdb501bb2507;p=lhc%2Fateliers.git Correction : dovecot : sieve : extension . --- diff --git a/etc/dovecot/sieve/global.d/extension.sieve b/etc/dovecot/sieve/global.d/extension.sieve index b8579d9..dffa068 100644 --- a/etc/dovecot/sieve/global.d/extension.sieve +++ b/etc/dovecot/sieve/global.d/extension.sieve @@ -10,6 +10,6 @@ if envelope :matches :detail "TO" "*" { set "extension" "${1}"; } if not string :is "${extension}" "" { - fileinto :create "Extensions.${extension}"; + fileinto :create "Plus+${extension}"; stop; }