On Jan 20, 2021, at 12:32 PM, Piotr Auksztulewicz <d...@hasiok.net> 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. > > Sieve RFCs. I was afraid of that :-( > plugin { > sieve_user_log = <path> > } > > It's per-user and written with logged-in user rights, so you probably > wan't be able to put it in /var/log unless you use some clever permissions > setup, depending on how you run imap processes. I don't know if it > supports %u expansion or something. I’m only using global sieve scripts, but that’s a good point. Thanks! rg