--- proto/cf/aliases.cf~        Thu Feb  6 19:25:45 1997
+++ proto/cf/aliases.cf Mon Feb 10 17:41:37 1997
@@ -85,8 +85,11 @@
       a=$quad
       #mxh=$(setf $(last $a) ())

-       #key="$(elements $quad)"
-       key="$(channel $quad)$(user $quad)$(attributes $quad)"
+       # For  .forward (et.al.) the ATTRIBUTE may change, therefore
+       # we must not use it to the key -- in case we do a forwarding...
+       # That said, I don't think we need 'host'-part either..
+       #key="$(channel $quad)$(host $user)$(user $quad)"
+       key="$(channel $quad)$(user $quad)"
       didexpand=$(expansions "$key")

       al=()