Skip to content

Improve error handling for SPF IPv4 and IPv6

Matthew Burket requested to merge 45-invalid-cidrs-error-out into master

Give better errors about value error issues and catch all errors. This is to fix issues with host bits in the CIDR address. But trying to fend off future bugs.

Added a new error for invaild ipv4 and ipv6 values in the enum and database. The numbers are designed to fit around !40 (merged).

Signed-off-by: Matthew Burket m@tthewburket.com

Closes #45 (closed)

Merge request reports