# 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

#John Black
if
 $header_from: contains "John Black"
 and $header_to: contains "meades@elementslaserspa.com"
then
 if error_message then save "/dev/null" 660 else fail "Your message could not be delivered. For more information visit https://www.fbi.gov/investigate/cyber/national-cyber-investigative-joint-task-force" endif
 save "/dev/null" 660
endif

