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:
authorTechSneeze <dave@techsneeze.com>2019-06-28 09:08:03 +0300
committerGitHub <noreply@github.com>2019-06-28 09:08:03 +0300
commit45c652c8a2e65ca902dc5306b53335ffeff3abe8 (patch)
treec0953a3713538e49c8d8bea559d467ed7eaf0247 /dmarcts-report-parser.pl
parent20811c063a6bd6f39b870912c7bd58858a0df836 (diff)
Fixing typo reported
Fixed typo reported in #63
Diffstat (limited to 'dmarcts-report-parser.pl')
-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 32d6d63..7015948 100755
--- a/dmarcts-report-parser.pl
+++ b/dmarcts-report-parser.pl
@@ -327,7 +327,7 @@ if ($reports_source == TS_IMAP) {
$num++;
$filecontent = $parser->read_next_email();
if (defined($filecontent)) {
- if (processXML(TS_MESSAGE_FILE, $$filecontent, "message #$num of mbox file <$f>") & 2) {
+ if (processXML(TS_MESSAGE_FILE, $filecontent, "message #$num of mbox file <$f>") & 2) {
# processXML return a value with delete bit enabled
print "Removing message #$num from mbox file <$f> is not yet supported.\n";
}