# 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.
#

headers charset "UTF-8"

if not first_delivery and error_message then finish endif

#SPAM DOMAINS
if
 $header_from: ends ".life>"
 or $header_from: ends ".world>"
 or $header_from: ends ".today>"
 or $header_from: ends ".click>"
 or $header_from: ends ".buzz>"
 or $header_from: ends ".top>"
 or $header_from: ends ".rest>"
 or $header_from: ends ".bar>"
then
 save "/dev/null" 660
endif

