搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

filter, search ip or any reg expression repeatead in body

  • 1 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 next

more options

Find, sort or filter emails that contain repeated values, example: I receive 100 emails, in 50 of these emails there are ip addresses written in the body: 50 emails with ip 10.0.0.1 20 emails with ip 10.0.1.1 10 emails with ip 127.0.0.1 20 emails with ip 127.0.2.1

my goal to group / identify / filter only emails with ip 10.x.x.x written in the body, with a number of emails received that contain it greater than 5, can I extract this data? my goal is to identify the most reported ip addresses by setting a minimum repetition value, and perhaps to allocate these messages in a specific folder. Using regular expressions would also be fine. Thanks

Find, sort or filter emails that contain repeated values, example: I receive 100 emails, in 50 of these emails there are ip addresses written in the body: 50 emails with ip 10.0.0.1 20 emails with ip 10.0.1.1 10 emails with ip 127.0.0.1 20 emails with ip 127.0.2.1 my goal to group / identify / filter only emails with ip 10.x.x.x written in the body, with a number of emails received that contain it greater than 5, can I extract this data? my goal is to identify the most reported ip addresses by setting a minimum repetition value, and perhaps to allocate these messages in a specific folder. Using regular expressions would also be fine. Thanks

所有回复 (1)

more options

Esistono delle estensioni che permettono di usare le espressioni regolari, come ad esempio questa -> https://addons.thunderbird.net/it/thunderbird/addon/expression-search-ng/?src=search ma dubito che offrano il livello di personalizzazione che ti serve.