I've got to a point where guessing isn't working and the documentation
on sql lists is just making my head hurt.

I've a simple table...

domain varchar(50) NOT NULL default '', 
greylist char(1) NOT NULL default '',
  spamassassin char(1) NOT NULL default '',
  avscan char(1) NOT NULL default '',
  rbllist varchar(50) NOT NULL default ''

Sample data:

"domain.com","y","y","y","rbl.com : rbl2.com : rbl3.com"


1) I'm looking to replace...
dnslists      = zen.spamhaus.org : combined.njabl.org 
with the list from sql on a per domain basis.

2) trying to get $acl_greylist $acl_spamass $acl_avscan variables set from sql 
so that I can have a condition per test along the lines of....

condition = ${if eq{$acl_greylist}{1}{1}}

Please can someone hit me with a bigger clue stick!


-- 
Hwyl / Regards

 John Lyons


-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to