Spamscope

Latest version: v2.8.1

Safety actively analyzes 688568 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 8

1.3rc4

:warning: Breaking Changes :warning:
- From version `v1.3rc4` you can set main configuration file path with environment variable `SPAMSCOPE_CONF_FILE` or use default `/etc/spamscope/spamscope.yml`.

1.3rc1

Highlights
- **Thug processing**: it's possible to analyze the attachments with [Thug](https://github.com/buffer/thug).
- **Sender IP address**: there is the sender IP address in output results.

:warning: New configuration sections :warning:
- **Added thug section** in `attachments` bolt.

1.2

Highlights
- Migration to Elasticsearch 5.0.0
- Added custom Elasticsearch template to improve indexing and search
- Fixed bug in `files_mails`
- Others minors change

1.2.0

Highlights
- Added three functions to module `mailparser`:
- `parse_from_file`: parsing mail from a file
- `parse_from_string`: parsing mail from a string
- `parse_from_bytes`: parsing mail from bytes, new function only for Python 3.x

Example:

mail = mailparser.parse_from_file(fp)
mail = mailparser.parse_from_string(s)
mail = mailparser.parse_from_byte(bt)


- Added three new constructors `from_file`, `from_string` and `from_bytes`

Example:

mail = MailParser.from_file(fp)
mail = MailParser.from_string(fp)
mail = MailParser.from_bytes(fp)


- New property `message_as_string` to get the raw email.

:warning: Breaking Changes :warning:
- Replace exception `InvalidMail` with `ValueError`

1.1.7

Added mail and attachments fingerprints for only command line tool.

1.1

Highlights
- **Added filter function**. Now it's possible to filter mails/attachments already analyzed, without using any database, but only the RAM. More performance.

:warning: Breaking Changes :warning:
- **tokenizer configuration section**: added tokenizer section for enable filter function.
- tika configuration: replaced `content_types_details` in `valid_content_types`.
- new output elasticsearch configuration: splitted mails and attachments in two different indexes.

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.