pop3 deleted count
Dave
dovecot-e51 at deemzed.uk
Fri Sep 16 10:42:45 UTC 2016
On 16/09/2016 11:39, Dave wrote:
>
> On pop3 logout, we're seeing log lines where the deleted count is blank
> (using default pop3_logout_format), so "del=%d/%m" is displaying in the
> logs as:
>
> "del=/1186"
...
> Shouldn't this be:
>
> tab[4].value = client->delete_success ?
> dec2str(client->deleted_count) : "0";
Sorry, or even:
tab[4].value = dec2str(client->delete_success ?
client->deleted_count : 0);
depending on cleanup?
--
Dave
--
Dave
More information about the dovecot
mailing list