[Exim] filter user and home-directories

Top Page
Delete this message
Reply to this message
Author: robert rotman
Date:  
To: exim-users
Old-Topics: [Exim] Off topic: How do you deal with MLM abuse?
Subject: [Exim] filter user and home-directories
Hello,

I'm new to the user filter and get the following error


# Exim filter
if $header_subject: contains "foo"
then
deliver rotman@???
endif
is not an absolute path for the user_filter director
^^
-> some spaces

this is the exact output of the logfile.


my director is:

user_filter:
driver = forwardfile
check_local_user = false
user = exim
condition = ${lookup mysql{select id from mail ....
file = ${lookup mysql{select filter_content ....
filter
no_verify


anyone tried filters in db's?
any suggestions?

robert