From b20a37cf7cc0d8874bbe99fdc19fa32c369ee3d2 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Wed, 22 Apr 2020 21:08:20 +0200 Subject: [PATCH] change README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d774110..0a85ac0 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ The basic idea is to define rules with conditions and do modifications when all ## Dependencies Pymodmilter is depending on these python packages, but they are installed automatically if you are working with pip. -* pymilter -* netaddr +* [pymilter](https://pythonhosted.org/pymilter/) +* [netaddr](https://github.com/drkjam/netaddr/) ## Installation * Install pymodmilter with pip. @@ -27,7 +27,7 @@ Rules and modifications are processed in the given order. ### Global The following optional global configuration options are available: * **local_addrs** - A list of hosts and network addresses which are considered local. It is used to for the condition option 'local'. This option may be overriden within a rule object. + A list of hosts and network addresses which are considered local. It is used to for the condition option [local](#Conditions). This option may be overriden within a rule object. * **log** Enable or disable logging. This option may be overriden by a rule or modification object.