File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.12.1
4+
5+ - Fix crash when parsing SPF redirect
6+
37## 5.12.0
48
59### ⚠️ Breaking Changes
Original file line number Diff line number Diff line change 1919See the License for the specific language governing permissions and
2020limitations under the License."""
2121
22- __version__ = "5.12.0 "
22+ __version__ = "5.12.1 "
2323
2424OS = platform .system ()
2525OS_RELEASE = platform .release ()
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ def parse_spf_record(
554554 resolver = resolver ,
555555 timeout = timeout ,
556556 )
557- parsed ["all" ] = redirect ["all" ]
557+ parsed ["all" ] = redirect ["parsed" ][ " all" ]
558558 mechanism_dns_lookups += redirect ["dns_lookups" ]
559559 mechanism_void_dns_lookups += redirect ["void_dns_lookups" ]
560560 if total_dns_lookups > 10 :
You can’t perform that action at this time.
0 commit comments