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

JH> Is this a question.

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

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

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

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

JH> deny
JH>  dnslists = list1.list
JH>  dnslists = list2.list

Oh, yeah. Cool. Thanx a lot!



-- 
С уважением,
 Коваленко Иван, Элвис-Телеком              mailto:[EMAIL PROTECTED]


-- 
## 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