All pastes #2056911 Raw Edit

Someone

public text v1 · immutable
#2056911 ·published 2011-05-11 17:14 UTC
rendered paste body
#exim.conf

system_filter = /etc/exim/antiphish

#antiphish

if first_delivery
and ( ("$h_to:" contains "helpdesks@w.cn")
)
then
unseen deliver "support@ourdomain.tld"
fail
endif