Hi,

* David T-G [02-07-22 15:30:39 +0200] wrote:
> ...and then Sven Guckes said...
> % * David Thorburn-Gundlach <[EMAIL PROTECTED]> [2002-07-22]:

> % i think you can tell your MTA to accept all headers as
> they are.  % whether this includes the date: header -
> dunno.  never tried it.

> Any ideas whether mutt writes the Date: header at all,
> though?  I don't even know that much.

,-
| pdmef@klaus:~$ grep Date ~/tmp/builds/mutt/*
| ~/tmp/builds/mutt/sendlib.c:  snprintf (s, len,  "Date: %s, %d %s %d %02d:%02d:%02d 
|%+03d%02dn",
`-

You could have found out by setting $sendmail to something
like: "/usr/bin/tee > /tmp/foobar". Your wrapper just needs
to grep out the original "Date:" and insert a new one (you
could also do it by piping through 'formail -i').

   bye, Rocco

Reply via email to