Mercurial > dnsbl
changeset 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 | a4d313c2460b |
files | ChangeLog xml/dnsbl.in |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Sep 23 14:08:17 2007 -0700 +++ b/ChangeLog Sun Sep 23 14:33:00 2007 -0700 @@ -2,7 +2,7 @@ 6.10 2007-09-23 Don't whitelist addresses with embedded blanks, or the empty - path. + path. Allow manual removal of auto whitelist entries. 6.09 2007-09-06 Fix memory leak in auto-whitelisting code. Update auto-whitelist
--- 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.