Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from jkrehm/add-softfail
Browse files Browse the repository at this point in the history
Add softfail to list of result statuses
  • Loading branch information
solarissmoke authored Aug 21, 2016
2 parents 6dca9d6 + 911fb12 commit 81ff335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ CREATE TABLE rptresult (
type enum('dkim','spf'),
seq int(10) unsigned NOT NULL,
domain varchar(255),
result enum('none','pass','fail','neutral','policy','temperror','permerror'),
result enum('none','pass','fail','softfail','neutral','policy','temperror','permerror'),
KEY serial (serial,ip,type,seq)
);

0 comments on commit 81ff335

Please sign in to comment.