search for: scriptit

Displaying 3 results from an estimated 3 matches for "scriptit".

Did you mean: scripsit
2018 May 30
1
Struggling with sieve, fileinto and variables.
...to: > > fileinto :create "${name}"; > > > fails and files into inbox. As does: > > fileinto :create "${1}"; > > > It makes no difference if the fileinto is placed inside the if > statement or otherwise. Using sieve-test suggests the basic scriptit > should work and traces show the right action. > > On a related matter the script Im actually trying to get to work is: > > require ["variables", "envelope", "fileinto", "subaddress", > "mailbox"]; > > if envelop...
2018 May 30
2
Struggling with sieve, fileinto and variables.
Hi, Im on Manjaro linux fully up to date running dovecot 2.3.1-2 pigeonhole 0.5.1-2 All is running well except I am having problems with fileinto - it refuses to use variables, and mailboxexists is also failing for me. Im just dealing with plus addressing - should be simple but the behaviour Im experiencing isnt right. require ["variables", "envelope",
2018 May 30
0
Struggling with sieve, fileinto and variables.
...o: > > fileinto :create "${name}"; > > > fails and files into inbox. As does: > > fileinto :create "${1}"; > > > It makes no difference if the fileinto is placed inside the if > statement or otherwise. Using sieve-test suggests the basic scriptit > should work and traces show the right action. > > On a related matter the script Im actually trying to get to work is: > > require ["variables", "envelope", "fileinto", "subaddress", > "mailbox"]; > > if envelo...