diff --git a/ChangeLog.md b/ChangeLog.md index c1148420..20f565d2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,11 +4,13 @@ RELEASE NOTES for Perl version of Sisimai - download: "https://metacpan.org/pod/Sisimai" - document: "https://libsisimai.org/" -v5.0.3p1 +v5.0.3p2 --------------------------------------------------------------------------------------------------- - release: "" - version: "" - changes: + - #478 #526 Implemenet `Sisimai::Lhost::DragonFly` + - Add 28 sample emails generated by DMA: DrangonFly Mail Agent (lhost-dragonfly-*.eml) - #523 Consolidate error messages scattered under `Sisimai::Reason::*` into `Sisimai::Rhost::*` classes for each email service - `Sisimai::Rhost::YahooInc` for https://senders.yahooinc.com/smtp-error-codes/ diff --git a/README-JA.md b/README-JA.md index ec534bd3..29ac3ec2 100644 --- a/README-JA.md +++ b/README-JA.md @@ -75,7 +75,7 @@ The key features of Sisimai * `cpan`, `cpanm`, `cpm install` * `git clone & make` * __高い解析精度__ - * [72種類のMTAs/MDAs/ESPs](https://libsisimai.org/en/engine/)に対応 + * [73種類のMTAs/MDAs/ESPs](https://libsisimai.org/en/engine/)に対応 * Feedback Loop(ARF)にも対応 * [34種類のバウンス理由](https://libsisimai.org/en/reason/)を検出 @@ -350,11 +350,11 @@ Sisimai 5.0.0から**Perl 5.26.0以上**が必要になります。 |------------------------------------------------------|--------------------|---------------------| | 動作環境(Perl) | 5.10 - 5.38 | **5.26** - 5.38 | | 元メールファイルを操作可能なコールバック機能 | なし | あり[^3] | -| 解析エンジン(MTA/ESPモジュール)の数 | 68 | 72 | +| 解析エンジン(MTA/ESPモジュール)の数 | 68 | 73 | | 検出可能なバウンス理由の数 | 29 | 34 | | 依存もジュール数(Perlのコアモジュールを除く) | 2 モジュール | 2 モジュール | -| ソースコードの行数 | 10,800 行 | 11,700 行 | -| テスト件数(t/とxt/ディレクトリ) | 270,000 件 | 330,500 件 | +| ソースコードの行数 | 10,800 行 | 11,800 行 | +| テスト件数(t/とxt/ディレクトリ) | 270,000 件 | 335,000 件 | | 1秒間に解析できるバウンスメール数[^4] | 541 通 | 660 通 | | ライセンス | 2条項BSD | 2条項BSD | | 開発会社による商用サポート | 提供中 | 提供中 | @@ -387,13 +387,14 @@ MTA/ESP Module Names Sisimai 5で3個のESPモジュール名(解析エンジン)が変更になりました。詳細はMTA/ESPモジュールの一覧/ [LIBSISIMAI.ORG/JA/ENGINE](https://libsisimai.org/ja/engine/)を参照してください。 -| `Sisimai::Rhost::` | Sisimai 4 | Sisimai 5 | -|------------------------------------------------------|--------------------|---------------------| -| Apple iCloud Mail (added at v5.0.3p1) | なし | `Apple` | -| Microsoft Exchange Online | `ExchangeOnline` | `Microsoft` | -| Google Workspace | `GoogleApps` | `Google` | -| Tencent | `TencentQQ` | `Tencent` | -| Yahoo Mail (added at v5.0.3p1) | なし | `YahooInc` | +| `Sisimai::` | Sisimai 4 | Sisimai 5 | +|-------------------------------------------------|-------------------------|---------------------| +| Apple iCloud Mail (added at v5.0.3p1) | なし | `Rhost::Apple` | +| Microsoft Exchange Online | `Rhost::ExchangeOnline` | `Rhost::Microsoft` | +| Google Workspace | `Rhost::GoogleApps` | `Rhost::Google` | +| Tencent | `Rhost::TencentQQ` | `Rhost::Tencent` | +| Yahoo Mail (added at v5.0.3p1) | なし | `Rhost::YahooInc` | +| DragonFly Mail Agent (added at v5.0.3p2) | なし | `Lhost::DragonFly` | Bounce Reasons --------------------------------------------------------------------------------------------------- diff --git a/README.md b/README.md index 2e609041..50eb31b2 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The key features of Sisimai * `cpan`, `cpanm`, or `cpm` * `git clone & make` * __High Precision of Analysis__ - * Support [72 MTAs/MDAs/ESPs](https://libsisimai.org/en/engine/) + * Support [73 MTAs/MDAs/ESPs](https://libsisimai.org/en/engine/) * Support Feedback Loop Message(ARF) * Can detect [34 bounce reasons](https://libsisimai.org/en/reason/) @@ -356,11 +356,11 @@ Beginning with v5.0.0, Sisimai requires **Perl 5.26.0 or later.** |------------------------------------------------------|--------------------|---------------------| | System requirements (Perl) | 5.10 - 5.38 | **5.26** - 5.38 | | Callback feature for the original email file | N/A | Available[^3] | -| The number of MTA/ESP modules | 68 | 72 | +| The number of MTA/ESP modules | 68 | 73 | | The number of detectable bounce reasons | 29 | 34 | | Dependencies (Except core modules of Perl) | 2 modules | 2 modules | -| Source lines of code | 10,800 lines | 11,700 lines | -| The number of tests in t/, xt/ directory | 270,000 tests | 330,500 tests | +| Source lines of code | 10,800 lines | 11,800 lines | +| The number of tests in t/, xt/ directory | 270,000 tests | 335,000 tests | | The number of bounce emails decoded per second[^4] | 541 emails | 660 emails | | License | 2 Clause BSD | 2 Caluse BSD | | Commercial support | Available | Available | @@ -394,14 +394,14 @@ MTA/ESP Module Names Three ESP module names have been changed at Sisimai 5. The list of the all MTA/ESP modules is available at [LIBSISIMAI.ORG/EN/ENGINE](https://libsisimai.org/en/engine/) -| `Sisimai::Rhost::` | Sisimai 4 | Sisimai 5 | -|------------------------------------------------------|--------------------|---------------------| -| Apple iCloud Mail (added at v5.0.3p1) | None | `Apple` | -| Microsoft Exchange Online | `ExchangeOnline` | `Microsoft` | -| Google Workspace | `GoogleApps` | `Google` | -| Tencent | `TencentQQ` | `Tencent` | -| Yahoo Mail (added at v5.0.3p1) | None | `YahooInc` | - +| `Sisimai::` | Sisimai 4 | Sisimai 5 | +|-------------------------------------------------|-------------------------|---------------------| +| Apple iCloud Mail (added at v5.0.3p1) | None | `Rhost::Apple` | +| Microsoft Exchange Online | `Rhost::ExchangeOnline` | `Rhost::Microsoft` | +| Google Workspace | `Rhost::GoogleApps` | `Rhost::Google` | +| Tencent | `Rhost::TencentQQ` | `Rhost::Tencent` | +| Yahoo Mail (added at v5.0.3p1) | None | `Rhost::YahooInc` | +| DragonFly Mail Agent (added at v5.0.3p2) | None | `Lhost::DragonFly` | Bounce Reasons ---------------------------------------------------------------------------------------------------