# 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

#Encaminhar Emails ifado@ifado.eu
if
 $header_from: contains "ifado@ifado.eu"
then
 deliver "campuzanofj.maretec@tecnico.ulisboa.pt"
 deliver "renato.hm.pires@azores.gov.pt"
endif

