changeset 1680:e6bf510f5e13

Tests: removed $http_auth_smtp_to from POP3 and IMAP tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 19 May 2021 04:33:00 +0300
parents 74986ebee2fd
children ac26f7f2b187
files mail_imap.t mail_pop3.t
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/mail_imap.t
+++ b/mail_imap.t
@@ -59,10 +59,6 @@ http {
             set $reply ERROR;
             set $passw "";
 
-            if ($http_auth_smtp_to ~ example.com) {
-                set $reply OK;
-            }
-
             set $userpass "$http_auth_user:$http_auth_pass";
             if ($userpass ~ '^test@example.com:secret$') {
                 set $reply OK;
--- a/mail_pop3.t
+++ b/mail_pop3.t
@@ -59,10 +59,6 @@ http {
             set $reply ERROR;
             set $passw "";
 
-            if ($http_auth_smtp_to ~ example.com) {
-                set $reply OK;
-            }
-
             set $userpass "$http_auth_user:$http_auth_pass";
             if ($userpass ~ '^test@example.com:secret$') {
                 set $reply OK;