
11 May
2020
11 May
'20
12:55 a.m.
This is on Fedora32 which ships without an MTA, and I don't want to add one. Procmail may be ok... So I am experimenting with using procmail directly for cron output. My crontabargs is: CRONDARGS=-m "/usr/bin/procmail -f cron" But since cronie is not putting a DATE header in its output, there is no DATE header in my local mail spool. I have dug around a bit and can't seem to find a way for procmail to add a DATE header. How may I do this? thanks