# FILE MANAGED BY PUPPET, CHANGES WILL BE REPLACED # # Controls access based on recipient email addresses or domains # Recipient access controls # Format: recipient_pattern action # Example: @example.com OK # Example: admin@foo.net REJECT <% @recipient_access_maps.each do |recipient, action| -%> <%= recipient %> <%= action %> <% end -%>