Skip to content

Commit

Permalink
Fix bug trusteddomainproject#60: Default AuthservID to the name provi…
Browse files Browse the repository at this point in the history
…ded by the MTA, not the local

host name, which is consistent with what OpenDKIM does.  Suggested by Robbert
Klarenbeek.
  • Loading branch information
Murray S. Kucherawy committed Dec 30, 2013
1 parent 6b485dd commit d669854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This listing shows the versions of the OpenDMARC package, the date of
release, and a summary of the changes in that release.

1.2.0 2014/01/??
Fix bug #60: Default AuthservID to the name provided by the MTA,
not the local host name, which is consistent with what
OpenDKIM does. Suggested by Robbert Klarenbeek.
Log the host portion of ignored Authentication-Results fields at
"debug" level.

Expand Down
4 changes: 0 additions & 4 deletions opendmarc/opendmarc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1184,10 +1184,6 @@ dmarcf_config_load(struct config *data, struct dmarcf_config *conf,
else
conf->conf_authservid = strdup(str);
}
else
{
conf->conf_authservid = strdup(myhostname);
}

str = NULL;
(void) config_get(data, "TrustedAuthservIDs", &str, sizeof str);
Expand Down

0 comments on commit d669854

Please sign in to comment.