Method code for $smtp.fmt_aliases_setting()

[Turn on line numbering]
arg data;
var a;

return map a in (data) to (a[1] + ":" + a[2].mail_name()).join(", ");

// Created 13-Oct-1996 as a part of ColdCore, see: @help Credit

Tlon