Displaying 2 results from an estimated 2 matches for "arch_project".
2015 Jul 17
2
[Sieve] Unable to fileinto subfolders
...script:
require "fileinto";
if header :contains "Subject" "[SORT ME]" { fileinto "INBOX.Sorted"; }
Yields the following error:
Jul 16 18:54:46 smtp dovecot: lmtp(james at lottspot.vpn): Error:
DiJmNGZgqFWLFAEANWXNPw: sieve: msgid=<4973528.yvy4Yu8Tt4 at arch_project>:
failed to store into mailbox 'INBOX.Sorted': Character not allowed in
mailbox name: '.'
As far as I can tell based on the Sieve usage page in the wiki
(http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage), this is *supposed* to
work. I have included my namespace configuration...
2015 Jul 17
0
[Sieve] Unable to fileinto subfolders
...ileinto";
>if header :contains "Subject" "[SORT ME]" { fileinto "INBOX.Sorted"; }
>
>Yields the following error:
>
>Jul 16 18:54:46 smtp dovecot: lmtp(james at lottspot.vpn): Error:
>DiJmNGZgqFWLFAEANWXNPw: sieve: msgid=<4973528.yvy4Yu8Tt4 at arch_project>:
>
>failed to store into mailbox 'INBOX.Sorted': Character not allowed in
>mailbox name: '.'
[snip]
>namespace inbox {
> type = private
> separator = /
> prefix =
> inbox = yes
Your path does not exist. You use INBOX.Sorted in your sieve scrip...