This commit is contained in:
indifferentketchup
2026-04-09 09:50:00 -05:00
parent 7fff9192b4
commit 22897475dc
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ async function poll(client) {
?.value || 'New Ticket';
const rawBody = getCleanBody(email.data.payload);
const sEmail = extractRawEmail(from);
const sEmail = extractRawEmail(from).toLowerCase();
const sName =
(from.match(/^(.*?)\s*<.*>$/) || [null, from])[1]
?.replace(/"/g, '')