Manual:$wgUserEmailUseReplyTo

This page is a translated version of the page Manual:$wgUserEmailUseReplyTo and the translation is 50% complete.
メールの設定: $wgUserEmailUseReplyTo
送信者である利用者のメールアドレスを From ヘッダーではなく Reply-To ヘッダーに記載するには true を設定する。
導入されたバージョン:1.12.0 (r30014)
除去されたバージョン:使用中
許容される値:(真偽値)
既定値:true (1.29+)
false (1.12-1.28)[1]

詳細

$wgUserEmailUseReplyTotrue が設定されている場合、利用者間のメール内で、送信者である利用者のメールアドレスを From 行に直接記載するのではなく、Reply-To ヘッダーのみに記載します。 メールは $wgPasswordSender から送信されたように見えますが、返信は利用者が利用者間メールを送信する際に使用するメールアドレスに届きます。

送信者である利用者のメールアドレスを From: 行に記載した方が、見た目がよく便利かもしれません。 But there are several reasons why setting of 'false' may not be desired. They are:

  • Putting the sending user's email address in the From: line doesn't as clearly differentiate user-to-user email (an email sent via the wiki) from directly sent messages (emails sent from an email client).
  • Another concern is that some mailers (like sSMTP) will use the From: address as the SMTP envelope sender (the generator of the email message).

This behavior can cause email messages to be penalized for SPF violations (since the wiki server isn't authorized to send messages on behalf of other domains) e.g. anyuser@userdomain.com is not authorized to send mail on yourwiki.com domain.

  • MediaWiki installations on a shared server may fail to send user-to-user email due to spam prevention by disabling open mail relaying.
Setting to true may create a privacy issue, as bounces containing the recipient's email address may get returned to the server's sending user email address.

References