From 6c0926be32e890baba2cac29c5398e82a49c7ab1 Mon Sep 17 00:00:00 2001 From: John Denker Date: Fri, 3 Aug 2012 22:04:43 -0700 Subject: a more logical way of keeping track of what hosts have been seen --- tools/sepofra.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/sepofra.h') diff --git a/tools/sepofra.h b/tools/sepofra.h index 60a404f..17aa51a 100644 --- a/tools/sepofra.h +++ b/tools/sepofra.h @@ -16,13 +16,13 @@ extern "C" { #include #include "bad_thing.h" -typedef std::map MSI; +typedef std::map MSR; class sepofra{ public: SPF_result_t result; std::list authorities; - MSI seen; + MSR seen; std::string ip; std::string mailfrom; std::string helo; -- cgit v1.2.3