# HG changeset patch # User carl # Date 1190583180 25200 # Node ID 4ec928b24bab9a56af7326de67dd21de26eeb893 # Parent e726e1a61ef9a94183a38f153b3054a8e5106fef allow manual whitelisting with stamp 1 to remove a whitelist entry diff -r e726e1a61ef9 -r 4ec928b24bab ChangeLog --- 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 diff -r e726e1a61ef9 -r 4ec928b24bab xml/dnsbl.in --- 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. + You can manually add such an autowhite entry, by appending a single + text line to the autowhitelist file, using something like + echo "$mail 0" >>$autowhitefile. + You can manually remove such an autowhite entry, by appending a single + text line to the autowhitelist file, using something like + echo "$mail 1" >>$autowhitefile. + + 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.