Modifyuser, Suspenduser, Troubleshooting: batch – Google Message Security Batch Reference Guide User Manual
Page 25

26
modifyuser
Syntax:
modifyuser username [field=value]...
suspenduser
Syntax:
suspenduser username [notify] [hardSuspend] [deliver]
•
suspend
: All filtering services are turned off.
•
notify
: User receives mail explaining the suspension.
•
hardSuspend
: User is flagged as not allowed to log into the web site.
•
deliver
: Any quarantined email for the user is delivered. Virus infected email
is not cleaned.
Troubleshooting: Batch
Batch validation fails because a Batch command argument contains the comma
“,” character.
In the Administration Console, the comma character, is used to delimit different
arguments passed to a batch command, as described in “Batch Commands
Syntax” on page 18. Within a batch command argument, include
double quotes in a
comma delimited value list
,
so that the comma will not be used as a delimiter.
Examples:
modifyuser [email protected], approved_senders=”+yahoo.com,+aol.com”
modifyorg “Jumbo, Inc”, [email protected]
Batch Validation fails although command syntax is correct.
The batch validator does not take into account previous changes made within a
batch file. This implies that the following batch command sequence will cause a
validation error.
adduser [email protected]
addalias [email protected], [email protected]
If the syntax is correct, then these batch commands can be processed in this
sequence without error.