Page MenuHomeGRNET

spf.rb
No OneTemporary

File Metadata

Created
Sun, May 17, 10:58 AM
class SPF < Record
validates :content,
format: {
with: /\A".*"\Z/,
message: 'SPF records should be enclosed in quotes'
}
end

Event Timeline