For some reason this code does work. I'm not sure what the problem is
but I'm just wondering if there's some obvious syntax problem that I'm
missing. What I'm doing to building a DNS whitelist based on a
combination of the senders email address and the first two number in the
IP address.
206.190.mperkel.yahoo.com.fromwl
This server is working properly for blacklists and I do see the data
there to be looked up so I'm doing something stupid that I'm not seeing.
Thanks in advance.
warn !senders = : postmaster@*
dnslists =
fromwl.junkemailfilter.com/${extract{1}{.}{$sender_host_address}}.${extract{2}{.}{$sender_host_address}}.\
$sender_address_local_part.$sender_address_domain.fromwl
set acl_c8 = white-fingerprint
logwrite = TEST -
${extract{1}{.}{$sender_host_address}}.${extract{2}{.}{$sender_host_address}}.\
$sender_address_local_part.$sender_address_domain.fromwl