From 817d61c731334bd9c4e11e7abe262001e77d9b67 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 28 Jun 2019 18:07:16 +0100 Subject: [PATCH] [Test] Add angled recipients test --- test/functional/cases/108_settings.robot | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/functional/cases/108_settings.robot b/test/functional/cases/108_settings.robot index 9de9a48a6..bc20261c6 100644 --- a/test/functional/cases/108_settings.robot +++ b/test/functional/cases/108_settings.robot @@ -148,6 +148,14 @@ SETTINGS ID - VIRTUAL SELECTOR Should Not Contain ${result.stdout} SIMPLE_POST Should Not Contain ${result.stdout} SIMPLE_PRE +SETTINGS ID - ANGLED RECIPIENT + ${result} = Scan Message With Rspamc ${MESSAGE} --rcpt + Check Rspamc ${result} SIMPLE_VIRTUAL (10 + Should Not Contain ${result.stdout} SIMPLE_TEST + Should Not Contain ${result.stdout} SIMPLE_VIRTUAL1 + Should Not Contain ${result.stdout} SIMPLE_POST + Should Not Contain ${result.stdout} SIMPLE_PRE + SETTINGS ID - VIRTUAL HEADER MATCH ${result} = Scan Message With Rspamc ${MESSAGE_7BIT} Check Rspamc ${result} SIMPLE_VIRTUAL (10 -- 2.39.5