diff options
author | Andrew Lewis <nerf@judo.za.org> | 2023-09-25 15:35:40 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2023-09-25 16:34:36 +0200 |
commit | 0059d2e216e8a43036aa1e19c6cfeff02ff8abcb (patch) | |
tree | 2630c4beeb2f3127c1f74a543ab4848953026228 /test/functional/lib/vars.py | |
parent | 2d7d4ff1b1050f0b72d4f9df8326e7fd99b2cc2f (diff) | |
download | rspamd-0059d2e216e8a43036aa1e19c6cfeff02ff8abcb.tar.gz rspamd-0059d2e216e8a43036aa1e19c6cfeff02ff8abcb.zip |
[Test] Rudimentary tests for known_senders plugin
Diffstat (limited to 'test/functional/lib/vars.py')
-rw-r--r-- | test/functional/lib/vars.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/lib/vars.py b/test/functional/lib/vars.py index 7d57f9f8f..898d21286 100644 --- a/test/functional/lib/vars.py +++ b/test/functional/lib/vars.py @@ -1,6 +1,7 @@ import socket CONTROLLER_ERRORS = True +RSPAMD_EXTERNAL_RELAY_ENABLED = False RSPAMD_KEY_PVT1 = 'ekd3x36tfa5gd76t6pa8hqif3ott7n1siuux68exbkk7ukscte9y' RSPAMD_KEY_PUB1 = 'm8kneubpcjsb8sbsoj7jy7azj9fdd3xmj63txni86a8ye9ncomny' RSPAMD_LOCAL_ADDR = '127.0.0.1' |