Discussion:
[sr-dev] git:5.4:a2b34363: Makefile.defs: version set to 5.4.6
Daniel-Constantin Mierla
2021-06-02 08:47:57 UTC
Permalink
Content preview: Module: kamailio Branch: 5.4 Commit: a2b34363aa5e97f171d933b08dc57f8e7a1b3d58
URL: https://github.com/kamailio/kamailio/commit/a2b34363aa5e97f171d933b08dc57f8e7a1b3d58
Author: Daniel-Constantin Mierla <***@gmail.com> Committer: Daniel-Constantin
Mierla <***@gmail.com> Date: 2021-06-02T10:44:48+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)
0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
mail domains are different
1.0 FORGED_GMAIL_RCVD 'From' gmail.com does not match 'Received'
headers
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: a2b34363aa5e97f171d933b08dc57f8e7a1b3d58
URL: https://github.com/kamailio/kamailio/commit/a2b34363aa5e97f171d933b08dc57f8e7a1b3d58

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

Makefile.defs: version set to 5.4.6

---

Modified: src/Makefile.defs

---

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

---

diff --git a/src/Makefile.defs b/src/Makefile.defs
index 621f646b23..40bbef82bc 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -106,7 +106,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
# version number
VERSION = 5
PATCHLEVEL = 4
-SUBLEVEL = 5
+SUBLEVEL = 6
EXTRAVERSION =

# memory manager switcher

Loading...