---
title: "Drop Processor"
slug: "drop-processor"
updated: 2024-11-26T17:30:07Z
published: 2024-11-26T17:30:07Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Drop Processor

The **Drop Processor** is a special processor that only requires a blacklist and whitelist as configuration. When triggered, the RAS message will be dropped. If you fail to specify a whitelist or blacklist, all RAS messages will be dropped.

**Example XML:**

```xml
<DropProcessor>
   <WhiteList>
     <Item key="category" value="JINGLE" />
   </WhiteList>
   <BlackList>
     <Item key="title" value="Special Jingle" />
   </BlackList>
</DropProcessor>
```
