On 16.06.2014 12:41, Kevin A. McGrail wrote:
On 6/16/2014 9:49 AM, [email protected] [3] wrote:
On 16.06.2014 00:16, Kevin A. McGrail wrote:
On 6/15/2014 12:32 PM, [email protected] [1] 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 [2] 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
Links:
------
[1] mailto:[email protected]
[2] http://www.example.com/cms/admin/contact.php
[3] mailto:[email protected]
Hi Kevin,
Thanks for your insight. Are you currently aware of any other plugins
that do this currently, so I can get some inspiration and see how it
works? I know Perl so I don't expect to have too much difficulty with it
:)
Regards,
Lawrence