diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-10-05 15:29:56 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-10-05 15:29:56 +0100 |
commit | 90b664698c6d9edffc8a24fb634777f8d58a857a (patch) | |
tree | 740535d3c4186c4f4a169f28eaa39321962f143e /test/functional/messages | |
parent | 4f254839f829ec18b2ec144a6de6777b1f5688f7 (diff) | |
download | rspamd-90b664698c6d9edffc8a24fb634777f8d58a857a.tar.gz rspamd-90b664698c6d9edffc8a24fb634777f8d58a857a.zip |
[Minor] Fix test message as we now process received headers as expected
Diffstat (limited to 'test/functional/messages')
-rw-r--r-- | test/functional/messages/btc.eml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/messages/btc.eml b/test/functional/messages/btc.eml index b8aeabf25..840a5cbf1 100644 --- a/test/functional/messages/btc.eml +++ b/test/functional/messages/btc.eml @@ -1,4 +1,4 @@ -Received: by mail-lf1-f54.gulugulu.com with SMTP id j14so14439709lfg.9 +Received: from localhost by mail-lf1-f54.gulugulu.com with SMTP id j14so14439709lfg.9 for <test@test.ru>; Mon, 27 Apr 2020 09:54:21 -0700 (PDT) From: test@test.com Date: Mon, 27 Apr 2020 19:54:10 +0300 |