maniootek 对 Received 发表的评价
评分5星,满分5星
Can you try to help me with that post problem
http://forums.mozillazine.org/viewtopic.php?p=14796707
Please contact with me mandriospo@gmail.com
评分5星,满分5星
Nice addon but there should be regex pattern to show only addresses
这个评论是针对附加组件的一个早期版本的(0.2.3)。The thing about this add-on is that there are no hardcoded patterns. You can use any regexp you need.
If you need only IP address you can use a regexp like this:
"^from .+?\[(.+?)\]\)(?: \(using .+ requested\))? by mx\.example\.com "
If you just want to hide TLS info:
"^from (.+?)(?: \(using .+ requested\))? by mx\.example\.com "
IF you are using multiple accounts you can specify several servers:
"^from (.+?)(?: \(using .+ requested\))? by (?:mx\.example\.com|mx\.example\.org|mxfront\d{1,2}[a-z].mail.yandex.net \(nwsmtp/Yandex\)) "
请选择一个原因:
创建您自已的收藏集,您必须一个 Mozilla 附加组件账户。
或者登录您已有的账户