Displaying 4 results from an estimated 4 matches for "102313".
Did you mean:
102,13
2018 Jul 18
3
doveadm expunge didn't clear Trash mailbox
Hi,
Why did my 'doveadm expunge' command not clear the Trash out of a mailbox?
The oldest messages was put into the Trash on the 26th June 2018 as shown in the file timestamp.
-rw------- 1 vmail mail 33056 Jun 26 16:46 1530031582.M768773P18242.mx10,S=33056,W=33510:2,RS
# doveadm -D expunge -u testuser at example.org mailbox Trash savedbefore 2d
Debug: Loading modules from
2018 Jul 18
3
doveadm expunge didn't clear Trash mailbox
...18 14:50:03
> 27296 2018-07-18 14:50:03
> 27297 2018-07-18 14:50:03
>
> # doveadm -f tab fetch -u {user} "uid date.saved" mailbox INBOX
> uid date.saved
> 94878 2018-07-18 14:53:46
> 100366 2018-07-18 14:53:46
> [... 140 lines removed ...]
> 102313 2018-07-18 14:53:46
> 102314 2018-07-18 14:53:46
> 102315 2018-07-18 14:53:46
>
> This would explain why the cron script I use to blow away old deleted mail
> has not fired in ages.
>
> Is this a bug, or am I not understanding what "savedbefore" means now? It...
2018 Jul 18
0
doveadm expunge didn't clear Trash mailbox
...lines removed ...]
27295 2018-07-18 14:50:03
27296 2018-07-18 14:50:03
27297 2018-07-18 14:50:03
# doveadm -f tab fetch -u {user} "uid date.saved" mailbox INBOX
uid date.saved
94878 2018-07-18 14:53:46
100366 2018-07-18 14:53:46
[... 140 lines removed ...]
102313 2018-07-18 14:53:46
102314 2018-07-18 14:53:46
102315 2018-07-18 14:53:46
This would explain why the cron script I use to blow away old deleted mail
has not fired in ages.
Is this a bug, or am I not understanding what "savedbefore" means now? It
certainly has changed behaviour s...
2009 Nov 12
2
A combinatorial optimization problem: finding the best permutation of a complex vector
Hi,
I have a complex-valued vector X in C^n. Given another complex-valued vector Y in C^n, I want to find a permutation of Y, say, Y*, that minimizes ||X - Y*||, the distance between X and Y*.
Note that this problem can be trivially solved for "Real" vectors, since real numbers possess the ordering property. Complex numbers, however, do not possess this property. Hence the