https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7632
natan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from natan <[email protected]> --- Nope. because this is this same like Spamassassin-3.4.1 DnsResolver.pm -------------- start ---------- eval { if (utf8::is_utf8($domain)) { # since Perl 5.8.1 info("dns: new_dns_packet: domain is utf8 flagged: %s", $domain); } $domain =~ s/\.*\z/./s; ------------ stop ------------ and in Spamassassin-3.4.2 DnsResolver.pm -------------- start ---------- eval { if (utf8::is_utf8($domain)) { # since Perl 5.8.1 info("dns: new_dns_packet: domain is utf8 flagged: %s", $domain); } $domain =~ s/\.*\z/./s; ---------- stop ------------- Please realy test diff -- You are receiving this mail because: You are the assignee for the bug.
