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
[EMAIL PROTECTED] 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 [EMAIL PROTECTED] line)
Here is one of my attempts, any idea why it's not delivering?
# Exim filter
if $h_to is "[EMAIL PROTECTED]"
then
deliver [EMAIL PROTECTED]
endif
_______________________________________________
HCoop-Help mailing list
[email protected]
https://lists.hcoop.net/listinfo/hcoop-help