[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: forward mail to a local user



mester@xxxxxxxxxxx writes:
> if header :contains ["received"] "for EMAIL@ALIAS" {
>         forward localuser;
> }

Try forward "localuser@xxxxxxxxxxxxxxxx";

Some software does not have the concept of local users at all.

Arnt