Anonymous
My feedback
18 results found
-
226 votes
Anonymous
shared this idea
·
-
180 votes
Anonymous
supported this idea
·
-
1,804 votes
-
338 votes
https://protonvpn.com/support/linux-beta
Anonymous
supported this idea
·
-
42 votes
Anonymous
supported this idea
·
-
2 votes
Anonymous
shared this idea
·
-
5,603 votes
Anonymous
supported this idea
·
-
234 votes
Anonymous
supported this idea
·
-
3 votes
Anonymous
shared this idea
·
-
208 votes
Anonymous
supported this idea
·
-
26 votes
Anonymous
supported this idea
·
-
44 votes
Anonymous
supported this idea
·
An error occurred while saving the comment -
5 votes
Anonymous
shared this idea
·
-
176 votes
Anonymous
supported this idea
·
-
525 votes
Anonymous
supported this idea
·
-
291 votes
Hi everyone, this one is under consideration, pending anti-spam measures we might need to take.
Anonymous
supported this idea
·
-
133 votes
Anonymous
supported this idea
·
-
161 votes
Anonymous
supported this idea
·
I generate hide my email aliases for almost everything now
* newsletters, generic accounts I'm not attached to
* important accounts like utility provider
I would like an easy way to identify aliases that are important and be able to filter emails sent to those aliases.
The current approach works but is cumbersome. In Proton Pass configure a new mailbox that aliases could be forwarded to. I chose: my-address+papertrail@proton.me
Then, for important email aliases, forward them to "my-address+papertrail@proton.me".
In Proton Mail, use the filter UI to send any email sent to "+papertrail@proton.me" to a folder.
Next step: edit the filter with Sieve and add "X-Original-To" to the list of headers to match on. The condition then looks like
if anyof (address :all :comparator "i;unicode-casemap" :matches ["To", "Cc", "Bcc", "X-Original-To"] "*+papertrail@proton.me")
It works, but setting it up is cumbersome.