File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ async fn email_deliverable(
238
238
// emails.
239
239
// 4.2.1 The user you are trying to contact is receiving mail at a rate that
240
240
if err_string
241
- . contains ( "The user you are trying to contact is receiving mail at a rate that" )
241
+ . contains ( "the user you are trying to contact is receiving mail at a rate that" )
242
242
{
243
243
return Ok ( Deliverability {
244
244
has_full_inbox : false ,
@@ -278,8 +278,6 @@ async fn email_deliverable(
278
278
// 550 5.1.1 No such user - pp
279
279
// 550 No such user here
280
280
|| err_string. contains ( "no such user" )
281
- // 4.2.1 The user you are trying to contact is receiving mail at a rate...
282
- || err_string. contains ( "is receiving mail at a rate" )
283
281
// 550 5.1.1 : Mailbox not found
284
282
// 550 Unknown address error ‘MAILBOX NOT FOUND’
285
283
|| err_string. contains ( "not found" )
You can’t perform that action at this time.
0 commit comments