# Exim filter

# Auto Generated by cPanel.  Do not manually edit this file as your changes will be overwritten.  If you must edit this filter, edit the corresponding .yaml file as well.

if not first_delivery and error_message then finish endif

#REJECT 1
if
 $header_subject: contains "**SPAM**"
then
 deliver "TRASH"
endif

