projects
/
opendmarc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ebc7e
)
Fixed 'Helo'/'Hello' bug in initial SMTP contact
author
Neil Smith
<neil.git@njae.me.uk>
Mon, 9 Jan 2017 22:25:03 +0000
(22:25 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Mon, 9 Jan 2017 22:25:03 +0000
(22:25 +0000)
usr/sbin/opendmarc-reports
patch
|
blob
|
history
diff --git
a/usr/sbin/opendmarc-reports
b/usr/sbin/opendmarc-reports
index b9299338043ab79299caf5baf6475a0ffe4fd6e8..43f1ea4c54a446dcb1a3a39d0d583165b0734f2c 100755
(executable)
--- a/
usr/sbin/opendmarc-reports
+++ b/
usr/sbin/opendmarc-reports
@@
-384,7
+384,7
@@
if ($verbose)
$smtp = Net::SMTP->new($smtp_server,
'Port' => $smtp_port,
- 'Helo' => hostfqdn());
+ 'Hel
l
o' => hostfqdn());
if (!defined($smtp))
{
print STDERR "$progname: open SMTP server $smtp_server:$smtp_port failed\n";