Jean-Luc Cooke wrote: > - if incoming mail is not authenticated and not local, then process > as normal (aliases, graylisting, procmail, etc)
Sure, there's an expansion variable again that contains the necessary information, it's called $sender_host_authenticated. Just add a condition to the "pipe_to_script" router that checks whether it's empty. See "Expansion variables" in the exim specification, it contains lots of usefull information. lg, daniel -- ## List details at http://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/
