Skip to content

Commit

Permalink
Remove accidental test commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Murray S. Kucherawy committed Apr 30, 2021
1 parent 3973149 commit 106f3f4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions opendmarc/opendmarc.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,14 +565,6 @@ dmarcf_parse_received_spf(char *str, char *envdomain)
}
}

{
FILE *f;

f = fopen("/tmp/msk", "w");
fprintf(f, "%s\n%s\n", spf_envdomain, envdomain);
fclose(f);
}

if (strcasecmp(identity, "mailfrom") != 0 ||
strcasecmp(spf_envdomain, envdomain) != 0)
{
Expand Down

0 comments on commit 106f3f4

Please sign in to comment.