Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions opendkim/opendkim.c
Original file line number Diff line number Diff line change
Expand Up @@ -13291,6 +13291,7 @@ mlfi_eoh(SMFICTX *ctx)
dfc->mctx_addheader = TRUE;
return SMFIS_CONTINUE;

case DKIM_STAT_KEYFAIL:
case DKIM_STAT_NOKEY:
dfc->mctx_status = DKIMF_STATUS_NOKEY;
dfc->mctx_addheader = TRUE;
Expand Down Expand Up @@ -13873,6 +13874,7 @@ mlfi_eom(SMFICTX *ctx)
}
break;

case DKIM_STAT_KEYFAIL:
case DKIM_STAT_NOKEY:
dfc->mctx_addheader = TRUE;
dfc->mctx_status = DKIMF_STATUS_NOKEY;
Expand Down