]> www.infradead.org Git - users/dwmw2/eximconf.git/commitdiff
Allow support@mydomain.com to send messages without Date: header
authorroot <root@bombadil.infradead.org>
Sun, 17 Mar 2013 22:20:16 +0000 (18:20 -0400)
committerroot <root@bombadil.infradead.org>
Sun, 17 Mar 2013 22:20:16 +0000 (18:20 -0400)
include/acl-content

index bb53ece72bd654a12d1dfe2c905199a63799da3f..b1a95104cb823aa87022c3102de62e6cdb9c4b91 100644 (file)
@@ -123,7 +123,7 @@ check_content:
                but no 'Re:' in Subject:\n$acl_m_greylistreasons
 
   # Reject for lack of Date: header, except for bounces
-  deny !senders = :
+  deny !senders = : support@mydomain.com
        condition = ${if !def:h_Date: {1}}
        message = Your message lacks a Date: header, which RFC5322 says it MUST have.