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:
authoruserjack6880 <john@systemanomaly.com>2019-07-03 05:20:40 +0300
committeruserjack6880 <john@systemanomaly.com>2019-07-03 05:20:40 +0300
commitd3aa939d1e3fd0b1b186ce944bc7242fc947000d (patch)
tree1b241d85aab50a98a7951fd085e768cec13d6082
parentd2dad05295cf03a05f1fa8a9f867fc967f76060d (diff)
forgot to include a conflict
-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 0225ce0..e40a912 100755
--- a/dmarcts-report-parser.pl
+++ b/dmarcts-report-parser.pl
@@ -156,7 +156,7 @@ if (!defined $imapignoreerror ) {
# Get command line options.
my %options = ();
use constant { TS_IMAP => 0, TS_MESSAGE_FILE => 1, TS_XML_FILE => 2, TS_MBOX_FILE => 3 };
-GetOptions( \%options, 'd', 'r', 'x', 'm', 'e', 'i', 'delete', 'info' );
+GetOptions( \%options, 'd', 'r', 'x', 'm', 'e', 'i', 'z', 'delete', 'info' );
# Evaluate command line options
my $source_options = 0;