On 02/01/2008 16:09, Marc Perkel wrote:
> If I have a list of domains in a DB4 file, how can I set a retry rule
> based on membership in that file? Or - can I do it conditionally based
> on an ACL variable?
At a guess, something like
dbm;/etc/mail/retrydomains.db * F,24h,30m;
might appear above your default retry rule.
The fine manual says the first item is anything which may appear in an
address list -
http://www.exim.org/exim-html-current/doc/html/spec_html/ch32.html#SECID158
- so the usual lookups and expansions should be available.
Cheers,
John.