summaryrefslogtreecommitdiff
path: root/tools/sepofra.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-31 18:48:21 -0700
committerJohn Denker <jsd@av8n.com>2012-07-31 18:48:21 -0700
commitcff5a7b49c4151fdc55e085b150385259d0dc781 (patch)
tree2b454bf555a8422e4bde885967f58cb4240404d3 /tools/sepofra.h
parentea83c5d01a7e075dc5cd7ddf808e2a275f2dd68b (diff)
might actually have a working SPF check
Diffstat (limited to 'tools/sepofra.h')
-rw-r--r--tools/sepofra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sepofra.h b/tools/sepofra.h
index 89719fb..2e4b831 100644
--- a/tools/sepofra.h
+++ b/tools/sepofra.h
@@ -21,6 +21,7 @@ public:
std::list<std::string> authorities;
std::string ip;
std::string mailfrom;
+ std::string helo;
SPF_request_t* spf_request;
SPF_response_t* spf_response;