Request Packet Structure

A request XML packet disabling mailing lists includes the disable-list operation node:

<packet version="1.4.2.0">
<maillist>
<disable-list>
...  
</disable-list>
</maillist>
</packet>

 

The disable-list node is presented by the MaillistDisableListInputType type (maillist.xsd), and its graphical representation is as follows:

Remarks

You can disable multiple mailing lists using different filtering rules in a single packet. Add as many disable-list operations as the number of different filtering rules to be applied.

<disable-list>
   ¡­
</disable-list>
   ¡­
<disable-list>
   ¡­
</disable-list>