30 Jun
2013
30 Jun
'13
4:38 p.m.
Add the :create flag to your SIEVE rule in order to automatically create mailboxes if nonexistent.
require "fileinto";
if address :is ["To","CC"] "info@domain.com" { fileinto :create "public/info"; }
Regards Daniel