# 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

#BChinlee
if
 $header_from: contains "bchinlee@wsiwwwexperts.com"
then
 deliver "\"$local_part+bchinlee\"@$domain"
endif

