From: Spencer C. <sp...@sp...> - 2025-04-14 08:51:59
|
Hi, After a recent update of my Arch Linux system my fetchmail is now at release 6.5.2+TLS+NLS. Since updating to this release, I'm seeing timestamps appearing in the fetchmail output, where they didn't appear before. For instance, sample output used to be: ----------------------------------------------- 2 messages for spencercollyer at mail.plus.net (89359 octets). reading message spe...@ma...:1 of 2 (47364 octets) flushed reading message spe...@ma...:2 of 2 (41995 octets) flushed ----------------------------------------------- But now I'm getting: ----------------------------------------------- Apr 04 09:00:00 fetchmail: 3 messages for spencercollyer at mail.plus.net (82284 octets). Apr 04 09:00:00 fetchmail: reading message spe...@ma...:1 of 3Apr 04 09:00:00 fetchmail: (31026 octets) flushed Apr 04 09:00:00 fetchmail: reading message spe...@ma...:2 of 3Apr 04 09:00:00 fetchmail: (31715 octets) flushed Apr 04 09:00:01 fetchmail: reading message spe...@ma...:3 of 3Apr 04 09:00:01 fetchmail: (19543 octets) flushed ----------------------------------------------- I'd like to go back to the old style format, as I don't really need the timestamp - I always call fetchmail in a cron job so don't need the timestamp as the mail from cron tells me when it iwas run. Failing that, is it possible to at least get rid of the second timestamp on each line? That is just noise which makes the message harder to read. I've looked over the help that's printed if you use `fetchmail -h` but don't see anything on there. Thanks, Spencer |