Update rebuild script

master
Brie Bruns 2022-07-12 10:20:04 -06:00
parent a4a076e9e9
commit 5498243ebc
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ tail -n +5 /var/lib/rbldns/ahbl-rbldnsd/rhsbl.private.ahbl.org | \
grep '^[[:blank:]]*[^[:blank:]#;:]' |\ grep '^[[:blank:]]*[^[:blank:]#;:]' |\
cut -d . -f 2- | \ cut -d . -f 2- | \
egrep "^(([[:alpha:]](-?[[:alnum:]])*)\.)+[[:alpha:]]{2,}$" \ egrep "^(([[:alpha:]](-?[[:alnum:]])*)\.)+[[:alpha:]]{2,}$" \
| grep "\S" \
| sort > /var/www/downloads.ahbl.org/rspamd/ahbl-badrep-domains.map | sort > /var/www/downloads.ahbl.org/rspamd/ahbl-badrep-domains.map
for i in `ls *.map`; do for i in `ls *.map`; do