Commit Graph

126 Commits

Author SHA1 Message Date
Sean Whalen
a997496e75 Actual 6.8.0 release 2020-01-14 13:10:57 -05:00
Sean Whalen
1271b26fd5 6.8.0
closes issues #137 and #139
2020-01-14 11:32:40 -05:00
Sean Whalen
20ac81343b 6.7.4 - Update dependencies
Fixes issue #134
2019-12-23 15:30:54 -05:00
Sean Whalen
d82f211946 6.7.3
Make `dkim_aligned` and `spf_aligned` case insensitive (PR #132)
2019-12-17 06:53:52 -05:00
Sean Whalen
d3f25c9447 Fix missing data in CSV output
Closes issue #128
2019-11-25 11:07:31 -05:00
Sean Whalen
747d22358f 6.7.1
- Parse forensic email samples with non-standard date headers
- Graceful handling of a failure to download the GeoIP database (issue #123)
2019-11-12 11:12:50 -05:00
Sean Whalen
9e50a1db57 Fix CI build 2019-11-06 12:41:57 -05:00
Sean Whalen
193e0fd98c Merge pull request #122 from michaeldavie/handle_bad_data
Handle invalid aggregate reports
2019-11-06 12:40:05 -05:00
Sean Whalen
eefc74c576 Fix PEP 8 line length 2019-11-06 12:24:09 -05:00
michaeldavie
13a2624850 Handle invalid bytes 2019-11-05 21:15:06 -05:00
chinskiy
2b789c869a add python 3.8 to CI 2019-10-31 13:08:25 +02:00
Sean Whalen
7d7a3e0919 6.6.1 - Close files after reading them 2019-09-23 00:53:36 -04:00
Sean Whalen
8a45628f25 Update setup.py 2019-09-23 00:24:04 -04:00
Sean Whalen
c991feb860 Auto detect mbox files and add IMAP timeouts 2019-09-23 00:12:51 -04:00
Sean Whalen
a1303a2168 Start work on 6.6.0 2019-09-22 00:20:21 -04:00
Sean Whalen
61e282d6ea 6.5.5 2019-09-13 08:24:48 -04:00
Sean Whalen
6efec4e633 6.5.4
Bump required `mailsuite` version to `1.2.1`
2019-08-12 15:07:06 -04:00
Sean Whalen
cb63c55b94 6.5.3 2019-07-31 11:08:01 -04:00
Sean Whalen
7f99759d30 6.5.2 2019-07-30 11:41:42 -04:00
Sean Whalen
a58975fc1c Bump version to 6.5.1 2019-07-18 13:16:39 -04:00
Sean Whalen
364f292a15 Prep for release 2019-07-16 21:59:44 -04:00
Sean Whalen
90e92809e3 Bump version 2019-07-15 19:15:31 -04:00
Sean Whalen
2351590c4d 6.4.2
Closes issue #94
2019-07-02 10:41:40 -04:00
Sean Whalen
15b444141f 6.4.1
Raise utils.DownloadError exception when a GeoIP database or Public Suffix List (PSL) download fails (closes issue #73)
2019-05-19 13:21:06 -04:00
Sean Whalen
1c9a6c4e85 6.4.0
Add ``number_of_shards`` and ``number_of_replicas`` to as possible options
in the ``elasticsearch`` configuration file section (see issue #78)
2019-05-08 14:46:24 -04:00
Sean Whalen
32cfede9ac 6.3.7
Work around some unexpected IMAP responses reported in issue #75
2019-05-02 22:08:16 -04:00
Sean Whalen
20ff722f30 6.3.6 2019-04-30 10:09:53 -04:00
Sean Whalen
cf62534c5b 6.3.5 - Normalize Delivery-Result value in forensic/failure reports (issue #76) 2019-04-29 17:02:05 -04:00
Sean Whalen
0638650550 6.3.4 - Fix Elasticsearch index creation (closes issue #74) 2019-04-23 12:51:35 -04:00
Sean Whalen
0feaec93dd 6.3.3 - Fix dependency conflict 2019-04-22 20:01:19 -04:00
Sean Whalen
8612a5d1b3 6.3.3 - Fix dependency order 2019-04-22 19:54:46 -04:00
Sean Whalen
775f80c02c 6.3.3
Set `number_of_shards` and `number_of_replicas` to `1` when creating indexes
2019-04-22 19:48:53 -04:00
Sean Whalen
2696162a49 Fix deps 2019-04-11 16:22:44 -04:00
Sean Whalen
ce7655ec8f Fix deps 2019-04-11 16:01:44 -04:00
Sean Whalen
d4e8974853 6.3.2 - Fix the monthly_indexes option in the elastocsearch configuration section 2019-04-11 15:46:33 -04:00
Sean Whalen
55a7e9c69b 6.3.1 2019-03-29 17:13:22 -04:00
Sean Whalen
a7814d1bf7 6.3.0 2019-03-29 12:44:35 -04:00
Sean Whalen
e3bbb4e008 6.2.2
Fix crash when trying to save forensic reports with missing fields to Elasticsearch
2019-03-19 11:36:06 -04:00
Sean Whalen
bd2b08027f 6.2.1 - Add missing tqdm dependency to setup.py 2019-02-25 11:00:48 -05:00
Sean Whalen
4813f7bc87 6.2.0 2019-02-24 14:32:41 -05:00
Sean Whalen
47598d9de9 6.1.8 - Actually fix GeoIP lookups 2019-02-16 15:37:14 -05:00
Sean Whalen
7681f30295 6.1.7 - Fix GeoIP lookups 2019-02-16 15:31:27 -05:00
Sean Whalen
de8b4f936c 6.1.6 - Better GeoIP error handling 2019-02-16 13:50:39 -05:00
Sean Whalen
a16b5c5627 6.1.5 2019-02-16 13:29:07 -05:00
Sean Whalen
0e5247d79f 6.1.4 - Actually package requirements 2019-02-16 11:12:17 -05:00
Sean Whalen
ecdff4d339 6.1.3 Fix package requirements 2019-02-16 11:06:16 -05:00
Sean Whalen
2e2e47b202 6.1.2 - Use local Public Suffix List file instead of downloading it 2019-02-15 19:14:08 -05:00
Sean Whalen
2eceac3100 6.1.1 2019-02-15 08:57:51 -05:00
Sean Whalen
e588845f23 6.1.0 - Fix aggregate report email parsing regression
Fix aggregate report email parsing regression in 6.0.3 (closes issues #57 and #58)
2019-02-13 10:30:25 -05:00
Sean Whalen
34594ca514 6.0.3 release 2019-02-12 11:59:37 -05:00