spf-ruby icon indicating copy to clipboard operation
spf-ruby copied to clipboard

Ruby implementation of the Sender Policy Framework

Results 4 spf-ruby issues
Sort by recently updated
recently updated
newest added

When running the below command: ``` spf_server = SPF::Server.new spf_server.process(SPF::Request.new(scope: "mfrom", identity: "[email protected]", ip_address: "206.123.2.240")) ``` I am getting the following error: ``` NoMethodError: undefined method `new' for # from...

I've spent a significant amount of time trying to debug/fix this issue but the further down the rabbit hole I get, the more I'm worried that I don't fully understand...

Since #34 has been merged ~6 months ago, it would be good to have a bumped version of the gem :)

Hello team, I would like to report a bug where a `TypeError` is raised when nested SPF record contains the `%{d}` (aka ) macro. Spec to reproduce: ```Ruby require File.expand_path(File.dirname(__FILE__)...