I've only just started to look at the global filter for spam blocking,
and am wondering if there's a way to use the lookup mechanism in the
following example, so I don't have to have a series of rules in the
filter file.
Currently I have
# Exim filter
if $reply_address contains "@answerme.com" or
if $reply_address contains "@someother.com" or
etc
etc
etc
then
fail
endif
What I'd like is something like this, but it doesn't work. Rejects is
a list of hostnames like answerme.com.
# Exim filter
if $reply_address contains "@partial-lsearch;/etc/exim/rejects"
then
fail
endif
--
Artificial Intelligence stands no chance against Natural Stupidity.
GAT d- -p+(--) c++++ l++ u++ t- m--- W--- !v
b+++ e* s-/+ n-(?) h++ f+g+ w+++ y*