On Tue, 21 Mar 2000, Mark Baker wrote:
> ----- Forwarded message from root <root@???> -----
>
> The director suffix option is supposed to be a string-list.
>
> However, suffix = .*:-* is _not_ equivalent to two separate directors with
> .* rsp. -*; it does not recognize an address like user-some.thing-else
> as belonging to user
That is because the list is processed from left to right, and processing
stops as soon as a suffix matches. It will turn that address into
local_part = user-some
suffix = .thing-else
If you had defined the suffix list the other way round it would have
turned it into
local_part = user
suffix = -some.thing-else
I'm afraid that's just the way suffixes work.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.