# 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
#Redirect to email
if
foranyaddress $h_to:,$h_cc: ( $thisaddress contains "ces" )
then
deliver "ces@ahs.ca"
endif
#Deliver to folder
if
foranyaddress $h_to:,$h_cc: ( $thisaddress contains "ces" )
then
save "$home/mail/hmhc.ca/ces/" 660
endif