summaryrefslogtreecommitdiff
path: root/tools/sepofra.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-08-03 22:04:43 -0700
committerJohn Denker <jsd@av8n.com>2012-12-02 11:55:48 -0700
commit6c0926be32e890baba2cac29c5398e82a49c7ab1 (patch)
treee93b43f646cc645653a9334f9b0a2f59754b8174 /tools/sepofra.h
parentc5a1da0c735c428a53596b31b32aae82a257c3bf (diff)
a more logical way of keeping track of what hosts have been seen
Diffstat (limited to 'tools/sepofra.h')
-rw-r--r--tools/sepofra.h4
1 files changed, 2 insertions, 2 deletions
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 <string.h>
#include "bad_thing.h"
-typedef std::map<std::string,int> MSI;
+typedef std::map<std::string,SPF_result_t> MSR;
class sepofra{
public:
SPF_result_t result;
std::list<std::string> authorities;
- MSI seen;
+ MSR seen;
std::string ip;
std::string mailfrom;
std::string helo;