Discussion:
[sr-dev] git:5.5:97f9ede8: secsipid: note about libsecsipid location and failure return codes
Daniel-Constantin Mierla
2021-06-01 09:09:30 UTC
Permalink
Content preview: Module: kamailio Branch: 5.5 Commit: 97f9ede8b82cff8063c3fd1908d3c323997e9566
URL: https://github.com/kamailio/kamailio/commit/97f9ede8b82cff8063c3fd1908d3c323997e9566
Author: Daniel-Constantin Mierla <***@gmail.com> Committer: Daniel-Constantin
Mierla <***@gmail.com> Date: 2021-06-01T10:59: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 FREEMAIL_FROM Sender email is commonly abused enduser mail
provider (miconda[at]gmail.com)
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.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: 5.5
Commit: 97f9ede8b82cff8063c3fd1908d3c323997e9566
URL: https://github.com/kamailio/kamailio/commit/97f9ede8b82cff8063c3fd1908d3c323997e9566

Author: Daniel-Constantin Mierla <***@gmail.com>
Committer: Daniel-Constantin Mierla <***@gmail.com>
Date: 2021-06-01T10:59:32+02:00

secsipid: note about libsecsipid location and failure return codes

(cherry picked from commit 59719a1ac97337ca7f8b83b0e8a9d63bf6ec0c7e)

---

Modified: src/modules/secsipid/doc/secsipid_admin.xml

---

Diff: https://github.com/kamailio/kamailio/commit/97f9ede8b82cff8063c3fd1908d3c323997e9566.diff
Patch: https://github.com/kamailio/kamailio/commit/97f9ede8b82cff8063c3fd1908d3c323997e9566.patch

---

diff --git a/src/modules/secsipid/doc/secsipid_admin.xml b/src/modules/secsipid/doc/secsipid_admin.xml
index 1e22e371fb..0d7147c35f 100644
--- a/src/modules/secsipid/doc/secsipid_admin.xml
+++ b/src/modules/secsipid/doc/secsipid_admin.xml
@@ -30,6 +30,17 @@
loads "secsipid_proc.so" in child init callback in order to initialize
the "libsecsipid" per child process.
</para>
+ <para>
+ The libsecsipid is provided by secsipidx project:
+ <ulink url="https://github.com/asipto/secsipidx">https://github.com/asipto/secsipidx</ulink>.
+ </para>
+ <para>
+ In case of failure, the functions in this module return error codes
+ (the negative values) listed in the code of libsecsipid, pretty much
+ at the top of:
+ <ulink url="https://github.com/asipto/secsipidx/blob/main/secsipid/secsipid.go"
+ >https://github.com/asipto/secsipidx/blob/main/secsipid/secsipid.go</ulink>.
+ </para>
</section>
<section>
<title>Dependencies</title>

Loading...