The problem was that when someone makes a link like this:
<a href="http://www.domain.com/a.html" title="
click here">LINK</a>
Oprea useres did not see the URL. This filter will change these links to:
<a href="http://www.domain.com/a.html" title="
click here at domain.com">LINK</a>
[Patterns]
Name = "Add Domain to Title, civ"
Active = TRUE
Bounds = "<a*>"
Limit = 256
Match = "(<ashref=$AV((w://|)(www.|)([^.|..]w.*) /*)*)1title=$AV(2)(*)3>"
Replace = "1title="2 at "3>"
Best wishes
Arne

Imici username: Arne