diff mail_pop3.t @ 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 994d1b58cbe8
line wrap: on
line diff
--- 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;