Hey John, I found that this method only works for email addresses s that are non country specific (e.g .com .net .org etc.) - In order for the replace rule to include the country identifier (e.g email@domain.com.au)I have modified the code to look like this:
MailTo Cloaker
href=['"]?mailto:(\w+[a-zA-Z0-9.\-_]*)@(\w+)\.(\w+)([\.a-zA-z]+)['"]?
href="javascript:window.location.replace('ma'+'ilto:'+'$1'+'@'+'$2'+'.$3'+'$4')"
Hope this helps! Cheers, Ardi |