I know one has to do something like
send_mail => "professor"
but how exactly to I do that without inadvertently changing any other permissions? That is, I'm tempted to say...
%permissionLevels = (send_mail => "professor");...but I'm concerned lest that override all permissions set in global.conf rather than modify it.