# Exim filter - auto-generated by cPanel.
#
# Do not manually edit this file; instead, use cPanel APIs to manipulate
# email filters. MANUAL CHANGES TO THIS FILE WILL BE OVERWRITTEN.
#

if not first_delivery and error_message then finish endif

#MailSecure - X-Barracuda-Spam-Flag
if
 $message_headers matches "X-Barracuda-Spam-Flag: YES"
then
 deliver "\"$local_part+spam\"@$domain"
endif

