From 17d9d3538d09a503df8869663abccda37f80fb83 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 20 Feb 2019 07:48:06 -0500 Subject: [PATCH] Fix typo --- _modules/parsedmarc/utils.html | 5 +++-- _sources/index.rst.txt | 2 +- index.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html index 82ad542..edc6152 100644 --- a/_modules/parsedmarc/utils.html +++ b/_modules/parsedmarc/utils.html @@ -432,12 +432,13 @@ shutil.move(tar_path, location) shutil.rmtree(tar_dir) except Exception as e: - logging.debug("Error downloading {0}: {1}".format(url, - e.__str__())) + logger.warning("Error downloading {0}: {1}".format(url, + e.__str__())) system_paths = ["/usr/local/share/GeoIP/GeoLite2-Country.mmdb", "/usr/share/GeoIP/GeoLite2-Country.mmdb", "/var/lib/GeoIP/GeoLite2-Country.mmdb", + "/var/local/lib/GeoIP/GeoLite2-Country.mmdb", "C:\\GeoIP\\GeoLite2-Country.mmdb"] db_path = None diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 4628ff0..0d020f6 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -595,7 +595,7 @@ Install Java: .. code-block:: bash - sudo apt-install default-jre-headless + sudo apt-get install default-jre-headless Configure Davmail by creating a ``davmail.properties`` file diff --git a/index.html b/index.html index ad375bf..c272186 100644 --- a/index.html +++ b/index.html @@ -766,7 +766,7 @@ as a local EWS/OWA IMAP gateway. It can even work where https://sourceforge.net/projects/davmail/files/

Extract the zip using the unzip command.

Install Java:

-
sudo apt-install default-jre-headless
+
sudo apt-get install default-jre-headless
 

Configure Davmail by creating a davmail.properties file