SMTPセッションの強制切断によるspamメール対策

書誌事項

タイトル別名
  • SMTP セッション ノ キョウセイ セツダン ニ ヨル spam メール タイサク
  • An Anti-spam Method with SMTP Session Abort
  • 分散システム運用・管理技術

この論文をさがす

抄録

spamメールへの対策方法として,一時的なエラーを発生することにより再送処理を行わないMTAからの電子メールを排除するtempfailingが広い範囲で利用されている.しかし,従来のtempfailingでは,再送しないMTAから送信されたメールが受信者に配送されなかったり,異なるMTAから再送するような一部のドメインについては管理者がMTAを手作業で登録する必要があったりするなどの問題があった.そこで本論文では,受信側MTAがヘッダや本文を受信後に強制切断する方式を提案する.これにより従来のtempfailingと同様に再送処理を行わないMTAからの電子メールを排除する効果を得ながら,メッセージのヘッダや本文を取得することが可能になる.また,取得したヘッダや本文を活用して管理コストの低減や再送されないメールの回復を図ることも可能になる.提案方式に基づく試作システムを試験運用した結果,異なるMTAから再送するドメインからのメールも正常に受信でき,提案方式の有効性を確認できた.

Tempfailing, which temporarily refuses the first delivery attempt of a message from an untrusted Mail Transfer Agent (MTA), is one of typical anti-spam technologies commonly used in many organizations. This method can refuse spam mails considerably. However, it also may refuse legitimate mails sent from domains resending the temporarily failed message with a different MTA or those without resending function. In such a case, an administrator of the receiver MTA has to register those domains by hand. In this paper, in order to reduce these drawbacks, we propose an anti-spam method introducing SMTP session abort function. This method performs the same effect as existing tempfailing methods by means of SMTP session abort during the first delivery attempt. In addition, this method can obtain the header or the whole message even if it would not be resent and can use the header for second delivery checking and can use the whole message of unresent messages in case of false positives. According to the operation tests of the prototype systems, we confirmed that the proposed method received messages from domains using a different MTA for retry.

収録刊行物

関連プロジェクト

もっと見る

詳細情報 詳細情報について

問題の指摘

ページトップへ