Mercurial > dnsbl
diff src/dnsbl.h @ 136:f4746d8a12a3
add smtp auth rate limits
author | carl |
---|---|
date | Tue, 26 Sep 2006 13:59:14 -0700 |
parents | d9d2f8699621 |
children | ecb40aa3eaa5 |
line wrap: on
line diff
--- a/src/dnsbl.h Wed Aug 02 21:33:34 2006 -0700 +++ b/src/dnsbl.h Tue Sep 26 13:59:14 2006 -0700 @@ -22,7 +22,7 @@ // message specific data char *mailaddr; // envelope from value char *queueid; // sendmail queue id - bool authenticated; // client authenticated? if so, suppress all dnsbl checks + char *authenticated; // client authenticated? if so, suppress all dnsbl checks, but check rate limits bool have_whites; // have at least one whitelisted recipient? need to accept content and remove all non-whitelisted recipients if it fails bool only_whites; // every recipient is whitelisted? context_map env_to; // map each non-whitelisted recipient to their filtering context