Last night our SPF daemon crashed a few hundred times because of the invalid ip4 entry (note the \010) in the following record:
$ dig +short kruisecloud.com txt
"v=spf1 +a +mx +ip4:79.124.76.140 +ip4:107.175.172.4 +ip4:107.175.172.41\010 +ip4:107.174.15.33 +ip4:107.174.15.34 +ip4:62.108.40.57 +ip4:62.108.40.58 ~all"
Scott Kitterman fixed this bug two years ago, but there hasn't been a release since =)
It'd make everything a lot easier if there was a new version we could just push out, rather than trying to patch over top of the distro package.
Last night our SPF daemon crashed a few hundred times because of the invalid ip4 entry (note the
\010) in the following record:$ dig +short kruisecloud.com txt "v=spf1 +a +mx +ip4:79.124.76.140 +ip4:107.175.172.4 +ip4:107.175.172.41\010 +ip4:107.174.15.33 +ip4:107.174.15.34 +ip4:62.108.40.57 +ip4:62.108.40.58 ~all"Scott Kitterman fixed this bug two years ago, but there hasn't been a release since =)
It'd make everything a lot easier if there was a new version we could just push out, rather than trying to patch over top of the distro package.