torben fjerdingstad <[EMAIL PROTECTED]> wrote:
>Thoughts:
>
>When I convert the aliases file to dot-qmail files, the
>content of .qmail-torben:fjerdingstad gets
>&[EMAIL PROTECTED]
>
>Then I could create .qmail-bigboss:redirect with the content
>|bouncesaying "User has moved; please try $ALT-RECIPIENT" exit 0
>
>ALT-RECIPIENT should in this case be "[EMAIL PROTECTED]",
>but I don't know how to get that right in a simple way.
Why not just create .qmail-torben:fjerdingstad with:
!bouncesaying "User has moved; please try [EMAIL PROTECTED]"
-Dave