zaccone / spf

Sender Policy Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing support for dual-cidr-length support

zaccone opened this issue · comments

ip4-cidr-length = "/" ("0" / %x31-39 0_1DIGIT) ; value range 0-32
ip6-cidr-length = "/" ("0" / %x31-39 0_2DIGIT) ; value range 0-128
dual-cidr-length = [ ip4-cidr-length ] [ "/" ip6-cidr-length ]

Still needs to add more tests with ipv6.