- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 24,281
- راهحلها
- 27
- پسندها
- 3,277
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
XenForo currently generates the DKIM signature in
This was fine in XenForo 2.2, but in XenForo 2.3 the email is basically rebuild in
PHP:
This modifies the body as new MIME boundaries are generated which obviosuly invalidates the previously generated body hash.
Suggested Fix
Generate the DKIM signature immediately before actually sending the email, this ensures...
\XF\Mail\Mail::setFinalHeaders().This was fine in XenForo 2.2, but in XenForo 2.3 the email is basically rebuild in
\XF\Mail\Mailer::send():PHP:
$email = MessageConverter::toEmail($email);This modifies the body as new MIME boundaries are generated which obviosuly invalidates the previously generated body hash.
Suggested Fix
Generate the DKIM signature immediately before actually sending the email, this ensures...
نام موضوع : DKIM signing is broken
