haraka / Haraka

A fast, highly extensible, and event driven SMTP server
https://haraka.github.io
MIT License
5.11k stars 660 forks source link

Update mail_from.is_resolvable.js #3416

Closed lnedry closed 4 weeks ago

lnedry commented 4 weeks ago

One of the MX checks was still using old style config. When a From domain had no valid MX, a DENYSOFT was returned. Updated to use new style config so now a DENY is returned.