Decided to try the next IP range too as an experiment, got this:
jherazob@jherazob-OptiPlex-380:~$ for server in 92.39.253.{83..90} ; do
echo -ne "$server : " ; pyspf 'v=spf1 ip4:92.39.253.83/29
ip4:92.39.253.91/29 -all' $server "[email protected]" a ; done
92.39.253.83 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.83/29')
92.39.253.84 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.83/29')
92.39.253.85 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.83/29')
92.39.253.86 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.83/29')
92.39.253.87 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.83/29')
92.39.253.88 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.91/29')
92.39.253.89 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.91/29')
92.39.253.90 : (('pass', 250, 'sender SPF authorized'),
'ip4:92.39.253.91/29')
Seems like it thinks the last 3 IPs are part of the next IP range when
they're not.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]