Mercurial > dnsbl
comparison xml/dnsbl.in @ 158:ca4f178f9064
add auto whitelisting
author | carl |
---|---|
date | Sun, 08 Jul 2007 09:57:49 -0700 |
parents | dcfa43a59ec8 |
children | b3ed72ee6564 |
comparison
equal
deleted
inserted
replaced
157:dcfa43a59ec8 | 158:ca4f178f9064 |
---|---|
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. Also, such autowhite files need to be writeable by | 184 is not supported. Also, such autowhite files need to be writeable by the |
185 the dnsbl user, where all the other dnsbl configuration files only need | 185 dnsbl user, where all the other dnsbl configuration files only need |
186 to be readable by the dnsbl user. | 186 to be readable by the dnsbl user. |
187 </para> | 187 </para> |
188 <para> | 188 <para> |
189 The DNSBL milter reads a text configuration file (dnsbl.conf) on | 189 The DNSBL milter reads a text configuration file (dnsbl.conf) on |
190 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 |