mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-07-15 04:54:56 +00:00
8.2.0 release
- Support non-standard, text-based forensic reports sent by some mail hosts - Set forensic report version to `None` (`null` in JSON) if the report was in a non-standard format and/or is missing a version number - The default value of the `mailbox` `batch_size` is now `10` (use `0` for no limit)
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ The full set of configuration options are:
|
||||
- ``watch`` - bool: Use the IMAP ``IDLE`` command to process messages as they arrive or poll MS Graph for new messages
|
||||
- ``delete`` - bool: Delete messages after processing them, instead of archiving them
|
||||
- ``test`` - bool: Do not move or delete messages
|
||||
- ``batch_size`` - int: Number of messages to read and process before saving. Defaults to all messages if not set.
|
||||
- ``batch_size`` - int: Number of messages to read and process before saving. Default 10. Use 0 for no limit.
|
||||
|
||||
- ``imap``
|
||||
- ``host`` - str: The IMAP server hostname or IP address
|
||||
|
||||
Reference in New Issue
Block a user