comparison xml/dnsbl.in @ 156:a220bfb9211f

add auto whitelisting
author carl
date Sun, 08 Jul 2007 09:46:55 -0700
parents 8d7c439bb6fa
children dcfa43a59ec8
comparison
equal deleted inserted replaced
155:a76a6af7ed8b 156:a220bfb9211f
174 This milter can also impose hourly rate limits on the number of 174 This milter can also impose hourly rate limits on the number of
175 recipients accepted from SMTP AUTH connections, that would otherwise be 175 recipients accepted from SMTP AUTH connections, that would otherwise be
176 allowed to relay thru this mail server with no spam filtering. 176 allowed to relay thru this mail server with no spam filtering.
177 </para> 177 </para>
178 <para> 178 <para>
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
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
183 whitelist such replies. Note that manually editing such autowhite files
184 is not supported.
185 </para>
186 <para>
179 The DNSBL milter reads a text configuration file (dnsbl.conf) on 187 The DNSBL milter reads a text configuration file (dnsbl.conf) on
180 startup, and whenever the config file (or any of the referenced include 188 startup, and whenever the config file (or any of the referenced include
181 files) is changed. The entire configuration file is case insensitive. 189 files) is changed. The entire configuration file is case insensitive.
182 If the configuration cannot be loaded due to a syntax error, the milter 190 If the configuration cannot be loaded due to a syntax error, the milter
183 will log the error and quit. If the configuration cannot be reloaded 191 will log the error and quit. If the configuration cannot be reloaded