diff --git a/lib/Sisimai/ARF.pm b/lib/Sisimai/ARF.pm index 6d1a86027..cf8a26008 100644 --- a/lib/Sisimai/ARF.pm +++ b/lib/Sisimai/ARF.pm @@ -231,7 +231,7 @@ sub make { # Reporting-MTA: dns; mx.example.jp $commondata->{'rhost'} = $1; - } elsif( $e =~ /\ASource-IP:[ ]*(.+)\z/ ) { + } elsif( $e =~ /\ASource-I[Pp]:[ ]*(.+)\z/ ) { # The header is optional and MUST NOT appear more than once. # Source-IP: 192.0.2.45 $arfheaders->{'rhost'} = $1;