Mercurial > dnsbl
comparison src/dnsbl.h @ 76:81f1e400e8ab
start coding on new config syntax
author | carl |
---|---|
date | Sat, 16 Jul 2005 13:47:19 -0700 |
parents | b7449114ebb0 |
children | c1280cd3e248 |
comparison
equal
deleted
inserted
replaced
75:1142e46be550 | 76:81f1e400e8ab |
---|---|
26 bool have_whites; // have at least one whitelisted recipient? need to accept content and remove all non-whitelisted recipients if it fails | 26 bool have_whites; // have at least one whitelisted recipient? need to accept content and remove all non-whitelisted recipients if it fails |
27 bool only_whites; // every recipient is whitelisted? | 27 bool only_whites; // every recipient is whitelisted? |
28 context_map env_to; // map each non-whitelisted recipient to their filtering context | 28 context_map env_to; // map each non-whitelisted recipient to their filtering context |
29 recorder *memory; // memory for the content scanner | 29 recorder *memory; // memory for the content scanner |
30 url_scanner *scanner; // object to handle body scanning | 30 url_scanner *scanner; // object to handle body scanning |
31 char *content_suffix; // content filtering parameters | |
32 char *content_message; // "" | |
33 string_set *content_host_ignore; // "" | |
34 | |
31 | 35 |
32 mlfiPriv(); | 36 mlfiPriv(); |
33 ~mlfiPriv(); | 37 ~mlfiPriv(); |
34 void reset(bool final = false); // for a new message | 38 void reset(bool final = false); // for a new message |
35 void get_fd(); | 39 void get_fd(); |