On 8.3.2011, at 21.40, Mike Abbott wrote:
> When I set imap_id_log=* in dovecot-2.0.11 and a client sends, say,
> tag id ("a" "b" "c" "d")
> then dovecot logs:
> ID sent: a=b, b=c, c=d
> The following patch makes it log instead:
> ID sent: a=b, c=d
Thanks, committed: http://hg.d
When I set imap_id_log=* in dovecot-2.0.11 and a client sends, say,
tag id ("a" "b" "c" "d")
then dovecot logs:
ID sent: a=b, b=c, c=d
The following patch makes it log instead:
ID sent: a=b, c=d
--- a/dovecot/src/lib-imap/imap-id.c(revision 113366)
+++ b/dovecot/src/lib