Actions
Bug #5823
closedsmtp: config and built-in defaults mismatch
Updated by Jason Ish over 2 years ago
- Status changed from Assigned to In Progress
The following configuration parameters are the ones that differ from in-code defaults, to default suricata.yaml defaults:
| Parameter | Code Default | Configuration Default |
|---|---|---|
| mime.decode-mime | false | true |
| mime.decode-base64 | false | true |
| mime.decode-quoted-printable | false | true |
| mime.extract-urls | false | true |
Updated by Jason Ish over 2 years ago
- Status changed from In Progress to In Review
Actions