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

Commit

Permalink
Add softfail to list of result statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrehm committed Aug 15, 2016
1 parent 6dca9d6 commit 911fb12
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 911fb12

Please sign in to comment.