Re: Sieve fileinto :create is failing

2021-01-21 Thread @lbutlr
On 20 Jan 2021, at 13:12, Ron Garret wrote: > 1. Is there any documentation about what “requires” are needed to access > various features? The only source I’ve found for this is reverse-engineering > examples. This list an the RFCs. > 2. Is there a way to change the location of the sieve

Re: Sieve fileinto :create is failing

2021-01-20 Thread Aki Tuomi
> On 20/01/2021 22:37 Ron Garret wrote: > > > On Jan 20, 2021, at 12:32 PM, Piotr Auksztulewicz wrote: > > > On Wed, Jan 20, 2021 at 12:12:40PM -0800, Ron Garret wrote: > >> 1. Is there any documentation about what “requires” are needed > >> to access various features? The only source

Re: Sieve fileinto :create is failing

2021-01-20 Thread Ron Garret
On Jan 20, 2021, at 12:32 PM, Piotr Auksztulewicz wrote: > On Wed, Jan 20, 2021 at 12:12:40PM -0800, Ron Garret wrote: >> 1. Is there any documentation about what “requires” are needed >> to access various features? The only source I’ve found for this is >> reverse-engineering examples. > >

Re: Sieve fileinto :create is failing

2021-01-20 Thread Piotr Auksztulewicz
On Wed, Jan 20, 2021 at 12:12:40PM -0800, Ron Garret wrote: > 1. Is there any documentation about what “requires” are needed > to access various features? The only source I’ve found for this is > reverse-engineering examples. Sieve RFCs. At least this is what I have used to learn sieve. Each

Re: Sieve fileinto :create is failing

2021-01-20 Thread Ron Garret
I think I figured out what happened. I think I edited the .sieve file but forgot to save it, so I was actually running an old version that did not have “mailbox” in the require statement. On which note, two more questions: 1. Is there any documentation about what “requires” are needed to

Re: Sieve fileinto :create is failing

2021-01-19 Thread Aki Tuomi
> On 20/01/2021 08:46 Ron Garret wrote: > > > On Jan 19, 2021, at 10:40 PM, Aki Tuomi wrote: > > > > >> On 19/01/2021 19:45 Ron Garret wrote: > >> > >> > >> I’m trying to get a sieve script to move messages into a folder, and to > >> create that folder if it doesn’t already exist.

Re: Sieve fileinto :create is failing

2021-01-19 Thread Ron Garret
On Jan 19, 2021, at 10:40 PM, Aki Tuomi wrote: > >> On 19/01/2021 19:45 Ron Garret wrote: >> >> >> I’m trying to get a sieve script to move messages into a folder, and to >> create that folder if it doesn’t already exist. I’m following the example >> code at: >> >>

Re: Sieve fileinto :create is failing

2021-01-19 Thread Aki Tuomi
> On 19/01/2021 19:45 Ron Garret wrote: > > > I’m trying to get a sieve script to move messages into a folder, and to > create that folder if it doesn’t already exist. I’m following the example > code at: > > https://doc.dovecot.org/configuration_manual/sieve/examples/ > > and doing

Sieve fileinto :create is failing

2021-01-19 Thread Ron Garret
I’m trying to get a sieve script to move messages into a folder, and to create that folder if it doesn’t already exist. I’m following the example code at: https://doc.dovecot.org/configuration_manual/sieve/examples/ and doing this: > require ["fileinto", "mailbox”]; > … > fileinto :create