> Jari Fredriksson a écrit : >> I tried with this: >> >> ---------(local.cf)----------- >> >> internal_networks 10.0.0.0/8 >> trusted_networks 10.0.0.0/8 127.0.0.1 >> trusted_networks 212.16.98.0/24 212.16.100.0/24 >> 62.142.0.0/16 195.197.172.98 trusted_networks >> 195.74.0.0/16 213.192.189.2/24 217.30.188.0/24 >> 65.54.0.0/16 trusted_networks 83.145.211.136 >> 217.30.180.104 >> trusted_networks 64.233.183.0/24 209.85.199.0/24 >> 72.14.247.27/24 64.233.163.27 trusted_networks >> 213.157.94.92 >> >> ------------------------------ >> >> Here, internal is a subset of trusted, is that how it >> should go? >> >> $ spamassassin -D --lint >> >> [7594] warn: netset: cannot include 127.0.0.1/32 as it >> has already been included > > remove 127.0.0.1/32 > >> [7594] warn: netset: cannot include 10.0.0.0/8 as it has >> already been included > > which version of SA is this? also grep for 10.0 in your > .cf files. >
3.2.5 from cpan. > when I put your lines in my config, I only seethe > 127.0.0.1/32 warning. > >> >> >> It looks like SA itself configured the trusted. I removed both the 127.0.0.1 AND 10/8 and this is happy again. It seems to configure the internal networks as trusted automagically. As it should be IMO.