On 02/01/2008 17:08, Marc Perkel wrote: > Thanks John, I'm going to give that a try. However, I would like to say > that perhaps the retry logic be rewritten so that more complex > conditionals can be used. Perhaps something like ACLs have.
More complex conditionals can be used; take a look at the full documentation for address lists: http://www.exim.org/exim-html-current/doc/html/spec_html/ch10.html#SECTaddresslist I'm not sure what you'd make it conditional on, though. Do you want retry strategy to depend on message content? If you do, I suspect that's beyond the scope of exim, but you might achieve it using some combination of `exipick` and `exim -M`. Cheers, John. -- ## 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/
