zaccone / spf

Sender Policy Framework
MIT License
19 stars 6 forks source link

Missing support for dual-cidr-length support #9

Closed zaccone closed 8 years ago

zaccone commented 8 years ago

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 ]

zaccone commented 8 years ago

Still needs to add more tests with ipv6.