Marek Kozlowski:
> > virtual_alias_maps = unionmap:{sth1, sth2}
> > if:
> > `sth1' maps someone1 -> someone2
> > `sth2' maps someone2 -> someone1
> 
> ERROR! Message not delivered due to recursion!

You can do the exacts same with just one table:

    a->b
    b->a

will produce 'unreasonable virtual_alias_maps map nesting for a --
message not accepted, try again later'.

So don't do that.

        Wietse

Reply via email to