Noel Jones:
> On 5/1/2014 10:57 AM, Marcus wrote:
>> Noel Jones:
>>> Or maybe a PCRE map that replies to both "*" and not-local domains,
>>> leaving only the local domains for the slow map.
>>
>> Can PCRE reply be non-static or pseudo-random (if you will)?
>
> No. But it can respond very quickly to a list (or a !not list),
> allowing you to avoid unwanted lookups to the slow map.
>
> if !/@example\.com$/
> if !/@example\.org$/
> if !/@example\.edu$/
> /./  :
> endif
> endif
> endif

Ok, "*" and $mydomain are never overridden, and the rest is overridden
with dynamic (always changing) transport name.
AFAIK there's no way of doing that without table such as mysql,
socketmap, tcp ...
any type that queries an end point that can handle non-static output.

Reply via email to