Quoting Коваленко Иван:

> Is there a way to combine logical expressions in dnslists.

Is this a question.

Lists in the same dnslists condition are ORed. Conditions are ANDed.

> Task: reject hosts which are in list1.list but not in list2.list

deny
 dnslists = list1.list
 ! dnslists = list2.list

> Task: reject hosts which are in list1.list and in list2.list

deny
 dnslists = list1.list
 dnslists = list2.list


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

Reply via email to