On 6/16/2014 9:49 AM, [email protected] wrote:
On 16.06.2014 00:16, Kevin A. McGrail wrote:
On 6/15/2014 12:32 PM, [email protected] wrote:
I am working on a plugin to check X-PHP-Script and am wondering if
there is a way to add the IP to the DNSBL check list?
What's the header look like and what RBL are you trying to use to do
the lookup against?
The header looks like this:
X-PHP-Script: www.example.com/cms/admin/contact.php for 69.195.136.109
and I am trying to do a lookup against SpamHaus ZEN preferably
The RBL code currently requires custom code. For example, the
check_rbl_from_host function as used here:
header KAM_FROM_URIBL_PCCC
eval:check_rbl_from_host('pccc','multi.pccc.com.', '127.0.0.4')
I already want to make a few functions to check any named header for IPs
or URIs to then check against RBLs.
I'll add this to the list as others wanted to evaluate things like
X-WebmailclientIP as well.
regards,
KAM