From: Carlos E. R. <rob...@te...> - 2017-11-17 12:57:03
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday, 2017-11-17 at 00:30 -0500, grarpamp wrote: > Check the manpage enable verbose logging, you might be > able to parse something out of that log, but whatever > count and format you're looking for probably isn't there yet. > You'd probably want to account for failures and completes > too, both in remote server and local delivery. > You could submit a simple local patch by checking return > status of mda phase adding a counter / printf. > Or parse it from log of your mda such as maildrop. Verbose logging is already enabled, but I did not see anything easily suitable. There are some lines like (pop3): 4 messages for LOGIN at SERVER but that is not easy to grep for, so one like for each account. This could be another: IMAP< * 1509 EXISTS or IMAP< * OK [UNSEEN 3] First unseen. But at the final point, nothing: 6.3.26 querying imap.gmail.com (protocol IMAP) at 2017-11-15T00:13:47 CET: poll completed normal termination, status 0 - -- Cheers, Carlos E. R. (from openSUSE 42.2 x86_64 "Malachite" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAloO3JIACgkQtTMYHG2NR9Ub0QCeNtPw931w2BOmepjaMA72U4Ai HKgAn1mEQ2Vng3V6KiM/aRhZZeaTKsjs =hF56 -----END PGP SIGNATURE----- |