Displaying 3 results from an estimated 3 matches for "folder8".
Did you mean:
folder
2018 May 30
2
Struggling with sieve, fileinto and variables.
...quot;fileinto", "subaddress", "mailbox"];
if envelope :matches :detail "to" "*" {
set :lower "name" "${1}";
}
if mailboxexists "${name}" {
fileinto :create "folder7";
} else {
fileinto :create "folder8";
}
Files into folder8. So the mailboxexists is failing.
## Started executing script 'plus-addressing'
3: envelope test
3: starting `:matches' match with `i;ascii-casemap' comparator:
3: getting `to' part from message envelope
3: extracting `detail'...
2018 May 30
1
Struggling with sieve, fileinto and variables.
...> if envelope :matches :detail "to" "*" {
> set :lower "name" "${1}";
> }
>
> if mailboxexists "${name}" {
> fileinto :create "folder7";
> } else {
> fileinto :create "folder8";
> }
>
>
> Files into folder8. So the mailboxexists is failing.
>
> ## Started executing script 'plus-addressing'
> 3: envelope test
> 3: starting `:matches' match with `i;ascii-casemap' comparator:
> 3: getting `to' part from...
2018 May 30
0
Struggling with sieve, fileinto and variables.
...> if envelope :matches :detail "to" "*" {
> ? ? set :lower "name" "${1}";
> }
>
> if mailboxexists "${name}" {
> ? ? ? ? fileinto :create "folder7";
> } else {
> ? fileinto :create "folder8";
> }
>
>
> Files into folder8. So the mailboxexists is failing.
>
> ? ? ?## Started executing script 'plus-addressing'
> ??3: envelope test
> ??3: ??starting `:matches' match with `i;ascii-casemap' comparator:
> ??3: ??getting `to' part from...