Related commands, Related fields, See also – Google Message Security Batch Reference Guide User Manual
Page 391: Virus_clean, Syntax, Examples, Description

Batch Organization Fields
403
Related Commands
•
Input: modifyorg
•
Output: displayorg
Related Fields
See Also
virus_clean
The virus_clean field is a flag indicating whether a virus cleaning is allowed for this
organization.
Syntax
virus_clean=<off/0 | on/1>
Examples
•
When the field is returned as output:
virus_clean 1 (on)
•
To change the setting:
modifyorg sales, virus_clean=1
Description
Flag indicating whether virus cleaning is allowed for this organization.
•
off -- Virus cleaning is not enabled for this organization
•
on -- Messages can have virus cleaning and be delivered if successful
Note:
The numeric equivalents to ‘on’ and ‘off’ are useful for debugging purposes.
For robust production code, use the text value, ‘on’ or ‘off’.