comparison src/dnsbl.h @ 190:004b855c6c1f

fix null pointer dereference from missing HELO command
author carl
date Sat, 10 Nov 2007 10:52:50 -0800
parents f0eda59e8afd
children 8f4a9a37d4d9
comparison
equal deleted inserted replaced
189:e10f5951b905 190:004b855c6c1f
24 // 24 //
25 struct mlfiPriv 25 struct mlfiPriv
26 { 26 {
27 // callback specific data 27 // callback specific data
28 SMFICTX *ctx; // updated everytime we fetch this priv pointer from the ctx 28 SMFICTX *ctx; // updated everytime we fetch this priv pointer from the ctx
29 bool eom; // are we in eom function, so progress function can be called?
29 // connection specific data 30 // connection specific data
30 CONFIG *pc; // global filtering configuration 31 CONFIG *pc; // global filtering configuration
31 int fd; // to talk to dns resolver process 32 int fd; // to talk to dns resolver process
32 bool err; // did we get any errors on the resolver socket? 33 bool err; // did we get any errors on the resolver socket?
33 int ip; // ip4 address of the smtp client 34 int ip; // ip4 address of the smtp client