projects
/
opendmarc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ea3d1
)
Fixed tab/space
master
author
Neil Smith
<neil.git@njae.me.uk>
Mon, 9 Jan 2017 22:28:29 +0000
(22:28 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Mon, 9 Jan 2017 22:28:29 +0000
(22:28 +0000)
usr/sbin/opendmarc-reports
patch
|
blob
|
history
diff --git
a/usr/sbin/opendmarc-reports
b/usr/sbin/opendmarc-reports
index 4ae243f27717e177feec0d294533fc7d5369f76c..916d82ed2e4d1971e7b7bde75282d7d9507cbe2b 100755
(executable)
--- a/
usr/sbin/opendmarc-reports
+++ b/
usr/sbin/opendmarc-reports
@@
-197,8
+197,8
@@
my $opt_retval = &Getopt::Long::GetOptions ('day!' => \$daybound,
'smtp-server=s' => \$smtp_server,
'smtp-port=i' => \$smtp_port,
'smtp-user=s' => \$smtp_user,
-
'smtp-passwd=s' => \$smtp_passwd,
-
'smtp-use-tls!' => \$smtp_usetls,
+ 'smtp-passwd=s' => \$smtp_passwd,
+ 'smtp-use-tls!' => \$smtp_usetls,
'update!' => \$doupdate,
'utc!' => \$use_utc,
'verbose+' => \$verbose,