On Tue, 2013-10-22 at 15:59 -0700, Quanah Gibson-Mount wrote: > > Quanah Gibson-Mount skrev den 2013-10-23 00:21: > > > > > Hm, actually, never mind. My trusted_networks has 10.0.0.0/8 which > > > covers the IP address range these resolve to in their local DNS > > > 10.113.208.x
> trusted_networks 127.0.0.0/8 10.0.0.0/8 [::1]/128 [fe80::%eth0]/64 ^^^^^^^^^^^ ^^^^^^^^^ > 204.14.232.64/28 204.14.234.64/28 202.129.242.65/32 96.43.144.64/32 > 96.43.144.65/32 96.43.148.64/32 96.43.148.65/32 182.50.78.64/28 > 208.91.2.22/31 Excuse me for being blunt, but it appears you didn't lint check in quite a while. That is absolutely borked. $ spamassassin --lint --cf="trusted_networks 127.0.0.0/8" warn: netset: cannot include 127.0.0.0/8 as it has already been included M::SA::Conf docs, section Network Test Options, option trusted_networks states: "Note: 127/8 and ::1 are always included in trusted_networks, regardless of your config." $ spamassassin --lint --cf="trusted_networks [::1]/128" warn: netset: illegal network address given: '[::1]/128' Included by default as well. And even bad syntax. And that last address range [fe80::%eth0]/64 on the first line is just weird -- what's supposed to substitute that ethernet interface placeholder? -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}