Bastien Roucariès pushed to branch master at lintian / lintian
Commits:
-
df6b9c25
by Louis-Philippe Véronneau at 2024-09-10T16:51:31-04:00
1 changed file:
Changes:
... | ... | @@ -110,7 +110,7 @@ sub check_single_address { |
110 | 110 | }
|
111 | 111 | |
112 | 112 | $self->hint('bogus-mail-host', $role, $parsed->address)
|
113 | - unless is_domain($parsed->host, {domain_disable_tld_validation => 1});
|
|
113 | + unless is_domain($parsed->host);
|
|
114 | 114 | |
115 | 115 | $self->hint('mail-address-loops-or-bounces',$role, $parsed->address)
|
116 | 116 | if any { $_ eq $parsed->address } @KNOWN_BOUNCE_ADDRESSES;
|