On Sun, 4 Jun 2006, Martin A. Brooks wrote: > > As part of an ACL I'd like to explictly re-route mail to a specific > address. So, if $acl_m1 is equal to 1 the message would always routed > to [EMAIL PROTECTED] This seems to require a cross between a router and > an ACL and I don't quite see how to write it.
Make a decision about setting $acl_m1 in the ACL, then define a router that is conditional on the value of $acl_m1. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
