Чтобы попробовать тысячи доступных здесь дополнений, загрузите Mozilla Firefox, быстрый, бесплатный способ веб-сёрфинга!
ЗакрытьДобро пожаловать в дополнения Firefox.
Выбирайте из тысяч дополнительных функций и стилей, чтобы настроить Firefox по своему вкусу.
ЗакрытьОтзывы на Received от maniootek
Рейтинг 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.