On Fri, 7 Oct 2005, Eli wrote: > > addresslist local_peeps = [EMAIL PROTECTED];/etc/exim.host.db > +local_peeps * F,3h,5m; F,12h,15m; F,1d,1h; F,2d,3h > > As my only retry rule for handling all local users? If any of the > manualroute hosts failed, it would first search retries for that host (not > find it) and then would try the domain of the local user which would match - > correct?
Yes. > I'm only asking because I don't know if when Exim does this, a [EMAIL > PROTECTED] > would match because it sounds like exim is looking for only "domain" > (I'm thinking like pattern matching where [EMAIL PROTECTED] wouldn't match > domain > because of the *@). 32.2 Choosing which retry rule to use A domain on its own can match a domain pattern, or a pattern that starts with '*@'. 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/
