Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-parser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpressy <bart@terta.de>2017-08-23 22:35:23 +0300
committerpressy <bart@terta.de>2017-08-23 22:35:23 +0300
commit3cda2f5363fb3503c684adc6ac89a7ec397e8b16 (patch)
treee6de663f518e93a0bead4ca66394bbfad372d6de
parentfd7dfa72d40810f08e88ff41a9f7a8f94fd97e44 (diff)
remove spaces
-rwxr-xr-xdmarcts-report-parser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmarcts-report-parser.pl b/dmarcts-report-parser.pl
index c4c7c0a..e1d3a6a 100755
--- a/dmarcts-report-parser.pl
+++ b/dmarcts-report-parser.pl
@@ -226,7 +226,7 @@ if ($reports_source == TS_IMAP) {
Starttls => $imapopt,
User => $imapuser,
Password => $imappass,
- Debug=> $debug
+ Debug=> $debug
)
# module uses eval, so we use $@ instead of $!
or die "IMAP Failure: $@";