diff src/dnsbl.h @ 230:ad38575e98ca

Prevent auto whitelisting due to outgoing multipart/report delivery notifications.
author Carl Byington <carl@five-ten-sg.com>
date Fri, 08 May 2009 12:55:30 -0700
parents 82886d4dd71f
children c0d2e99c0a1d
line wrap: on
line diff
--- a/src/dnsbl.h	Sat Feb 07 11:31:59 2009 -0800
+++ b/src/dnsbl.h	Fri May 08 12:55:30 2009 -0700
@@ -44,7 +44,7 @@
     bool            want_spamassassin;      // at least one non-whitelisted recipient has a non zero spamassassin limit
     bool            want_dccgrey;           // at least one non-whitelisted recipient wants dcc greylisting
     bool            want_dccbulk;           // at least one non-whitelisted recipient wants dcc bulk filtering
-    bool            is_bulk_precedence;     // have precedence:bulk header to prevent autowhitelisting
+    bool            allow_autowhitelisting; // precedence:bulk or content-type:multipart/report headers prevent autowhitelisting
     delay_whitelist delayer;                // to remember autowhitelisting until we see headers
     CONTEXT         *content_context;       // first non-whitelisted recipient with a content filtering context
     context_map     env_to;                 // map each non-whitelisted recipient to their filtering context