Fix documentation typos

This commit is contained in:
Sean Whalen
2018-12-31 11:41:04 -05:00
parent 2345908bff
commit 3c0e550a3a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ Installation
::
http_proxy=http://prox-server:3128
https_proxy=http://@prox-server:3128
https_proxy=https://prox-server:3128
ftp_proxy=http://prox-server:3128
This will set the the proxy up for use system-wide, including for
+1 -1
View File
@@ -1125,7 +1125,7 @@ def get_dmarc_reports_from_inbox(host=None,
"'").rstrip(".")
e = "Error moving message UID {0}: {1}".format(
msg_uid, e)
logger.error("IMAP Error: {0}".format(e))
logger.error("IMAP error: {0}".format(e))
except (ConnectionResetError, TimeoutError) as error:
logger.debug("IMAP error: {0}".format(
error.__str__()))