On Wed, Apr 05, 2006, listrcv wrote:
> in exim3, there was an option to check the syntax of mail headers
> (headers_check_syntax or so).
> How do I enable that with exim4?
try:
deny message = Your message does not conform to RFC2822 standard
log_message = message header failed syntax check
!verify = header_syntax
HTH,
-- sh