Hi,
On Mon, 4 Dec 2000, John Horne wrote:
> On 04-Dec-00 at 14:19:37 Tom Fischer wrote:
> > smartuser:
> > condition = "${if {{match {$original_domain} {mydomain.com}}}}}"
> > driver = smartuser
> > new_address = all@???
> >
> Two things:
> 1) you seem to have one too many '}' at the end;
> 2) did you mean something like:
>
> condition = "${if match {$original_domain} {mydomain.com} {true} \
> {false}}"
yeah, thx that's it. but it does'nt do what i want. My scenario:
external mails that doesn't match any local_user should be directed to a
mailbox. That works fine, but internal mails with no matching mailbox
should return with an error message. How can i do that?
Tom Fischer