Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call lc() when substitute a hostname or an IP address for $connheader #158

Closed
azumakuniyuki opened this issue Jan 8, 2016 · 0 comments
Closed
Assignees
Labels

Comments

@azumakuniyuki
Copy link
Member

% find lib -type f -exec grep connheader {} /dev/null \; | grep host
if( $e =~ m/\A[Rr]eporting-MTA:[ ]*(?:DNS|dns);[ ]*(.+)\z/ ) {
    # Reporting-MTA: dns; mx.example.jp
    next if length $connheader->{'lhost'};
   $connheader->{'lhost'} = $1;
   $connvalues++;
@azumakuniyuki azumakuniyuki added this to the v4.14.2 Release milestone Jan 8, 2016
@azumakuniyuki azumakuniyuki self-assigned this Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant