Add this filter rules to the /etc/system_filter.exim file
if first_delivery
and (“$h_from:” contains “info@example.com“)
and not (“$h_X-Spam-Checker-Version:” begins “SpamAssassin”)
then
unseen deliver “sales@example.com”
endif
Add this filter rules to the /etc/system_filter.exim file
if first_delivery
and (“$h_from:” contains “info@example.com“)
and not (“$h_X-Spam-Checker-Version:” begins “SpamAssassin”)
then
unseen deliver “sales@example.com”
endif