default_from = true;
default_received = false;
default_exclude_users = true;
- default_exclude_private_ips = true;
private_ips = "127.0.0.0/8 10.0.0.0/8 192.168.0.0/16 169.254.0.0/16 172.16.0.0/12 100.64.0.0/10 fc00::/7 fe80::/10 fec0::/10 ::1";
If set to true, do not use this RBL if the message sender is authenticated.
-- default_exclude_private_ips (false)
+- default_exclude_private_ips (true)
If true & private_ips is set appropriately, do not use the RBL if the sending host address is in the private IP list & do not check received headers baring these addresses.
opts['default_exclude_users'] = false
end
if(opts['default_exclude_private_ips'] == nil) then
- opts['default_exclude_private_ips'] = false
+ opts['default_exclude_private_ips'] = true
end
if(opts['default_exclude_local'] == nil) then
opts['default_exclude_local'] = true