Autoexpunge not working for Junk?

2019-07-24 Thread Amir Caspi via dovecot
Hi all, I set up dovecot a couple of months ago and am having trouble getting autoexpunge=30d to work on my Trash and Junk mailboxes. Not sure why not because I'm not getting error messages in my log. Running "doveadm search -u mailbox Junk savedbefore 30d" shows me many messa

Re: Sieve adding header content to a different header

2019-07-24 Thread Alex JOST via dovecot
Am 23.07.2019 um 15:40 schrieb @lbutlr via dovecot: Given a message itht he headers: Subject: This is the subject: X-Foo: bar how would I do the following: 1) Add the contents of X-Foo to subject Subject: [bar] This is the subject 2) replicate the X-Foo header into X-temp

Re: Sieve adding header content to a different header

2019-07-24 Thread @lbutlr via dovecot
> Subject: This is the subject: > X-Foo: bar > > how would I do the following: > > 1) Add the contents of X-Foo to subject > Subject: [bar] This is the subject > > 2) replicate the X-Foo header into X-temp > X-temp: X-foo-bar Is there a sieve list that might be more appropriate for

lmtp with non ASCII Parameters changed in dovecot 2.3

2019-07-24 Thread Matthias Lay via dovecot
Hi, I updated from 2.2 to 2.3 and noticed lmtp rejects parameters containing non ASCII now. this worked with dovecot-2.2 lmtp. the string is already denied after reading in "smtp_command_parse_parameters()" mail from: 500 5.5.2 Invalid command syntax is there a plan to change this behaviour,