mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
don't use runCmdforUsers()
This commit is contained in:
@@ -14443,7 +14443,7 @@ def ProcessGAMCommand(args):
|
||||
#doImap(users)
|
||||
runCmdForUsers(doImap, users, default_to_batch=True)
|
||||
elif command == 'sendemail':
|
||||
runCmdForUsers(sendEmail, users, default_to_batch=True)
|
||||
sendEmail(users)
|
||||
elif command == 'language':
|
||||
doLanguage(users)
|
||||
elif command in ['pop', 'pop3']:
|
||||
|
||||
Reference in New Issue
Block a user