Batch Organization Fields 321
blocked_senders (for orgs)
The blocked_senders field lists an email address or a domain to be added or
removed from the organization-level Blocked Senders list. All messages from
these senders or domains will be quarantined.
Syntax
blocked_senders=< [+] | -emailaddress> | < [+] | -domain name | empty>,...
Examples
• When returning the field as output, and the value is empty:
blocked_senders empty
• Adding a sender to the org’s Blocked Senders list, either is correct:
modifyorg sales, blocked_senders=+jim@hugeisp.com
modifyorg sales, blocked_senders=jim@hugeisp.com
• Removing a sender from the org’s Blocked Senders list:
modifyorg sales, blocked_senders=-jim@hugeisp.com
• Adding a domain and removing a domain from a Blocked Senders list, either
is correct:
modifyorg sales, blocked_senders=”+jumboinc.com,-hugeisp.com”
modifyorg sales, blocked_senders=”jumboinc.com,-hugeisp.com”
Note: See blocked_senders (for user Blocked Sender lists) for examples of
blocking senders from the user’s Message Center Blocked Senders list.
Description
Addresses and domains can be added or removed from the Blocked Senders list:
• Each address or domain needs its own operator (+ or -). The + symbol is
optional. The - symbol is required.
• empty -- This field is not active.
• Lists of addresses or domains are comma delimited, and must be enclosed in
quotes.
Field Type
Org-level
Komentáře k této Příručce