diff src/spamass.cpp.in @ 467:f5b394bec28c

allow checking names without A records on uribl lists; improve extraction of fake TLDs from our RPZ zone
author Carl Byington <carl@five-ten-sg.com>
date Wed, 16 Dec 2020 10:25:37 -0800
parents 78eedbbce636
children 5209e92b4885
line wrap: on
line diff
--- a/src/spamass.cpp.in	Thu Apr 25 09:47:36 2019 -0700
+++ b/src/spamass.cpp.in	Wed Dec 16 10:25:37 2020 -0800
@@ -242,7 +242,7 @@
 
     // send to SpamAssassin
     size_t total = 0;
-    size_t wsize = 0;
+    ssize_t wsize = 0;
     string reason;
     int status;
     do {