From b95f5ec1d83519c603f6e2145865c14932c4a813 Mon Sep 17 00:00:00 2001 From: John Denker Date: Tue, 31 Jul 2012 19:23:01 -0700 Subject: smarter about top-level domains, smarter about avoiding duplicate checks --- tools/sepofra.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/sepofra.h') diff --git a/tools/sepofra.h b/tools/sepofra.h index 2e4b831..60a404f 100644 --- a/tools/sepofra.h +++ b/tools/sepofra.h @@ -1,5 +1,6 @@ #include #include +#include # include /* inet_ functions / structs */ # include /* inet_ functions / structs */ # include /* in_addr struct */ @@ -15,10 +16,13 @@ extern "C" { #include #include "bad_thing.h" +typedef std::map MSI; + class sepofra{ public: SPF_result_t result; std::list authorities; + MSI seen; std::string ip; std::string mailfrom; std::string helo; -- cgit v1.2.3