mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-09 16:21:25 +00:00
8.1.0
This commit is contained in:
@@ -142,7 +142,6 @@ For example
|
||||
host = imap.example.com
|
||||
user = dmarcresports@example.com
|
||||
password = $uperSecure
|
||||
# Starting in 8.0.0, the watch option has moved to the mailbox section
|
||||
|
||||
[mailbox]
|
||||
watch = True
|
||||
@@ -206,7 +205,7 @@ The full set of configuration options are:
|
||||
``%`` characters must be escaped with another ``%`` character, so use ``%%`` wherever a ``%`` character is used.
|
||||
|
||||
.. note::
|
||||
Starting in version 8.0.0, the ``watch`` option has been moved to the ``mailbox`` section
|
||||
Starting in version 8.0.0, most options from the ``imap`` section have been moved to the ``mailbox`` section.
|
||||
|
||||
.. note::
|
||||
If your host recommends another port, still try 993
|
||||
|
||||
@@ -257,7 +257,6 @@ lookalike domain monitoring, check out <a class="reference external" href="https
|
||||
<span class="na">host</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">imap.example.com</span><span class="w"></span>
|
||||
<span class="na">user</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">dmarcresports@example.com</span><span class="w"></span>
|
||||
<span class="na">password</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">$uperSecure</span><span class="w"></span>
|
||||
<span class="c1"># Starting in 8.0.0, the watch option has moved to the mailbox section</span><span class="w"></span>
|
||||
|
||||
<span class="k">[mailbox]</span><span class="w"></span>
|
||||
<span class="na">watch</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">True</span><span class="w"></span>
|
||||
@@ -331,7 +330,7 @@ lookalike domain monitoring, check out <a class="reference external" href="https
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>Starting in version 8.0.0, the <code class="docutils literal notranslate"><span class="pre">watch</span></code> option has been moved to the <code class="docutils literal notranslate"><span class="pre">mailbox</span></code> section</p>
|
||||
<p>Starting in version 8.0.0, most options from the <code class="docutils literal notranslate"><span class="pre">imap</span></code> section have been moved to the <code class="docutils literal notranslate"><span class="pre">mailbox</span></code> section.</p>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
|
||||
Reference in New Issue
Block a user