Hi
I have setup the following filter within exim.conf (taken from one of
the configs)--ignore line numbers
central_filter:
228 driver=forwardfile
229 file=/mail/filters/testfilter
230 no_check_local_user
231 no_verify
232 filter
233 allow_system_actions
Then in my filter file I have
# Exim filter
if error_message then finish endif
if $h_from: contains something@???
then
unseen deliver me@???
endif
Now if this is sent to a localdomain on my machine, then I get a coipy
sent, if it sent to a remote domain from this address I get no copy.
Does the position in the file have any affect.
I have put the director right at the top od the director section (well
apart from directore which carries out specific tasks for another
domain)
Iqbal
--
*** Exim information can be found at
http://www.exim.org/ ***