From ee93a6480215a104be42aca282dcc658ea5ce510 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sun, 2 Dec 2012 13:58:56 -0700 Subject: fix some bit-rot; rename -error-exit to -strict --- tools/libskrewt.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/libskrewt.h') 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 headerbuf; std::vector bigbuf; -- cgit v1.2.3