On 05-Jun-23 21:47, lloyd.wood@xxxxxxxxxxx wrote:
Stripping email addresses from public mailing list archives is considered best practice these days.
For example, the linux kernel mailing list webarchive is filled with <> instead of email addresses.
Which makes it useless for many legitimate purposes.
It's IMHO futile to try to conceal our (IETF/IRTF participants') email addresses, as well as being against established policy, as Jay has pointed out. If your email provider combined with your user agent don't provide adequate spam detection, you will have problems regardless of IETF policy.
On 06-Jun-23 19:00, Alessandro Vesely wrote:
At least, those pages could obscure addresses, for example like so:
<script type='text/javascript'>var a = new
Array('ietf@johnl','evine.com');document.write("<a
href='mailto:"+a[0]+a[1]+"'>"+a[0]+a[1]+"</a>");</script>
A few lines of code would defeat that, I think. As the site that you cited says "it is likely spambots will adjust and defeat most munging techniques." The section on "Identifying Spambots" seems more to the point (https://www.projecthoneypot.org/how_to_avoid_spambots_4.php). There are also some interesting suggestions in https://www.projecthoneypot.org/how_to_avoid_spambots_5.php
Brian