From: Vsevolod Stakhov Date: Tue, 6 Jan 2026 16:18:56 +0000 (+0000) Subject: [Test] Add some fake records X-Git-Tag: 3.14.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f7f60c67028c9336819150648ac59f692e39d95;p=thirdparty%2Frspamd.git [Test] Add some fake records --- diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 2e5dee93dc..9b4af8328c 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -179,6 +179,16 @@ options = { type = "ptr"; replies = ["mail.highsecure.ru"]; }, + { + name = "4.4.8.9.in-addr.arpa", + type = "ptr", + replies = ["mail.cacophony.za.org"], + }, + { + name = "mail.cacophony.za.org", + type = "a", + replies = ["9.8.4.4"], + }, { name = "mail.highsecure.ru", type = "a";