On 31 May 2014 15:11, hua peng <[email protected]> wrote: > But have a question that, how can I translate a standard email address > to a rName within SOA, and then translate it back? is there a standary > library for doing this? (I use Ruby, but py/pl are fine).
Rname to Email: replace the first unescaped "." with an @ symbol, unescape any escaped "." Email to Rname: any "." symbols before @ escape with "\", replace @ with "." e.g. s\.j\.carr.gmail.com = [email protected] _______________________________________________ dns-operations mailing list [email protected] https://lists.dns-oarc.net/mailman/listinfo/dns-operations dns-jobs mailing list https://lists.dns-oarc.net/mailman/listinfo/dns-jobs
