summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorazumakuniyuki <azumakuniyuki@gmail.com>2024-03-13 12:14:14 +0900
committerazumakuniyuki <azumakuniyuki@gmail.com>2024-03-13 12:14:14 +0900
commitddb075713ac1fbe080b4c83820c0ed9685974f3a (patch)
tree34396a36f3a8267be6a3b1cafb740d3c3b9c58bc
parent556458c0a18efe64191a92ea8c4c5eec52fe1ff6 (diff)
Tiny code improvement, again
-rw-r--r--lib/Sisimai/RFC5322.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Sisimai/RFC5322.pm b/lib/Sisimai/RFC5322.pm
index 9e94f5c7..9d7fc5ed 100644
--- a/lib/Sisimai/RFC5322.pm
+++ b/lib/Sisimai/RFC5322.pm
@@ -110,11 +110,9 @@ sub received {
# "(V8/cf)",
# ...
# ]
- push @$other, $recvd->[$index + 2];
-
# The 2nd element after the current element is NOT a continuation of the current element
# such as "(c213502.kyoto.example.ne.jp)"
- $other->[0] =~ y/();//d;
+ push @$other, $recvd->[$index + 2]; $other->[0] =~ y/();//d;
# The 2nd element after the current element is a continuation of the current element.
# such as "(c213502.kyoto.example.ne.jp", "[192.0.2.135])"