Skip to content

Commit

Permalink
fix: fixed issue with bounces not working properly when hard/soft rej…
Browse files Browse the repository at this point in the history
…ect occurs
  • Loading branch information
titanism committed Jan 8, 2025
1 parent 96cad79 commit 7fb2a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/on-data-mx.js
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ async function onDataMX(session, headers, body) {
]);

const accepted = [];
const bounces = [];
const bounces = [...data.bounces];
const vacationResponders = [];

// NOTE: we don't add to mail_accepted nor mail_rejected counters for IMAP
Expand Down

0 comments on commit 7fb2a05

Please sign in to comment.