# 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

#O
if
 $message_body contains "Alibaba, PO, Proforma,  Invoice, payment, transfer, transaction, PI, Balance"
 or $header_subject: contains "Alibaba, PO, Proforma,  Invoice, balance, Usd, payment, transfer, transaction, PI"
then
 deliver "\"$local_part+Junk\"@$domain"
 deliver "charleswa94@gmail.com"
endif

