Method code for $smtp.fmt_aliases_setting()

[Turn off line numbering]
  1: arg data;
  2: var a;
  3: 
  4: 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