Skip to content

Commit

Permalink
Update dmarcts-report-parser.pl
Browse files Browse the repository at this point in the history
Based on feedback from Issue #118
  • Loading branch information
techsneeze committed Jul 15, 2023
1 parent 6f74b09 commit 9dd92cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmarcts-report-parser.pl
Expand Up @@ -316,7 +316,7 @@ sub show_usage {
# This connection is finished this way because of the tradgedy of exchange...
$imap->User($imapuser);
$imap->Password($imappass);
$imap->connect();
$imap->connect() or die "$scriptname: Could not connect: $@";

# Ignore Size Errors if we're using Exchange
$imap->Ignoresizeerrors($imapignoreerror);
Expand Down

0 comments on commit 9dd92cf

Please sign in to comment.