summaryrefslogtreecommitdiff
path: root/tools/libskrewt.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libskrewt.h')
-rw-r--r--tools/libskrewt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/libskrewt.h b/tools/libskrewt.h
index 2360b15..af488f2 100644
--- a/tools/libskrewt.h
+++ b/tools/libskrewt.h
@@ -40,6 +40,7 @@ public:
std::string received_from; // envelope HELO among other things
name_tester proximta_HELO;
name_tester proximta_rDNS;
+ int proximta_rDNS_flagged;
std::string proximta_IP;
std::string proximta_AuthUser;
SPF_result_t spf_result;
@@ -56,7 +57,8 @@ public:
int saw_blank_line;
int recno;
int maxsize;
- int error_exit;
+ int strictness;
+ std::string note;
int mid_required;
std::vector<std::string> headerbuf;
std::vector<std::string> bigbuf;