[exim] Excluding Hosts from ACL's

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: GamCo - Maillist
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [exim] Excluding Hosts from ACL's
Hi Guys



If I have a rule like

deny    message = REJECTED - No Subject or Body


        !condition = ${if def:h_Subject:}


        condition = ${if <{$body_linecount}{1}{true}{false}}




How can I exclude hosts ? Hence, when mail comes from IP address 10.0.0.x or
10.0.0.y, then ignore this rule, else, apply to all.







Thanks



Gawie