I thought I might mention some code I finally wrote to stop user links being counted towards PageRank. It's matter of knowing where to add it (I put it on the display side on my OpenACS 4.6 installation).
I added this code:
regsub {href=("|')h[^"']+("|')} $message(content) {& rel="nofollow"} content
set message(content) $content
to this file:
packages/forums/www/message-chunk.tcl
And similar code to:
packages/general-comments/tcl/general-comments-procs.tcl
and
packages/general-comments/tcl/view-comment.tcl