bug-mailfromd


Search for: Advanced

[Bug-mailfromd] match_dnsbl range string with multiple return codes


I am using this syntax in sendmail.mc[1], but in the manual[2] is that I 
have to put 'range of IP addresses in CIDR notation'. That would mean if 
I use 127.0.0.1/30 it would also match 127.0.0.1. That is the result I 
am using for marking spam only, not refusing connection.

Is it possible to configure multiple values 

match_dnsbl ("78.128.113.109", "rbl.domain.com", 
"127.0.0.2/32,127.0.0.4/32")

[1]
FEATURE(`enhdnsbl', `rbl.domain.com', `"554 Rejected " $&{client_addr} " 
SPAM/ABUSE (rbl.domain.com)"', `t', `127.0.0.2.', `127.0.0.4.')dnl

[2]
http://puszcza.gnu.org.ua/software/mailfromd/manual/html_chapter/MFL.html#Modules