そのため、アカウントの確認とパスワードのリセットのメールを送信するデバイスを使用して Rails アプリをセットアップしました。電子メールは、smtp の postfix を使用して sendmail コマンドを使用して送信されます。DKIM をセットアップしましたが、gmail は署名を有効なものとして受け入れています。SPFも正しく設定しています。
Gmail から、メールがスパムに分類される理由の「説明」として次のメッセージが表示されます。
このメッセージがスパムに分類されるのはなぜですか? 通常、スパム メッセージで使用されるコンテンツが含まれています。
これは説明的なものですが、スパム メッセージで一般的に使用されている具体的なコンテンツについてはわかりません。テキストを微調整して、html に変更し、次に text+html に変更し、from アドレスを変更し、メールに加えて to アドレスにユーザーのフルネームを追加しようとしました。私は困惑しています。たぶん、別の眼球のペアが、私が単に見落としていたばかげたことを指摘できるかもしれません.
メッセージの全文は、個人を特定できる情報が編集された状態で続きます。
Delivered-To: myaddress@gmail.com
Received: by 10.216.199.130 with SMTP id x2csp42610wen;
Sun, 16 Jun 2013 13:16:13 -0700 (PDT)
X-Received: by 10.224.174.6 with SMTP id r6mr13525400qaz.87.1371413772413;
Sun, 16 Jun 2013 13:16:12 -0700 (PDT)
Return-Path: <account-services@booyango.com>
Received: from booyango.com (node1.booyango.com. [97.107.138.232])
by mx.google.com with ESMTP id k6si3223197qcj.4.2013.06.16.13.16.11
for <myaddress@gmail.com>;
Sun, 16 Jun 2013 13:16:12 -0700 (PDT)
Received-SPF: pass (google.com: domain of account-services@booyango.com designates 97.107.138.232 as permitted sender) client-ip=97.107.138.232;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of account-services@booyango.com designates 97.107.138.232 as permitted sender) smtp.mail=account-services@booyango.com;
dkim=pass header.i=@booyango.com
Received: by booyango.com (Postfix, from userid 33)
id 7CEC133DF5; Sun, 16 Jun 2013 20:16:11 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=booyango.com;
s=default; t=1371413771;
bh=iXfBZB6q0fPI+Yms0E8FC1P/T9J+3enBFtTrsjcTADY=;
h=Date:From:Reply-To:To:Subject;
b=AGw4SXj6UN0lpEo0FSO91s3aAYDsmAHZVqBvvYGQPW6Jp1UhfAQFlIE1AYY0CcoUq
Xb3Mn4vul1WXpdWIZMPEgHXJ3SwvEvSxDfDEeYTNiGRoI+DW7vFopTo+1rQeLLdS/B
j6iIKFsJUAOz0n1yh9/gasXJeOv4fmK6+ZoMhLfQ=
Date: Sun, 16 Jun 2013 20:16:11 +0000
From: Booyango Account Services <account-services@booyango.com>
Reply-To: Booyango Account Services <account-services@booyango.com>
To: me <myaddress@gmail.com>
Message-ID: <51be1d0b55c16_44f38e887057054@node1.booyango.com.mail>
Subject: [Booyango] Reset password instructions
Mime-Version: 1.0
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Oops, it looks like you lost your Booyango password.
You can use the following link within the next 24 hours to reset your password:
http://booyango.com/users/password/edit?reset_password_token=<reset_token>
Thanks,
The Booyango Team