Mercurial > dnsbl
changeset 50:05957b18b2e6
final changes for 3.3
author | carl |
---|---|
date | Sat, 10 Jul 2004 09:09:39 -0700 |
parents | 4f9e3dc55d38 |
children | 9f2971c692d0 |
files | src/scanner.cpp src/update xml/dnsbl.in |
diffstat | 3 files changed, 2 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/src/scanner.cpp Fri Jul 09 14:09:02 2004 -0700 +++ b/src/scanner.cpp Sat Jul 10 09:09:39 2004 -0700 @@ -52,7 +52,7 @@ string_set::iterator i = html_tags->find(tag); if (i == html_tags->end()) { bad_html_tags++; - if (debug_syslog && (bad_html_tags < 10) && (binary_tags < 10)) { + if (debug_syslog && (bad_html_tags < 10)) { // only log the first 10 bad tags char buf[200]; snprintf(buf, sizeof(buf), "bad html tag %s", tag);
--- a/src/update Fri Jul 09 14:09:02 2004 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -#!/bin/bash - -targets="ns1 davd" - -for i in $targets; do - DST=/usr/src/rh8/dnsbl - ssh $i "mkdir -p $DST" - scp * $i:$DST - ssh $i "cd $DST; sh install.bash" -done - -DST=/etc/dnsbl -for i in $targets; do - scp $DST/*.conf $i:$DST -done
--- a/xml/dnsbl.in Fri Jul 09 14:09:02 2004 -0700 +++ b/xml/dnsbl.in Sat Jul 10 09:09:39 2004 -0700 @@ -171,7 +171,7 @@ line in your sendmail.mc and rebuild the .cf file <pre> -INPUT_MAIL_FILTER(`dnsbl', `S=local:/var/run/dnsbl/dnsbl.sock, F=T, T=C:30s;S:2m;R:2m;E:5m') +INPUT_MAIL_FILTER(`dnsbl', `S=local:/var/run/dnsbl/dnsbl.sock, F=T, T=C:30s;S:5m;R:5m;E:5m') </pre> Read the sample <a