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
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
> 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
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,