I would like to use check_http or similar program to query the Spamhaus Lasso tool to report if there are any open issues (this would benefit alot of ISP/HSP's)...<br><br>Using aol for a generic example:  <a href="http://www.spamhaus.org">
www.spamhaus.org</a> -u /sbl/listings.lasso?isp=<a href="http://aol.com">aol.com</a><br><br>If there are no SBL issues you receive the following text:<br><br>"There are no current SBL listings for <a href="http://aol.com">
aol.com</a>"<br><br>If there are you recieve the following text:<br><br>"Found x SBL listings for IPs under the responsibility of <a href="http://aol.com">aol.com</a>"<br><br><br><br>So I would imagine my regular check command would be:
<br><br>
./check_http -H <a href="http://www.spamhaus.org">www.spamhaus.org</a> -u /sbl/listings.lasso?isp=<a href="http://aol.com">aol.com</a> -f follow -s no current SBL<br><br>or<br><br><br>

./check_http -H <a href="http://www.spamhaus.org">www.spamhaus.org</a> -u /sbl/listings.lasso?isp=<a href="http://aol.com">aol.com</a> -f follow -s "no current SBL"<br><br><br>But neither seems to work...  <br>
<br><br>

./check_http -H <a href="http://www.spamhaus.org">www.spamhaus.org</a> -u /sbl/listings.lasso?isp=<a href="http://aol.com">aol.com</a> -f follow -s no<br><br>works<br><br>but not:<br><br>

./check_http -H <a href="http://www.spamhaus.org">www.spamhaus.org</a> -u /sbl/listings.lasso?isp=<a href="http://aol.com">aol.com</a> -f follow -s current<br><br><br>I am at a loss now, can anyone make a suggestion on what i'm doin wrong ?
<br><br>Thanks!<br><br>Greg<br>