Skip to content

Commit

Permalink
fix: commented out ARC fail check since python libs seems to have so …
Browse files Browse the repository at this point in the history
…many issues
  • Loading branch information
niftylettuce committed Aug 8, 2020
1 parent 1b1f9df commit ab4c645
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,7 @@ class ForwardEmail {
"The email sent has failed DMARC validation and is rejected due to the domain's DMARC policy."
);

/*
// check if ARC failed then reject if DMARC policy was to reject
if (
authResults &&
Expand All @@ -1218,6 +1219,7 @@ class ForwardEmail {
throw new CustomError(
"The email sent has failed ARC validation and is rejected due to the domain's DMARC policy."
);
*/

/*
//
Expand Down

0 comments on commit ab4c645

Please sign in to comment.