Add the :create flag to your SIEVE rule in order to automatically create mailboxes if nonexistent.
require "fileinto"; if address :is ["To","CC"] "[email protected]" { fileinto :create "public/info"; } Regards Daniel
Add the :create flag to your SIEVE rule in order to automatically create mailboxes if nonexistent.
require "fileinto"; if address :is ["To","CC"] "[email protected]" { fileinto :create "public/info"; } Regards Daniel