Hey,
Yes... Here's the relevant part:
.include_if_exists /etc/exim.spamassassin.conf
#spamcheck_director:
# driver = accept
# condition = "${if and { \
# {!def:authenticated_id} \
# {!def:h_X-Spam-Flag:} \
# {!eq {$received_protocol}{spam-scanned}} \
# {!eq {$received_protocol}{local}} \
# {exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}} \
# {<{$message_size}{500k}} \
# } {1}{0}}"
# retry_use_local_part
# transport = spamcheck
# no_verify
David
The real question here is do you have that .include_if_exists /etc/exim.spamassassin.conf line in your exim.conf ?
Yes... Here's the relevant part:
.include_if_exists /etc/exim.spamassassin.conf
#spamcheck_director:
# driver = accept
# condition = "${if and { \
# {!def:authenticated_id} \
# {!def:h_X-Spam-Flag:} \
# {!eq {$received_protocol}{spam-scanned}} \
# {!eq {$received_protocol}{local}} \
# {exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}} \
# {<{$message_size}{500k}} \
# } {1}{0}}"
# retry_use_local_part
# transport = spamcheck
# no_verify
David