Method code for $mail_lib.has_mail_perms()

[Turn off line numbering]
  1: arg @args;
  2: var obj;
  3: 
  4: for obj in (args) {
  5:     if (!(obj in mail_system) && !$sys.is_system(obj))
  6:         return 0;
  7: }

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon