Sieve fileinto copies messages instead of moving them

2019-03-06 Thread Michael Goth via dovecot
Hi, we're running Doveocot 2.3.4.1 with Pigeonhole, from repo.webflow.org. As far as I understand the RFC for 'fileinto', the following Sieve script should move a message either into the folder "SPAM" or "MaybeSPAM": require ["fileinto"]; # rule:[SPAM] if header :contains "subject" "SPAMSPAM

Dovecot Wiki: Please disable edit on double click

2019-03-20 Thread Michael Goth via dovecot
Hi Aki, could you maybe disable the 'edit on doubleclick' feature on wiki2.dovecot.org? Everytime I try to select a word by double clicking on it, I end up in editing mode. It's just a minor thing, but maybe I'm not the only one who's annoyed by this ;) Thanks! Michael

Re: [ext] Dovecot Wiki: Please disable edit on double click

2019-03-20 Thread Michael Goth via dovecot
On 3/20/19 12:02 PM, Aki Tuomi via dovecot wrote: On 20.3.2019 12.59, Ralf Hildebrandt via dovecot wrote: * Michael Goth via dovecot : could you maybe disable the 'edit on doubleclick' feature on wiki2.dovecot.org? Everytime I try to select a word by double clicking on it, I

doveadm backup + ISO 8859-1 mailbox name

2019-04-03 Thread Michael Goth via dovecot
Hi! I'm trying to migrate a mailbox from an old IMAP server (not Dovecot) to a new Dovecot server with 'doveadm backup'. The command fails because of an unexpected character in a mailbox name: doveadm -o imapc_user=a...@example.org \ -o imapc_password=XXX \ -o imapc_host=old-

Re: doveadm backup + ISO 8859-1 mailbox name

2019-04-04 Thread Michael Goth via dovecot
On 4/3/19 2:23 PM, Sami Ketola via dovecot wrote: On 3 Apr 2019, at 13.40, Michael Goth via dovecot wrote: Hi! I'm trying to migrate a mailbox from an old IMAP server (not Dovecot) to a new Dovecot server with 'doveadm backup'. The command fails because of an unexpected

Dovecot 2.4: Segfault for "doveadm proxy kick foo bar"

2025-03-25 Thread Michael Goth via dovecot
Hi! The following command segfaults on Dovecot 2.4: #> doveadm proxy kick foo bar Segmentation fault (core dumped) Giving only one user (doveadm proxy kick foo) works: #> doveadm proxy kick foo 0 connections kicked It does not matter if the users actually exist on the server (so the above c