]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Add tests for MID module 2758/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 15 Feb 2019 08:53:31 +0000 (11:53 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 15 Feb 2019 08:53:31 +0000 (11:53 +0300)
test/functional/cases/106_mid.robot [new file with mode: 0644]
test/functional/configs/maps/mid.list [new file with mode: 0644]
test/functional/configs/mid.conf [new file with mode: 0644]
test/functional/messages/invalid_mid_allowed.eml [new file with mode: 0644]

diff --git a/test/functional/cases/106_mid.robot b/test/functional/cases/106_mid.robot
new file mode 100644 (file)
index 0000000..7d8459d
--- /dev/null
@@ -0,0 +1,42 @@
+*** Settings ***
+Suite Setup     MID Setup
+Suite Teardown  Normal Teardown
+Library         ${TESTDIR}/lib/rspamd.py
+Resource        ${TESTDIR}/lib/rspamd.robot
+Variables       ${TESTDIR}/lib/vars.py
+
+*** Variables ***
+${CONFIG}        ${TESTDIR}/configs/plugins.conf
+${RSPAMD_SCOPE}  Suite
+${URL_TLD}       ${TESTDIR}/../lua/unit/test_tld.dat
+
+*** Test Cases ***
+MID - invalid Message-ID
+  ${result} =  Scan Message With Rspamc  ${TESTDIR}/messages/fws_fp.eml
+  Check Rspamc  ${result}  INVALID_MSGID (1.70)
+  Should Not Contain  ${result.stdout}  MISSING_MID
+  Should Not Contain  ${result.stdout}  INVALID_MSGID_ALLOWED
+
+MID - invalid Message-ID allowed
+  ${result} =  Scan Message With Rspamc  ${TESTDIR}/messages/invalid_mid_allowed.eml
+  Check Rspamc  ${result}  INVALID_MSGID_ALLOWED (1.00)
+  Should Not Contain  ${result.stdout}  MISSING_MID
+  Should Not Contain  ${result.stdout}  INVALID_MSGID (
+
+MID - missing Message-ID
+  ${result} =  Scan Message With Rspamc  ${TESTDIR}/messages/freemail.eml
+  Check Rspamc  ${result}  MISSING_MID (2.50)
+  Should Not Contain  ${result.stdout}  MISSING_MID_ALLOWED
+  Should Not Contain  ${result.stdout}  INVALID_MSGID
+
+MID - missing Message-ID allowed
+  ${result} =  Scan Message With Rspamc  ${TESTDIR}/messages/dmarc/onsubdomain_pass_relaxed.eml
+  Check Rspamc  ${result}  MISSING_MID_ALLOWED (1.00)
+  Should Not Contain  ${result.stdout}  MISSING_MID (
+  Should Not Contain  ${result.stdout}  INVALID_MSGID
+
+*** Keywords ***
+MID Setup
+  ${PLUGIN_CONFIG} =  Get File  ${TESTDIR}/configs/mid.conf
+  Set Suite Variable  ${PLUGIN_CONFIG}
+  Generic Setup  PLUGIN_CONFIG
diff --git a/test/functional/configs/maps/mid.list b/test/functional/configs/maps/mid.list
new file mode 100644 (file)
index 0000000..b89c084
--- /dev/null
@@ -0,0 +1,2 @@
+cacophony.za.org /^<[A-z0-9+]{18}>$/
+mom.za.org
diff --git a/test/functional/configs/mid.conf b/test/functional/configs/mid.conf
new file mode 100644 (file)
index 0000000..49f5cb5
--- /dev/null
@@ -0,0 +1,9 @@
+mid = {
+    source = {
+        url = [
+            "https://maps.rspamd.com/rspamd/mid.inc.zst",
+            "fallback+file://${TESTDIR}/../../../conf/mid.inc",
+            "file://${TESTDIR}/configs/maps/mid.list"
+        ];
+    }
+}
diff --git a/test/functional/messages/invalid_mid_allowed.eml b/test/functional/messages/invalid_mid_allowed.eml
new file mode 100644 (file)
index 0000000..a7ee950
--- /dev/null
@@ -0,0 +1,10 @@
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cacophony.za.org;
+       s=dkim; t=1550213458;
+       h=from:sender:reply-to:subject:date:message-id:message-id:to:cc:
+        mime-version:content-type:content-transfer-encoding:in-reply-to:
+        references; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=;
+       b=vcs/v32V8AvN1x0qk8DihZq46R2C35z1A4h6xEg26dDq2JSVZQOd1+WYRtmHG5SL6JlQsb
+       KxBHbIAFIoah7JA+uKt49mrKOVcnq9dww/P4Os3lDjm7WMwjDb8eEX2kECINjVo5MDMp6C
+       cCMnjVLppV76SL8f5ExdHDsw6eZ9y9k=
+Message-ID: <JE47oX6KasQDNv6BEw>
+