Daniel-Constantin Mierla
2021-05-26 06:30:59 UTC
Content preview: Module: kamailio Branch: 5.4 Commit: 0675c3eb0fa95e19532cf812585f1eb021829dbc
URL: https://github.com/kamailio/kamailio/commit/0675c3eb0fa95e19532cf812585f1eb021829dbc
Author: Daniel-Constantin Mierla <***@gmail.com> Committer: Daniel-Constantin
Mierla <***@gmail.com> Date: 2021-05-26T08:28:43+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.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
mail domains are different
0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is
CUSTOM_MED
1.0 FORGED_GMAIL_RCVD 'From' gmail.com does not match 'Received'
headers
0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail
provider (miconda[at]gmail.com)
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: 5.4
Commit: 0675c3eb0fa95e19532cf812585f1eb021829dbc
URL: https://github.com/kamailio/kamailio/commit/0675c3eb0fa95e19532cf812585f1eb021829dbc
Author: Daniel-Constantin Mierla <***@gmail.com>
Committer: Daniel-Constantin Mierla <***@gmail.com>
Date: 2021-05-26T08:28:43+02:00
presence: set correct type for local_log_facility modparam
(cherry picked from commit 5f4662a95a97d5224bf03745a9a354a41925706c)
(cherry picked from commit 5bc7e1d636b617839f697838e326347b19cb0fcc)
---
Modified: src/modules/presence/presence.c
---
Diff: https://github.com/kamailio/kamailio/commit/0675c3eb0fa95e19532cf812585f1eb021829dbc.diff
Patch: https://github.com/kamailio/kamailio/commit/0675c3eb0fa95e19532cf812585f1eb021829dbc.patch
---
diff --git a/src/modules/presence/presence.c b/src/modules/presence/presence.c
index 301113aa03..09751bbc15 100644
--- a/src/modules/presence/presence.c
+++ b/src/modules/presence/presence.c
@@ -232,7 +232,7 @@ static param_export_t params[]={
{ "fetch_rows", INT_PARAM, &pres_fetch_rows},
{ "db_table_lock_type", INT_PARAM, &pres_db_table_lock_type},
{ "local_log_level", PARAM_INT, &pres_local_log_level},
- { "local_log_facility", PARAM_STR, &pres_log_facility_str},
+ { "local_log_facility", PARAM_STRING, &pres_log_facility_str},
{ "subs_remove_match", PARAM_INT, &pres_subs_remove_match},
{ "xavp_cfg", PARAM_STR, &pres_xavp_cfg},
{ "retrieve_order", PARAM_INT, &pres_retrieve_order},
URL: https://github.com/kamailio/kamailio/commit/0675c3eb0fa95e19532cf812585f1eb021829dbc
Author: Daniel-Constantin Mierla <***@gmail.com> Committer: Daniel-Constantin
Mierla <***@gmail.com> Date: 2021-05-26T08:28:43+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.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
mail domains are different
0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is
CUSTOM_MED
1.0 FORGED_GMAIL_RCVD 'From' gmail.com does not match 'Received'
headers
0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail
provider (miconda[at]gmail.com)
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: 5.4
Commit: 0675c3eb0fa95e19532cf812585f1eb021829dbc
URL: https://github.com/kamailio/kamailio/commit/0675c3eb0fa95e19532cf812585f1eb021829dbc
Author: Daniel-Constantin Mierla <***@gmail.com>
Committer: Daniel-Constantin Mierla <***@gmail.com>
Date: 2021-05-26T08:28:43+02:00
presence: set correct type for local_log_facility modparam
(cherry picked from commit 5f4662a95a97d5224bf03745a9a354a41925706c)
(cherry picked from commit 5bc7e1d636b617839f697838e326347b19cb0fcc)
---
Modified: src/modules/presence/presence.c
---
Diff: https://github.com/kamailio/kamailio/commit/0675c3eb0fa95e19532cf812585f1eb021829dbc.diff
Patch: https://github.com/kamailio/kamailio/commit/0675c3eb0fa95e19532cf812585f1eb021829dbc.patch
---
diff --git a/src/modules/presence/presence.c b/src/modules/presence/presence.c
index 301113aa03..09751bbc15 100644
--- a/src/modules/presence/presence.c
+++ b/src/modules/presence/presence.c
@@ -232,7 +232,7 @@ static param_export_t params[]={
{ "fetch_rows", INT_PARAM, &pres_fetch_rows},
{ "db_table_lock_type", INT_PARAM, &pres_db_table_lock_type},
{ "local_log_level", PARAM_INT, &pres_local_log_level},
- { "local_log_facility", PARAM_STR, &pres_log_facility_str},
+ { "local_log_facility", PARAM_STRING, &pres_log_facility_str},
{ "subs_remove_match", PARAM_INT, &pres_subs_remove_match},
{ "xavp_cfg", PARAM_STR, &pres_xavp_cfg},
{ "retrieve_order", PARAM_INT, &pres_retrieve_order},