Skip to content

Commit

Permalink
fix(queue): replaced non-likely bounces from deferred to rejected
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 12, 2023
1 parent c2040e2 commit c701efd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 deletions config/bounces.txt
Original file line number Diff line number Diff line change
Expand Up @@ -406,65 +406,65 @@ IPTS04,defer,spam,temporarily deferred due to user complaints

^\d{3}[ \-]+4\.0\.0\b,defer,other,Unknown Issue
^\d{3}[ \-]+4\.1\.0\b,defer,envelope,Unknown Issue With Recipient's Email Address
^\d{3}[ \-]+4\.1\.1\b,defer,envelope,User Name In Email Address Not Valid
^\d{3}[ \-]+4\.1\.2\b,defer,envelope,Domain Name Of Email Address Not Valid
^\d{3}[ \-]+4\.1\.3\b,defer,envelope,Email Address Malformed
^\d{3}[ \-]+4\.1\.1\b,reject,envelope,User Name In Email Address Not Valid
^\d{3}[ \-]+4\.1\.2\b,reject,envelope,Domain Name Of Email Address Not Valid
^\d{3}[ \-]+4\.1\.3\b,reject,envelope,Email Address Malformed
^\d{3}[ \-]+4\.1\.4\b,defer,recipient,Multiple Mailboxes For Recipient
^\d{3}[ \-]+4\.1\.5\b,defer,recipient,Valid Email Address
^\d{3}[ \-]+4\.1\.6\b,defer,recipient,Email Address No Longer Accepts Or Forwards Messages
^\d{3}[ \-]+4\.1\.7\b,defer,envelope,Sender's Address Is Written Incorrectly
^\d{3}[ \-]+4\.1\.8\b,defer,config,Sending Address Is Bad Or Can't Accept Replies
^\d{3}[ \-]+4\.1\.9\b,defer,recipient,Message Routed To Non-Email System
^\d{3}[ \-]+4\.1\.6\b,reject,recipient,Email Address No Longer Accepts Or Forwards Messages
^\d{3}[ \-]+4\.1\.7\b,reject,envelope,Sender's Address Is Written Incorrectly
^\d{3}[ \-]+4\.1\.8\b,reject,config,Sending Address Is Bad Or Can't Accept Replies
^\d{3}[ \-]+4\.1\.9\b,reject,recipient,Message Routed To Non-Email System
^\d{3}[ \-]+4\.2\.0\b,defer,recipient,Unknown Issue With Mailbox
^\d{3}[ \-]+4\.2\.1\b,reject,capacity,Mailbox Is Not Accepting New Messages
^\d{3}[ \-]+4\.2\.2\b,reject,capacity,Mailbox Is Full
^\d{3}[ \-]+4\.2\.3\b,defer,message,Message Is Too Long
^\d{3}[ \-]+4\.2\.3\b,reject,message,Message Is Too Long
^\d{3}[ \-]+4\.2\.4\b,defer,recipient,Mailbox Has A Mailing List System Issue
^\d{3}[ \-]+4\.3\.0\b,defer,recipient,Unknown Issue With The Receiving System
^\d{3}[ \-]+4\.3\.1\b,reject,capacity,Email System Is Full
^\d{3}[ \-]+4\.3\.2\b,defer,recipient,Receiving Email System Not Operating
^\d{3}[ \-]+4\.3\.3\b,defer,message,Message Features Not Supported By Receiving System
^\d{3}[ \-]+4\.3\.4\b,defer,message,Message Is Too Large
^\d{3}[ \-]+4\.3\.5\b,defer,recipient,Recipient System Incorrectly Configured
^\d{3}[ \-]+4\.3\.3\b,reject,message,Message Features Not Supported By Receiving System
^\d{3}[ \-]+4\.3\.4\b,reject,message,Message Is Too Large
^\d{3}[ \-]+4\.3\.5\b,reject,recipient,Recipient System Incorrectly Configured
^\d{3}[ \-]+4\.3\.6\b,defer,message,Message Priority Issue
^\d{3}[ \-]+4\.4\.0\b,defer,network,Unknown Issue With Network Connection
^\d{3}[ \-]+4\.4\.1\b,defer,network,Network Is Busy
^\d{3}[ \-]+4\.4\.2\b,defer,network,Network Connection Timed Out
^\d{3}[ \-]+4\.4\.3\b,defer,network,Network Issue With The Receiving System
^\d{3}[ \-]+4\.4\.4\b,defer,network,Email Routing Issue Due To Network
^\d{3}[ \-]+4\.4\.5\b,defer,network,Overloaded Network
^\d{3}[ \-]+4\.4\.6\b,defer,network,Network Issue Caused A Mail Loop
^\d{3}[ \-]+4\.4\.6\b,reject,network,Network Issue Caused A Mail Loop
^\d{3}[ \-]+4\.4\.7\b,defer,network,Message Expired Before Delivery Completed
^\d{3}[ \-]+4\.5\.0\b,defer,config,Unknown Issue With Your Email Server
^\d{3}[ \-]+4\.5\.1\b,defer,protocol,Bad Messaging Command In Transmission
^\d{3}[ \-]+4\.5\.2\b,defer,protocol,Email System Sent Bad Command
^\d{3}[ \-]+4\.5\.3\b,defer,message,Too Many Recipients For Message
^\d{3}[ \-]+4\.5\.4\b,defer,protocol,Email System Sent Bad Command
^\d{3}[ \-]+4\.5\.5\b,defer,protocol,Email Systems Were Incompatible
^\d{3}[ \-]+4\.5\.6\b,defer,protocol,Messaging Command In Transmission Too Long
^\d{3}[ \-]+4\.5\.1\b,reject,protocol,Bad Messaging Command In Transmission
^\d{3}[ \-]+4\.5\.2\b,reject,protocol,Email System Sent Bad Command
^\d{3}[ \-]+4\.5\.3\b,reject,message,Too Many Recipients For Message
^\d{3}[ \-]+4\.5\.4\b,reject,protocol,Email System Sent Bad Command
^\d{3}[ \-]+4\.5\.5\b,reject,protocol,Email Systems Were Incompatible
^\d{3}[ \-]+4\.5\.6\b,reject,protocol,Messaging Command In Transmission Too Long
^\d{3}[ \-]+4\.6\.0\b,defer,message,Unknown Issue With The Message Content
^\d{3}[ \-]+4\.6\.1\b,defer,message,Message Content Or Attachment Not Supported
^\d{3}[ \-]+4\.6\.2\b,defer,message,Message Content Not Accepted By Recipient Server
^\d{3}[ \-]+4\.6\.1\b,reject,message,Message Content Or Attachment Not Supported
^\d{3}[ \-]+4\.6\.2\b,reject,message,Message Content Not Accepted By Recipient Server
^\d{3}[ \-]+4\.6\.3\b,defer,message,Message Content Could Not Be Processed For Delivery
^\d{3}[ \-]+4\.6\.4\b,defer,network,Content Loss During Delivery
^\d{3}[ \-]+4\.6\.5\b,defer,network,Message Content Not Accessible To Recipient Server
^\d{3}[ \-]+4\.6\.6\b,defer,network,Email Content Could Not Be Accessed
^\d{3}[ \-]+4\.6\.7\b,defer,envelope,Email Address Format Not Supported
^\d{3}[ \-]+4\.6\.7\b,reject,envelope,Email Address Format Not Supported
^\d{3}[ \-]+4\.6\.8\b,defer,protocol,Email Servers Are Not Responding Appropriately
^\d{3}[ \-]+4\.6\.9\b,defer,protocol,Email Servers Are Not Communicating With Each Other
^\d{3}[ \-]+4\.6\.10\b,defer,protocol,Email Servers Are Not Responding Appropriately
^\d{3}[ \-]+4\.7\.0\b,defer,policy,Unknown Security Or Policy Concern
^\d{3}[ \-]+4\.7\.1\b,defer,block,Message Sender Blocked By Receiving Server
^\d{3}[ \-]+4\.7\.2,defer,auth,Not Authorized To Send To Mailing List
^\d{3}[ \-]+4\.7\.2,reject,auth,Not Authorized To Send To Mailing List
^\d{3}[ \-]+4\.7\.3,defer,other,Security Features Could Not Be Interpreted
^\d{3}[ \-]+4\.7\.4,defer,auth,User Authentication For Message Failed
^\d{3}[ \-]+4\.7\.5,defer,message,Message Authentication Issues
^\d{3}[ \-]+4\.7\.6,defer,message,Message Encryption Issues
^\d{3}[ \-]+4\.7\.7,defer,message,Potentially Corrupt Message
^\d{3}[ \-]+4\.7\.5,reject,message,Message Authentication Issues
^\d{3}[ \-]+4\.7\.6,reject,message,Message Encryption Issues
^\d{3}[ \-]+4\.7\.7,reject,message,Potentially Corrupt Message
^\d{3}[ \-]+4\.7\.8,defer,auth,User Authentication Failed
^\d{3}[ \-]+4\.7\.9,defer,auth,Security Issue With User Authentication
^\d{3}[ \-]+4\.7\.10\b,defer,auth,Stronger Security Or Encryption Needed
^\d{3}[ \-]+4\.7\.11\b,defer,auth,Encryption Needed For Network Connection
^\d{3}[ \-]+4\.7\.10\b,reject,auth,Stronger Security Or Encryption Needed
^\d{3}[ \-]+4\.7\.11\b,reject,auth,Encryption Needed For Network Connection
^\d{3}[ \-]+4\.7\.12\b,defer,auth,Authentication Required
^\d{3}[ \-]+4\.7\.13\b,defer,block,Sender Account Disabled
^\d{3}[ \-]+4\.7\.14\b,defer,spam,Potential Security Issue For Sender
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"mongodb": "4.17.0",
"msgpack-js": "0.3.0",
"mx-connect": "1.4.4",
"nodemailer": "6.9.5",
"nodemailer": "6.9.6",
"npmlog": "7.0.1",
"prom-client": "14.2.0",
"prom-client": "15.0.0",
"punycode": "2.3.0",
"request": "2.88.2",
"restify": "11.1.0",
Expand All @@ -41,7 +41,7 @@
},
"devDependencies": {
"ajv": "8.12.0",
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.0.0",
"grunt": "1.6.1",
Expand Down

0 comments on commit c701efd

Please sign in to comment.