Manually renewing domains (ie: with registrars that don't have automation / a WHMCS module) results in an email notification to admins like this:
To: ADMIN_EMAIL
Subject: Renew Domain
MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
From: COMPANY
Domain: DOMAINRegistration Period: 1
If your email system uses spamassassin, it will trigger the SCC_BODY_URI_ONLY rule because it only has two lines of content. Rule described here:
https://stackoverflow.com/questions/72405464/what-is-scc-body-uri-only-rule-in-spam-assassinIt would be handy if the email template could have more content. Perhaps a simple paragraph indicating something like:
This domain has been renewed but is not connected to a registrar. Please manually renew this domain.
This not only provides more context for the admin, but also should help avoid this spamassassin rule.
1 Comment
Login to post a comment.