[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp: 390] Re: Message-IdによるReject
- Subject: [postfix-jp: 390] Re: Message-IdによるReject
- From: Tomoyuki Sakurai <ml-postfix-jp@xxxxxxxxxxxxxxx>
- Date: Sun, 13 Jun 2004 14:46:40 +0900
On Sun, 13 Jun 2004 02:33:32 +0900
Yoichiro Takehora <yoichiro@xxxxxxxxxxx> wrote:
| として、header_checksファイルで上記の事を定義してMessage-Idをチェックす
| れば、かなりの割合でSpamを排除可能だと思ったのですが、みなさんはどう思わ
| れますか?
すでに神戸さんが書かれていますけど。
| ・付与されていない
RFC 2822 - Internet Message Format
http://www.faqs.org/rfcs/rfc2822.html
| 3.6.4. Identification fields
|
| Though optional, every message SHOULD have a "Message-ID:" field.
Message-IDは付けるべき(SHOULD)ですが、必須ではありません。
けれども、
RFC 2476 - Message Submission
http://www.faqs.org/rfcs/rfc2476.html
| 8.3. Add 'Message-ID'
|
| The MSA MAY add or replace the 'Message-ID' field, if it lacks it, or
| it is not valid syntax (as defined by [MESSAGE-FORMAT]).
MSAはMessage-IDを付け加えてもよい(MAY)とされていて、
| 3.2. Message Rejection and Bouncing
|
| MTAs and MSAs MAY implement message rejection rules that rely in part
| on whether the message is a submission or a relay.
| NOTE: It is better to reject a message than to risk sending one that
| is damaged. This is especially true for problems that are
| correctable by the MUA, for example, an invalid 'From' field.
壊れているメッセージはsubmitされた時点で拒否した方がよい、とされています。
Message-IDが存在しないことは、direct-to-MXなメッセージであることを強く示
唆していると判断できます。ただし、Message-IDが"something@localhost"だっ
た場合に、MSAが"something@msa.example.org"に書き換える方がよいのかどうか
はわかりません。
| ・付与されていても、正しいドメイン名になっていない
RFC 2822 - Internet Message Format
| The message identifier (msg-id) itself MUST be a globally unique
| identifier for a message. The generator of the message identifier
| MUST guarantee that the msg-id is unique.
| Though other algorithms will work, it is
| RECOMMENDED that the right hand side contain some domain identifier
| (either of the host itself or otherwise) such that the generator of
| the message identifier can guarantee the uniqueness of the left hand
| side within the scope of that domain.
"something@xxxxxxxxxxxxxxxx"な形式は推奨されています(RECOMMENDED)が、必
須ではありません。ただし、必ず一意であること保証されていなくてはなりませ
ん(MUST)。
Message-IDが存在しない場合ですが、最近のspamwareは任意のヘッダをマクロで
付加することができますので、コストの割には有効ではないような気がしていま
す。
Message-IDの形式をもとに、二者択一的に判定するのはあまり勧められることで
はないと思っています(DNSで検索を行うとかは論外)。ただし、判定条件の重み
付けには使えるかもしれません。
--
Tomoyuki Sakurai - Tomi -
mailto:ml-postfix-jp@xxxxxxxxxxxxxxx
local dnsbl files updated daily at
rsync://trombik.mine.nu/spf/output/
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list
- References
-
- [postfix-jp: 388] Message-IdによるReject, Yoichiro Takehora
[検索ページ]
[Postfix-JP ML Home]