Daniel-Constantin Mierla
2021-06-07 13:17:35 UTC
Content preview: Module: kamailio Branch: master Commit: c336eed393f2fedae16dbcf004e143fdd38c46e2
URL: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2
Author: Sergey Safarov <***@gmail.com> Committer: Daniel-Constantin
Mierla <***@gmail.com> Date: 2021-06-07T15:17:32+02:00
Content analysis details: (-2.4 points, 5.5 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is
CUSTOM_MED
0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail
provider (miconda[at]gmail.com)
1.0 FORGED_GMAIL_RCVD 'From' gmail.com does not match 'Received'
headers
0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
mail domains are different
0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and
EnvelopeFrom freemail headers are
different
-1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list
manager
Module: kamailio
Branch: master
Commit: c336eed393f2fedae16dbcf004e143fdd38c46e2
URL: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2
Author: Sergey Safarov <***@gmail.com>
Committer: Daniel-Constantin Mierla <***@gmail.com>
Date: 2021-06-07T15:17:32+02:00
core: published sip_check_fline function in .h file
---
Modified: src/core/receive.h
---
Diff: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2.diff
Patch: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2.patch
---
diff --git a/src/core/receive.h b/src/core/receive.h
index d4ce7895a8..433bf6a72e 100644
--- a/src/core/receive.h
+++ b/src/core/receive.h
@@ -32,6 +32,7 @@
#include "ip_addr.h"
int receive_msg(char* buf, unsigned int len, struct receive_info *ri);
+int sip_check_fline(char *buf, unsigned int len);
unsigned int inc_msg_no(void);
void ksr_msg_env_reset(void);
URL: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2
Author: Sergey Safarov <***@gmail.com> Committer: Daniel-Constantin
Mierla <***@gmail.com> Date: 2021-06-07T15:17:32+02:00
Content analysis details: (-2.4 points, 5.5 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is
CUSTOM_MED
0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail
provider (miconda[at]gmail.com)
1.0 FORGED_GMAIL_RCVD 'From' gmail.com does not match 'Received'
headers
0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
mail domains are different
0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and
EnvelopeFrom freemail headers are
different
-1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list
manager
Module: kamailio
Branch: master
Commit: c336eed393f2fedae16dbcf004e143fdd38c46e2
URL: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2
Author: Sergey Safarov <***@gmail.com>
Committer: Daniel-Constantin Mierla <***@gmail.com>
Date: 2021-06-07T15:17:32+02:00
core: published sip_check_fline function in .h file
---
Modified: src/core/receive.h
---
Diff: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2.diff
Patch: https://github.com/kamailio/kamailio/commit/c336eed393f2fedae16dbcf004e143fdd38c46e2.patch
---
diff --git a/src/core/receive.h b/src/core/receive.h
index d4ce7895a8..433bf6a72e 100644
--- a/src/core/receive.h
+++ b/src/core/receive.h
@@ -32,6 +32,7 @@
#include "ip_addr.h"
int receive_msg(char* buf, unsigned int len, struct receive_info *ri);
+int sip_check_fline(char *buf, unsigned int len);
unsigned int inc_msg_no(void);
void ksr_msg_env_reset(void);