Skip to content

k s

My feedback

1 result found

  1. 347 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    k s commented  · 

    I'm going to re-comment this from a few years ago. This works a treat any emails that go into your spam get marked as not spam automatically and go into your inbox.

    Look at the top right of Proton Mail and you'll see Settings, click that go to settings and Filters on the left-hand side, under Custom filters click Add sieve filter, name it "spam->inbox" then copy and paste this into the box below, additionally you can turn it on and off if you want to turn it off temporarily etc..

    require ["include", "environment", "variables", "relational", "comparator-i;ascii-numeric", "spamtest", "fileinto"];

    if allof (environment :matches "vnd.proton.spam-threshold" "*",
    spamtest :value "ge" :comparator "i;ascii-numeric" "${1}")
    {
    fileinto "Inbox";
    }

Feedback and Knowledge Base