On Thu, 22 Jun 2006 11:30:43 +0100 Adam Funk wrote:
> How cna I configure Exim 4 to add Date and Message-ID headers --- if
> they are missing --- to messages received by SMTP?
warn condition = ${if !def:h_Message-Id: {1}}
add_header = Message-Id: <[EMAIL PROTECTED]> (auto-added)
log_message = Added Message-Id <[EMAIL PROTECTED]>
--Frank Elsner
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/