Closed ghost closed 3 years ago
I have this issue. It looks like you can filter on sender e-mail address but not on sender name.
This Sieve filter is a workaround:
require ["include", "environment", "variables", "relational", "comparator-i;ascii-numeric", "spamtest", "fileinto", "imap4flags"];
if header :contains "from" "some guy I dont like"
{
fileinto "trash";
}
Describe the bug
I created a custom filter with the condition that
if
the sender
contains
"TechCrunch" the action isMove to
folder named "Newsletters."When I receive an email "From:
TechCrunch 'newsletter@techcrunch.com' via 33Mail <sender@mailer1.33mail.com>
" the email lands in my Inbox.--
I am taking
newsletter@techcrunch.com
as an example but it seems that for all emails I get via 33mail.com none of the content beforevia 33Mail <sender@mailer1.33mail.com>
is filtered by theFrom
condition.--
I reproduced with an email coming from firstname surname;
if
the sender
contains
"firstname surname"Move to
[name of folder]. Then when I receive an email "From:firstname surname <firstnamesurname@outlook.fr>
" the email lands in my Inbox.To Reproduce Steps to reproduce the behavior:
https://mail.protonmail.com/filters
ADD FILTER
if
the sender
contains
From
that is before the email address of the senderMove to
, select a folder (or create one), and clickSAVE
Expected behavior Emails that match the filter conditions "
if
the sender
contains
" should skip Inbox and land in the designated folder.Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
~Smartphone (please complete the following information):~
Additional context Add any other context about the problem here.