Conversation
|
There remain some unexpected SMTP reply codes :
and also some SMTP servers will reply unexpected command + the junk (TLS handshake from client) including multiple lines of it, so we get junk lines from the server |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #11193 +/- ##
==========================================
- Coverage 82.93% 82.76% -0.17%
==========================================
Files 942 942
Lines 250797 250908 +111
==========================================
- Hits 207994 207676 -318
- Misses 42803 43232 +429
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
WARNING:
Pipeline 20871 |
|
Nice... Now I'm curious about the remaining 42 errors :) |
See #11193 (comment) |
|
Since the 42 are from TLPW1, can we turn the unique error classes from it into SV tests? |
Done in OISF/suricata-verify#1894 |
|
Rebased in #11261 |
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/1125
https://redmine.openinfosecfoundation.org/issues/6821
https://redmine.openinfosecfoundation.org/issues/5491
Describe changes:
SV_BRANCH=OISF/suricata-verify#1850
#11128 with additional commit for smtp reply codes to get less smtp parser errors