Mercurial > dnsbl
diff xml/dnsbl.in @ 176:4ec928b24bab stable-6-0-10
allow manual whitelisting with stamp 1 to remove a whitelist entry
author | carl |
---|---|
date | Sun, 23 Sep 2007 14:33:00 -0700 |
parents | e726e1a61ef9 |
children | d6531c702be3 |
line wrap: on
line diff
--- a/xml/dnsbl.in Sun Sep 23 14:08:17 2007 -0700 +++ b/xml/dnsbl.in Sun Sep 23 14:33:00 2007 -0700 @@ -189,6 +189,14 @@ configuration files only need to be readable by the dnsbl user. </para> <para> + You can manually add such an autowhite entry, by appending a single + text line to the autowhitelist file, using something like + <command>echo "$mail 0" >>$autowhitefile</command>. + You can manually remove such an autowhite entry, by appending a single + text line to the autowhitelist file, using something like + <command>echo "$mail 1" >>$autowhitefile</command>. + </para> + <para> The DNSBL milter reads a text configuration file (dnsbl.conf) on startup, and whenever the config file (or any of the referenced include files) is changed. The entire configuration file is case insensitive.