Mercurial > dnsbl
diff src/dnsbl.h @ 168:6bac960af6b4
add generic reverse dns filtering regex
author | carl |
---|---|
date | Thu, 30 Aug 2007 11:08:46 -0700 |
parents | 9b129ed78d7d |
children | a4d313c2460b |
line wrap: on
line diff
--- a/src/dnsbl.h Mon Aug 27 20:49:19 2007 -0700 +++ b/src/dnsbl.h Thu Aug 30 11:08:46 2007 -0700 @@ -33,6 +33,7 @@ char *mailaddr; // envelope from value char *queueid; // sendmail queue id char *authenticated; // client authenticated? if so, suppress all dnsbl checks, but check rate limits + char *client_name; // fully qualified host name of the smtp client 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? bool want_spamassassin; // at least one non-whitelisted recipients has a non zero spamassassin limit