mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-17 12:43:19 +00:00
Fix documentation typos
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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__()))
|
||||
|
||||
Reference in New Issue
Block a user