2 ### acl/30_exim4-config_check_mail
3 #################################
5 # This access control list is used for every MAIL command in an incoming
6 # SMTP message. The tests are run in order until the address is either
11 message = no HELO given before MAIL command
12 condition = ${if !def:sender_helo_name }
16 # vim: set sts=2 expandtab sw=2 ai: