Autor: Marilyn Davis Datum: To: Tony Finch CC: exim-users Betreff: Re: [exim] domains in condition
Thank you dot-at-dot-at-dot-at. BTW, I enjoy your address whenever I
see it.
On Tue, 4 Jan 2005, Tony Finch wrote:
> On Tue, 4 Jan 2005, Marilyn Davis wrote:
> >
> > I'm trying to arrange for a certain $received_protocol to get through
> > my routers without any mysql lookups at all -- so that I can send a
> > panic message from my application, even when mysql is the thing that I
> > am panicked about.
>
> If you know the recipient address(es) of these messages, why not have a
> router near the start which hard-codes their destination?
Thank you. But indeed I want the recipient addresses to be flexible.
Parsing the $received_protocol gives all the info needed for a
delivery of this sort, so a lookup isn't necessary -- but getting to
the right router without a lookup is.