From 95a149e3776d06bd3b93826f07151a8160e3dc9d Mon Sep 17 00:00:00 2001 From: "matteo@corti.li" Date: Thu, 27 May 2021 23:43:22 +0200 Subject: [PATCH] Fixed the list of dependencies Minor enhancements to the README --- INSTALL | 1 + README.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index e35a7c2..5bcd48c 100644 --- a/INSTALL +++ b/INSTALL @@ -14,6 +14,7 @@ check_rbl depends on several Perl modules: * Net::DNS * Net::IP * Readonly + * Socket Perl modules can be found on the "Comprehensive Perl Archive Network" (CPAN). The "How to install CPAN modules" guide summarizes how these diff --git a/README.md b/README.md index 47d1bae..566b0be 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ - (c) Matteo Corti, ETH Zurich, 2009-2012 - - (c) Matteo Corti, 2009-2021 + © Matteo Corti, ETH Zurich, 2009-2012 + + © Matteo Corti, 2009-2021 see AUTHORS for the complete list of contributors -# check_rbl +# check\_rbl A Nagios plugin to check if an SMTP server is blacklisted @@ -28,4 +28,4 @@ check_rbl -H example.org -t 60 -c 1 -w 1 -s cbl.abuseat.org -s bl.deadbeef.com - ## Bugs Please report any bugs or feature requests through the -web interface at https://github.com/matteocorti/check_rbl/issues +web interface at [https://github.com/matteocorti/check_rbl/issues](https://github.com/matteocorti/check_rbl/issues)