From 96cad791f1a9cd05b00863d4ebe9a2a30223ca72 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:14:34 -0600 Subject: [PATCH] fix: fixed spam from adobe issue --- helpers/is-arbitrary.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/helpers/is-arbitrary.js b/helpers/is-arbitrary.js index 7fcf1cd0f7..efecab7c09 100644 --- a/helpers/is-arbitrary.js +++ b/helpers/is-arbitrary.js @@ -95,6 +95,15 @@ function isArbitrary(session, headers) { `Blocked phrase, please forward this to ${config.abuseEmail}` ); + // until adobe responds + if ( + subject && + subject.includes( + 'Signature requested on "the agreement for your new checking account with us"' + ) + ) + throw new SMTPError('Spam from Adobe'); + // // check for paypal scam (very strict until PayPal resolves phishing on their side) // (seems to only come from "outlook.com" and "paypal.com" hosts)