[HCoop-Help] Exim whitelist filter
Omry Yadan
omry at yadan.net
Sat Aug 16 06:30:09 EDT 2008
hi,
I am trying to create simple exim filter that will only forward emails
sent to specific addresses to my actual address.
I tried to start with something basic : only forward emails to
omry at hcoop.net but I couldn't get it to work.
tried all sorts of variants on the syntax, but nothing seems to work
(except a filter with a single deliver omry at yadan.net line)
Here is one of my attempts, any idea why it's not delivering?
# Exim filter
if $h_to is "omry at hcoop.net"
then
deliver omry at yadan.net
endif
More information about the HCoop-Help
mailing list