lib/spf/model.rb in spf-0.0.30 vs lib/spf/model.rb in spf-0.0.31
- old
+ new
@@ -415,10 +415,10 @@
class SPF::Mech::Exists < SPF::Mech
NAME = 'exists'
def parse_params(required = true)
- @raw_params = @raw_text.dup
+ @raw_params = @parse_text.dup
self.parse_domain_spec(required)
# Other method of denoting "potentially ~infinite" netblocks?
@ip_netblocks << nil
end