BeeERich
(BeeRich)
January 25, 2023, 2:39pm
#41
No, there WAS no filtering.
The filtering that Proton uses, which I’m assuming is their spam system, is different than the one I get to use. But what I CAN do, is set up a filter (or filters) to run everything to the Inbox, which I’m assuming will show up domestically as all Inbox.
Cheers
beerich
Yes, if you can make your own filter in Protonmail that overrides their server junk filter that would be the simplest solution.
BeeERich
(BeeRich)
January 25, 2023, 4:19pm
#43
I will contact them to see if this is the case, if that filter is pre-spam.
Cheers
beerich
BeeERich
(BeeRich)
January 26, 2023, 1:24pm
#44
I just got this reply:
If you would like for messages to ignore the Spam filtering, you can disable the Spam filte.
The only way to disable your Spam filter is by using Sieve filters: https://proton.me/support/sieve-advanced-custom-filters .
You can add the following SIEVE filter in order to ignore the spam filter completely.
In order to access this feature please follow these steps:
-Login to Proton Mail with your browser
-Go to Settings
-Navigate to Filters
-Click the “Add sieve filter” button
-Replace the existing code in the Sieve Script text box with the following:
require “fileinto”;
fileinto “Inbox”;
This is what I should turn off their spam then?
Cheers
beerich
BeeERich
(BeeRich)
January 26, 2023, 2:52pm
#46
Their instructions didn’t work (error) so I’m contacting them.
Cheers
beerich
BeeERich
(BeeRich)
February 4, 2023, 9:35pm
#47
OK, seems I got everything in working order. Best bet is to provide a Sieve Filter
that puts everything into the Inbox, then have SS deal with it at the client.
Glad you got it working. What did you end up doing that was different from the instructions quoted above ?