Commit Graph

224 Commits

Author SHA1 Message Date
Sean Whalen
315b99f95a Resolve Sphinx warnings 2022-06-20 10:46:54 -04:00
William Desportes
a496b4e42a Fix documentation typos (#326)
Fixes: #325
2022-06-20 09:48:14 -04:00
William Desportes
9671a49166 Implement new settings for s3 (#328)
* Fix s3 path documented as an int

* Implement new settings for s3 storage
2022-06-20 09:47:29 -04:00
Nathan Thorpe
9d05fe776a Add message about scoping shared mailboxes when using MSGraph ClientSecret auth (#322)
* Add message about scoping to shared mailboxes

* disable resolve entities in Xml Parser
2022-05-14 14:14:42 -04:00
Sean Whalen
0e6e6c31c0 Merge branch 'master' of https://github.com/domainaware/parsedmarc 2022-05-14 13:16:03 -04:00
Sean Whalen
31821bcfd9 Remove pypy guide until #321 is fixed 2022-05-14 13:16:00 -04:00
Nathan Thorpe
9bf4e75e0e Implement Device Code and Client Secret auth flow for MS Graph (#320)
* implement DeviceCode and ClientSecret auth flow for MS Graph

* update readme for MS Graph auth method additions

* add warning to msgraph config setup
2022-05-14 12:58:22 -04:00
Sean Whalen
ed39c7d89e Update documentation 2022-05-13 17:11:05 -04:00
Sean Whalen
4018e828e9 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)
2022-05-10 21:01:41 -04:00
Sean Whalen
6b2131f0e8 Update documentation 2022-05-09 15:41:35 -04:00
Sean Whalen
af2afddf96 Possible 8.0.3 release
- Fix IMAP callback for `IDLE` connections (PR #313 closes issue #311)
- Add warnings in documentation and log output for IMAP configuration changes introduced in 8.0.0 (Closes issue #309)
- Actually pin the `elasticsearch` Python library version at `<7.14.0` (Closes issue #315)
2022-05-02 12:50:37 -04:00
Sean Whalen
1b0f95a0ff Add notes and warnings to address #309 and #314 # 2022-04-29 09:10:26 -04:00
Sean Whalen
64f8eef27b 8.0.1
Fix `ModuleNotFoundError` by adding `parsedmarc.mail` to the list of packages in `setup.py` (PR #308)
2022-04-24 20:12:01 -04:00
Sean Whalen
64b88991d1 8.0.0
- Update included copy of `dbip-country-lite.mmdb` to the 2022-04 release
- Add support for Microsoft/Office 365 via Microsoft Graph API (PR #301 closes issue #111)
- Pin `elasticsearch-dsl` version at `>=2.2.0<7.14.0` (PR #297  closes issue #296)
- Properly initialize `ip_dp_path` (PR #294 closes issue #286)
- Remove usage of `lgging.basicConfig` (PR #285)
- Add support for the Gmail API (PR #284 and PR #307 close issue #96)

Special thanks to @nathanthorpe  and @roeften for their substantial contributions.
2022-04-22 16:59:47 -04:00
Sean Whalen
315d400677 Update index.rst 2022-01-09 14:42:55 -05:00
Sean Whalen
5e0ac908c6 Better install instructions
Avoid polluting the Python system installation
2022-01-09 14:33:47 -05:00
Sean Whalen
21c7e9d4af 7.1.1
- Actually include `dbip-country-lite.mmdb` file in the `parsedmarc.resources` package (PR #281)
- Update `dbip-country-lite.mmdb` to the 2022-01 release
2022-01-08 16:07:23 -05:00
lasat
c921814e18 Update index.rst
add note to imap password to escape '%'
2021-12-23 07:45:39 +01:00
Sean Whalen
499516585b Migrate from Travis-CI to GitHub Actions 2021-12-07 11:04:27 -05:00
Sean Whalen
51eea6c08d 7.1.0
- A static copy of the DBIP database is now included for use when a copy of the MaxMind GeoLite2 Country database is not installed (Closes #275)
- Add `ip_db_path` to as a parameter and `general` setting for a custom IP geolocation database location (Closes #184)
- Search default Homebrew path when searching for a copy of the MaxMind GeoLite2 Country database (Closes #272)
- Fix log messages written to root logger (PR #276)
- Fix `--offline` option in CLI not being passed as a boolean (PR #265)
- Set Elasticsearch shard replication to `0` (PR #274)
- Add support for syslog output (PR #263 closes #227)
- Do not print TQDDM progress bar when running in a no-interactive TTY (PR #264)
2021-12-07 10:19:41 -05:00
Sean Whalen
6d5f8a9ec3 Fix documentation formatting 2021-06-20 15:45:15 -04:00
Sean Whalen
e841a49ca7 Fix documentation formatting 2021-06-20 14:24:49 -04:00
Sean Whalen
3d0f7c8c83 7.0.0
Closes issues #221 #219 #155 #103
2021-06-20 13:10:12 -04:00
Sean Whalen
242522f7ee Merge branch 'master' into imap_batch_size 2021-06-19 11:40:36 -04:00
Tom Henderson
eba722cddc Fix path example 2021-02-05 14:38:52 +13:00
Tom Henderson
bafa4861b1 Update docs 2021-02-05 14:27:22 +13:00
Tom Henderson
bc684c8913 Add option to process messages in batches 2021-02-05 13:37:09 +13:00
Anael Mobilia
08457b66fd Update categorie name in Kibana 2021-01-18 16:51:12 +01:00
Sean Whalen
ddb007af13 Update index.rst 2020-11-24 22:03:51 -05:00
Sean Whalen
4c3fb65af1 6.12.0 2020-11-24 21:42:45 -05:00
Sean Whalen
4fca674064 6.10.0
- Ignore unknown forensic report fields when generating CSVs (Closes issue #148)
- Fix crash on IMAP timeout (PR #164 - closes issue #163)
- Use SMTP port from the config file when sending emails (PR #151)
- Add support for Elasticsearch 7.0 (PR #161 - closes issue #149)
- Remove temporary workaround for DMARC aggregate report records missing a SPF domain fields
2020-05-10 17:44:14 -04:00
Sean Whalen
d0bb858e74 6.9.0 2020-02-17 16:24:11 -05:00
Sean Whalen
52eaa32c3b Fix more documentation typos 2020-01-14 17:39:31 -05:00
Sean Whalen
c1a78264d2 Fix documentation typo 2020-01-14 17:33:30 -05:00
Sean Whalen
335ee39d6b Update geoipupdate documentation 2020-01-14 17:29:58 -05:00
Sean Whalen
88304bbf67 Better geoipupdate documentation 2020-01-14 17:19:49 -05:00
Sean Whalen
e30ccf2e44 Update index.rst 2020-01-14 14:04:01 -05:00
Sean Whalen
abcb739e67 Fix documentation typos 2020-01-14 13:58:07 -05:00
Sean Whalen
8ca62a9860 6.8.0 release 2020-01-14 12:42:45 -05:00
Sean Whalen
1271b26fd5 6.8.0
closes issues #137 and #139
2020-01-14 11:32:40 -05:00
Sean Whalen
de465aa84d Update geoipupdate documentation 2020-01-14 10:51:44 -05:00
Sean Whalen
4673ebb1c4 Update link for exported kibana objects 2019-12-05 19:50:44 -05:00
Sean Whalen
a95cfa4efd CSV output fixes
Make CSV output match JSON output. Fixes issue #115
2019-11-06 12:12:06 -05:00
Sean Whalen
4685d0a750 Fix CentOS documentation as described in issue #114 2019-10-25 09:28:02 -04:00
Sean Whalen
189acd8779 Update index.rst 2019-09-23 00:19:06 -04:00
Sean Whalen
cb63c55b94 6.5.3 2019-07-31 11:08:01 -04:00
Sean Whalen
766786344d 6.5 release 2019-07-17 10:39:39 -04:00
Sean Whalen
8b3fc00f13 Document offline option 2019-07-17 09:03:49 -04:00
Sean Whalen
2351590c4d 6.4.2
Closes issue #94
2019-07-02 10:41:40 -04:00
Sean Whalen
1be7e3ff4c Update index.rst 2019-05-08 14:51:48 -04:00