Chris G: > I have a mail sent across my LAN (from postfix to postfix) whose headers > start as follows:- > > From r...@zbmc.eu Tue Nov 23 08: 2:13 2010
Please verify that this line is from Postfix and not from procmail or some other software. In the case of Postfix, the time+date stamp is produced by the asctime() system library function, as shown below. Please file a bug with your vendor, and don't forget to include your locale since the bug may be language-dependent. vstream_fprintf(dst, "From %s %.24s%s", *sender == 0 ? MAIL_ADDR_MAIL_DAEMON : vstring_str(buf), asctime(localtime(&now)), eol); In the case of procmail or some other software, please file a bug there. Wietse