Commit Graph

183 Commits

Author SHA1 Message Date
Sean Whalen
9cf113abdc Fix PSL download 2018-09-16 23:05:52 -04:00
Sean Whalen
2796fdd691 PEP 8 fix 2018-09-16 23:02:18 -04:00
Sean Whalen
5160d687f3 Update CLI docs 2018-09-16 22:56:51 -04:00
Sean Whalen
b46fec8983 4.0.0 prelease 2018-09-16 22:51:49 -04:00
Sean Whalen
e8dd04f952 Update systemd config example 2018-09-13 15:50:17 -04:00
Sean Whalen
4d0bf2723f Require sphinx==1.7.9 when building
Sphinx 1.8.0 breaks rstcheck
2018-09-13 14:48:04 -04:00
Sean Whalen
b4b2dc298a Merge branch 'master' of https://github.com/domainaware/parsedmarc 2018-09-13 13:30:27 -04:00
Sean Whalen
e274052133 3.9.7 - Completely reset IMAP connection when a broken pipe is encountered 2018-09-13 13:30:20 -04:00
Sean Whalen
0bb7a5108a Add Ater option to systemd service 2018-09-11 12:58:55 -04:00
Sean Whalen
f59c0d62fc 3.9.6 - Finish incomplete broken pipe fix 2018-09-11 11:18:56 -04:00
Sean Whalen
a6dbf807e4 3.9.5 - Refactor to use a shared IMAP connection for inbox watching and message downloads 2018-09-10 08:48:04 -04:00
Sean Whalen
b1b7f3c329 3.9.4 Fix moving/deleting emails 2018-09-06 16:26:41 -04:00
Sean Whalen
b9c4c62b00 3.9.3 - Fix crash when forensic recorts are missing Arrival-Date 2018-09-06 15:09:44 -04:00
Sean Whalen
92f4085386 fix build.sh typo 2018-09-06 13:48:36 -04:00
Sean Whalen
a6094b2144 3.9.2 - Fix PEP 8 spacing and update build.sh 2018-09-06 13:43:41 -04:00
Sean Whalen
8e102b4e95 Actually bump version to 3.9.1 2018-09-06 12:47:59 -04:00
Sean Whalen
51987ba770 3.9.1 - Use COPY and delete if an IMAP server does not support MOVE (closes issue #9) 2018-09-06 12:45:56 -04:00
Sean Whalen
bcde4bebd5 3.9.0 - Multiple bug fixes 2018-09-06 11:10:18 -04:00
Sean Whalen
f19d623d7d Reduce IMAP IDLE refresh rate to 5 minutes
G-Suite is resetting connections after 10 minutes
2018-09-05 04:55:46 -04:00
Sean Whalen
7c6a0b185a 3.8.2 2018-09-03 22:07:08 -04:00
Sean Whalen
8afa271cb7 Merge pull request #8 from mikesiegel/nameservers_args
Updated to pass nameserver arguments to all occurances of parse_repor…
2018-09-02 20:34:33 -04:00
Mike Siegel
ff8aa4fc32 Updated to pass nameserver arguments to all occurances of parse_report_record(). This significantly speeds up processing long reports from the inbox in my testing. 2018-08-30 12:04:37 -04:00
Sean Whalen
22c2e8799a 3.8.1 - Better handling of .msg files when msgconvert is not installed 2018-08-27 09:04:08 -04:00
Sean Whalen
ca0397c331 Add DKIM selector to dashboard output 2018-08-25 23:48:40 -04:00
Sean Whalen
4853537765 PEP 8 fix and more documentation 2018-08-22 06:50:59 -04:00
Sean Whalen
3954ecc595 3.8.0 - Fix saving to Elasticsearch when the to header is mising from forensic sample 2018-08-21 16:00:46 -04:00
Sean Whalen
245262d997 3.8.0 - Allow forensic to header to be missing 2018-08-21 15:53:44 -04:00
Sean Whalen
8438e9bd5a 3.8.0 - Remove excess /r from forensic reports 2018-08-21 15:44:33 -04:00
Sean Whalen
7f7bde3145 3.8.0 - Parse forensic reports if they are base64-encoded 2018-08-21 15:33:07 -04:00
Sean Whalen
7106fe620e Better comments 2018-08-21 14:24:14 -04:00
Sean Whalen
1b14147d5b Only use . as an IMAP folder hierarchy separator when / does not work 2018-08-21 13:56:10 -04:00
Sean Whalen
1e130ca70a 3.7.4 - Fix dovecot IMAP server support (closes #5)
Use `.` instead of `/` as the IMAP folder hierarchy separator

https://stackoverflow.com/questions/51951887/what-is-the-proper-way-to-create-imap-subfolders-using-imapclient-for-python/51952493#51952493
2018-08-21 11:57:06 -04:00
Sean Whalen
7758411244 Workaround for dovecot mail server bug (issue #3) 2018-08-21 03:47:04 -04:00
Sean Whalen
d74ec346ce 3.7.3 - Fix saving attachment from forensic sample to Elasticsearch 2018-08-19 11:55:29 -04:00
Sean Whalen
4d1cdf9e18 Add booleans to allignment details is dashboard 2018-08-10 13:59:50 -04:00
Sean Whalen
ebc79cbe9c 3.7.2 - Fix pypy support and add pypy documentation
https://github.com/elastic/elasticsearch-dsl-py/blob/master/Changelog.rst#620-2018-07-03

https://github.com/elastic/elasticsearch-dsl-py/issues/953
2018-08-01 11:09:55 -04:00
Sean Whalen
f0040ce53e Change uses of DocType to Document support refactoring in Elasticsearch 6.2.0
https://github.com/elastic/elasticsearch-dsl-py/blob/master/Changelog.rst#620-2018-07-03
2018-08-01 08:51:42 -04:00
Sean Whalen
46fdbc79a2 Fix HTTPS redirect in example NGINX config 2018-07-31 10:48:04 -04:00
Sean Whalen
c3a862c245 Merge branch 'master' of https://github.com/domainaware/parsedmarc 2018-07-26 00:45:28 -04:00
Sean Whalen
2d0b0098a1 Add sdist to build automation 2018-07-26 00:45:18 -04:00
Sean Whalen
89a93ed4a8 Update line colors for Message Disposition Over Time 2018-07-23 10:37:14 -04:00
Sean Whalen
aed4d60ccb 3.7.1 2018-07-18 10:55:01 -04:00
Sean Whalen
b97a6f5150 3.7.0 2018-07-18 09:46:40 -04:00
Sean Whalen
de0a3b7c56 Foc documentation formatting 2018-07-01 17:20:23 -04:00
Sean Whalen
a8471848dc Fox documentation formatting 2018-06-30 10:46:36 -04:00
Sean Whalen
9b25e294ea Update documentation - closes #3 2018-06-30 10:35:11 -04:00
Sean Whalen
105e286d79 Consolidate DMARC Summary and DMARC allignment Failure dashboards 2018-06-30 10:07:55 -04:00
Sean Whalen
900b1707fb Update documentation to reflect dashboard changes 2018-06-30 10:05:41 -04:00
Sean Whalen
37ce15e284 Merge branch 'master' of https://github.com/domainaware/parsedmarc 2018-06-30 09:59:44 -04:00
Sean Whalen
3cec775854 Update warnings 2018-06-30 09:59:39 -04:00