beautypg.com

Examples, Description, Field type – Google Message Security Batch Reference Guide User Manual

Page 403: Authorization

background image

Batch User Fields

415

Examples

When the field is returned as output, example as empty:

approved_recipients empty

Adding a mailing list to the Approved Mailing list, either is correct:

modifyuser [email protected],

[email protected]

modifyuser [email protected],

[email protected]

Removing a mailing list from a user’s Approved Mailing list:

modifyuser [email protected], approved_recipients=-

[email protected]

Adding a domain and removing a domain from the Approved Mailing list,
either is correct:

modifyuser [email protected],

approved_recipients=”+jumboinc.com,-hugeisp.com”

modifyuser [email protected], approved_recipients=”jumboinc.com,-

hugeisp.com”

Clearing the Approved Mailing list:

modifyorg sales, approved_recipients=NULL

Description

Approved recipient address list:

(empty) -- This field is not active. It is empty.

Lists can be comma delimited

Each address or domain needs its own operator (+ or -). The + symbol is
optional. The - symbol is required.

Field Type

User-level

Authorization

Read: Sender Lists

Write: Sender Lists