On 2018-03-01 21:55, Brian Spraker wrote: > Went through and had to do quite a bit of removal of some ACLs for > that to work. the acl_not_smtp cannot check for authentication > (duh..), cannot check receipients (which is odd?), and can't check for > invalid local_parts (which is odd?).
How did you check the recipients and local_parts? That should work, by my reading of the spec: However, the sender and recipients are known, so the senders and sender_domains conditions and the $sender_address and $recipients variables can be used. Variables such as $authenticated_sender are also available. -- Please don't Cc: me privately on mailing lists and Usenet, if you also post the followup to the list or newsgroup. To reply privately _only_ on Usenet and on broken lists which rewrite From, fetch the TXT record for no-use.mooo.com. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
