# HG changeset patch # User Maxim Dounin # Date 1621387980 -10800 # Node ID e6bf510f5e135128fd46be3f0df8907ff80cd1c8 # Parent 74986ebee2fd2c4e20e05cadb5f856cdd438ef2e Tests: removed $http_auth_smtp_to from POP3 and IMAP tests. diff --git a/mail_imap.t b/mail_imap.t --- 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; diff --git a/mail_pop3.t b/mail_pop3.t --- 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;