306
approved_senders (for orgs)
The approved_senders field holds an email address or domain to be added or
removed from the organization-level Approved Senders list.
Syntax
approved_senders=< [+ ] | -email address>, ... | < [+] | -domain name>,...|
<empty>
Examples
• When field is returned as output:
approved_senders jim@hugeisp.com
• Adding a sender to the org’s Approved Senders list, either is correct:
modifyorg sales, approved_senders=+jim@hugeisp.com
modifyorg sales, approved_senders=jim@hugeisp.com
• Removing a sender from a org’s Approved Senders list:
modifyorg sales, approved_senders=-jim@hugeisp.com
• Adding a domain and removing a domain from the org’s Approved Senders
list, either is correct:
modifyorg sales, approved_senders=”+jumboinc.com,-hugeisp.com”
modifyorg sales, approved_senders=”jumboinc.com,-hugeisp.com”
• See approved_senders (for users) for examples of adding senders to the
user’s Message Center Approved Senders list.
Description
Addresses and domains can be added or removed from the org-level Approved
Senders list:
• Each address or domain needs its own operator (+ or -). The + symbol is
optional. The - symbol is required.
• empty -- The field is not active.
• Lists of addresses or domains are comma delimited, and must be enclosed in
quotes.
Example:
approved_senders=”+jumboinc.com,-hugeisp.com”
Komentáře k této Příručce