comparison 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
comparison
equal deleted inserted replaced
466:8ad675a5d448 467:f5b394bec28c
240 return; 240 return;
241 } 241 }
242 242
243 // send to SpamAssassin 243 // send to SpamAssassin
244 size_t total = 0; 244 size_t total = 0;
245 size_t wsize = 0; 245 ssize_t wsize = 0;
246 string reason; 246 string reason;
247 int status; 247 int status;
248 do { 248 do {
249 struct pollfd fds[2]; 249 struct pollfd fds[2];
250 int nfds = 2, nready; 250 int nfds = 2, nready;