Anonymous
My feedback
18 results found
-
209 votes
Anonymous
shared this idea
·
-
178 votes
Anonymous
supported this idea
·
-
1,782 votes
-
334 votes
https://protonvpn.com/support/linux-beta
Anonymous
supported this idea
·
-
42 votes
Anonymous
supported this idea
·
-
2 votes
Anonymous
shared this idea
·
-
5,505 votes
Anonymous
supported this idea
·
-
220 votes
Anonymous
supported this idea
·
-
3 votes
Anonymous
shared this idea
·
-
205 votes
Anonymous
supported this idea
·
-
26 votes
Anonymous
supported this idea
·
-
43 votes
Anonymous
supported this idea
·
An error occurred while saving the comment -
5 votes
Anonymous
shared this idea
·
-
174 votes
Anonymous
supported this idea
·
-
518 votes
Anonymous
supported this idea
·
-
282 votes
Hi everyone, this one is under consideration, pending anti-spam measures we might need to take.
Anonymous
supported this idea
·
-
131 votes
Anonymous
supported this idea
·
-
159 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.