[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] How is Date header supposed to be added?



On Fri, 17 Feb 2012 22:51:38 -0500, Joshua Pettett wrote:
> Thanks for the response.  But is it possible to get cron to use this
> without custom-compiling it?

The easiest way is to use the wrapper script around msmtp that I
suggested: no need to custom-compile anything, you just copy a one-line
script to your boxes.

Building this directly into msmtp would be a little more work, since
msmtp currently assumes that it must never alter the contents of a
mail. Therefore, it has no idea about the mail structure, and in
particular it does not know which headers are already present.

Martin