Fixed 'Helo'/'Hello' bug in initial SMTP contact
authorNeil Smith <neil.git@njae.me.uk>
Mon, 9 Jan 2017 22:25:03 +0000 (22:25 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Mon, 9 Jan 2017 22:25:03 +0000 (22:25 +0000)
usr/sbin/opendmarc-reports

index b9299338043ab79299caf5baf6475a0ffe4fd6e8..43f1ea4c54a446dcb1a3a39d0d583165b0734f2c 100755 (executable)
@@ -384,7 +384,7 @@ if ($verbose)
 
 $smtp = Net::SMTP->new($smtp_server,
                        'Port' => $smtp_port,
-                       'Helo' => hostfqdn());
+                       'Hello' => hostfqdn());
 if (!defined($smtp))
 {
        print STDERR "$progname: open SMTP server $smtp_server:$smtp_port failed\n";