From 5655a920775c854a988f8df2be370ae2a7dfc8a3 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 9 May 2009 15:35:58 +0200 Subject: [PATCH] exim: Accept mails without a valid sender in the headers. A mail should still have a valid envelope from address, but we'll not force mail to have a valid address in the headers. This is specifically so mail from the inter-actief.lokaal domain can still be delivered. --- etc/exim4/conf.d/acl/40_exim4-config_check_data | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/exim4/conf.d/acl/40_exim4-config_check_data b/etc/exim4/conf.d/acl/40_exim4-config_check_data index 58a65f3..a6f5a50 100644 --- a/etc/exim4/conf.d/acl/40_exim4-config_check_data +++ b/etc/exim4/conf.d/acl/40_exim4-config_check_data @@ -15,13 +15,6 @@ acl_check_data: message = Message headers fail syntax check !verify = header_syntax - - # require that there is a verifiable sender address in at least - # one of the "Sender:", "Reply-To:", or "From:" header lines. - deny - message = No verifiable sender address in message headers - !verify = header_sender - # Don't spamcheck big messages accept condition = ${if >{$message_size}{80k}} -- 2.30.2