Hi all,

just a minor thing: Why does `doveadm proxy list` repeat the header line after each entry? Too me, that just makes the output harder to read.

So instead of this:

root@mail1 ~ # doveadm proxy list
username            proto   src ip        dest ip         port
[email protected]     imap    80.152.196.98 222.133.127.53  993
username            service src-ip        dest-ip         dest-port
[email protected]     imap    80.152.196.98 222.133.127.53  993
username            service src-ip        dest-ip         dest-port
[email protected]     imap    80.152.196.98 222.133.127.53  993
username            service src-ip        dest-ip         dest-port
[email protected]       imap    83.149.131.71 222.133.127.53  993
username            service src-ip        dest-ip         dest-port
[email protected]       imap    83.149.131.71 222.133.127.53  993


I'd prefer this:

root@mail1 ~ # doveadm proxy list
username            proto   src ip        dest ip         port
[email protected]     imap    80.152.196.98 222.133.127.53  993
[email protected]     imap    80.152.196.98 222.133.127.53  993
[email protected]     imap    80.152.196.98 222.133.127.53  993
[email protected]       imap    83.149.131.71 222.133.127.53  993
[email protected]       imap    83.149.131.71 222.133.127.53  993


The repeated header lines also happen with other formatters.


Regards,
  Michael

Reply via email to