Mercurial > dnsbl
comparison xml/dnsbl.in @ 157:dcfa43a59ec8
add auto whitelisting
author | carl |
---|---|
date | Sun, 08 Jul 2007 09:55:44 -0700 |
parents | a220bfb9211f |
children | ca4f178f9064 |
comparison
equal
deleted
inserted
replaced
156:a220bfb9211f | 157:dcfa43a59ec8 |
---|---|
179 Consider the case of a message from A to B passing thru this milter. | 179 Consider the case of a message from A to B passing thru this milter. |
180 If that message is not blocked, then we might eventually see a reply | 180 If that message is not blocked, then we might eventually see a reply |
181 message from B to A. If the filtering context for A includes an | 181 message from B to A. If the filtering context for A includes an |
182 autowhite entry, then this milter will add an entry in that file to | 182 autowhite entry, then this milter will add an entry in that file to |
183 whitelist such replies. Note that manually editing such autowhite files | 183 whitelist such replies. Note that manually editing such autowhite files |
184 is not supported. | 184 is not supported. Also, such autowhite files need to be writeable by |
185 the dnsbl user, where all the other dnsbl configuration files only need | |
186 to be readable by the dnsbl user. | |
185 </para> | 187 </para> |
186 <para> | 188 <para> |
187 The DNSBL milter reads a text configuration file (dnsbl.conf) on | 189 The DNSBL milter reads a text configuration file (dnsbl.conf) on |
188 startup, and whenever the config file (or any of the referenced include | 190 startup, and whenever the config file (or any of the referenced include |
189 files) is changed. The entire configuration file is case insensitive. | 191 files) is changed. The entire configuration file is case insensitive. |