Le 05/04/2022 à 09:16, Aki Tuomi a écrit :
On 04/04/2022 13:44 Jean-Max Reymond wrote:
Hi,
I have postfix running and sometimes and I have some duplicate emails
with the same Message-ID.
With dovecot sieve, I understand that duplicate option remove these
emails but I don't understand the
> On 04/04/2022 13:44 Jean-Max Reymond wrote:
>
>
> Hi,
> I have postfix running and sometimes and I have some duplicate emails
> with the same Message-ID.
> With dovecot sieve, I understand that duplicate option remove these
> emails but I don't understand the configuration to apply.
> Tha
Hi,
I have postfix running and sometimes and I have some duplicate emails
with the same Message-ID.
With dovecot sieve, I understand that duplicate option remove these
emails but I don't understand the configuration to apply.
Thanks for your tips,
# doveconf -n
# 2.3.7.2 (3c910f64b): /etc/dove
On 2018-02-23 (18:01 MST), @lbutlr wrote:
>
>>> First, even after expunging a message and running doveadm index -u
>>> kremels ?Archive?, subsequent runs still show the same duplicate
>>> messages.
>>
>> I suspect client side caching.
>
> No, there is no client side involved. I am executing all
On 2018-02-23 (16:47 MST), Joseph Tam wrote:
>
> On Fri, 23 Feb 2018, @lbutlr wrote:
>
>> $ doveadm -f table fetch -u kremels 'hdr.message-id guid uid
>> hdr.x-listname' mailbox "Archive" | sort| awk 'cnt[$1]++{if
>> (cnt[$1]==2) print prev[$1]; print} {prev[$1]=$0}' |grep -E "[0-9] +$"
>> |awk
On Fri, 23 Feb 2018, @lbutlr wrote:
$ doveadm -f table fetch -u kremels 'hdr.message-id guid uid
hdr.x-listname' mailbox "Archive" | sort| awk 'cnt[$1]++{if
(cnt[$1]==2) print prev[$1]; print} {prev[$1]=$0}' |grep -E "[0-9] +$"
|awk '{print "doveadm expunge -u kremels MAILBOX-GUID "$2" UID "$3}
OK, perhaps I tried to cover too much, so let's just look at this:
If I run this command, I get no errors:
doveadm expunge -u kremels MAILBOX-GUID 1488800748.47633_1.mail.covisp.net UID
22908
But, if I search again
doveadm -f table fetch -u kremels 'hdr.message-id guid uid hdr.x-listname'
ma
In a quest to remove “duplicate” messages sent to both me and lists I subscribe
to I came up with this, which I think should clean out my Archive folder, but
I’ve been unable to get it to work for scanning all on my list-user email.
$ doveadm -f table fetch -u kremels 'hdr.message-id guid uid hd