Filter (sieve) working only approximately half the time

I'm getting some spam on a recipient mail address ("name+companyname@mydomain.com", used before aliases were introduced.

I created a sieve filter to remove them automatically. I don't want them in my spam box. To start and to test it, I made it to only apply a label and decided when it works correctly, to let it delete emails.

But I noticed it works only about half the time. About half the mails I get on this recipient email address have the label, the other half don't.

The filter is:

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

# Generated: Do not run this script on spam messages
#if allof (environment :matches "vnd.proton.spam-threshold" "*", spamtest :value "ge" :comparator "i;ascii-numeric" "${1}") {
#    return;
#}

/**
* @type or
* @comparator ends
*/
if anyof (address :all :comparator "i;unicode-casemap" :matches ["To", "Cc", "Bcc"] ["*name+companyname@mydomain.com", "*name+companyname@mydomain.com", "*name+companyname@mydomain.com", "*name+companyname@mydomain.com", "*name+companyname@mydomain.com", "*name+companyname@mydomain.com"]) {
    fileinto "spam";
    fileinto "CompanyName leak";
    addflag "\\Seen";
    keep;
}

I had made it initially by creating a normal filter and converting to a sieve filter, so I could remove/comment out the "don't match spam" part of it).

When inspecting the headers, I don't notice anything that sets the matched and not-matched mails apart. They have the same To and X-Original-To, and nothing else is really significantly different.

Any ideas what may be up with this? How I could troubleshoot or fix?

Otherwise I'll just create a support ticket.

reddit.com
u/rtqd — 21 hours ago

Clean Mind vs The Alchemist?

I haven't been able to find an answer for this.

The description for the Clean Mind skill is: "Increases power of detergents by 10% if there is only one type in the bucket".

The description for The Alchemist is: "Increases power of detergents by 25% if they are not duplicated in the bucket".

But if I just put 1 detergent in the bucket, then by definition there's no duplicated in the bucket, so I will get 25% bonus with The Alchemist. But with Clean Mind just 10%.

So isn't The Alchemist better in every situation?

reddit.com
u/rtqd — 1 day ago

Filter on recipient doesn't work?

I used a "name+something@domain.tld" for some service which leaked my email address, now I get a bunch of spam on that address (quite unfortunately, I literally didn't get any spam and phishing on my proton address for 4 years until this).

Luckily though ProtonMail already automatically puts them into the spam folder. But I can't stand the unread count there, and having to check "if I missed anything important".

I created a recipient filter on that "name+something@domain.tld" address and for now set it to: move to spam, mark as read, apply a label. I want to test for about a month, and then change it to just delete the messages automatically.

Problem is, it doesn't work. Messages are still being moved to spam, fine, but the label is not applied, and they're not marked as read.

How can I troubleshoot this? What could I be doing wrong? Should I just contact support?

Thanks!

reddit.com
u/rtqd — 11 days ago

Vegetarian or vegan +6 food?

In most games with food I like to explore vegetarian and vegan food options for fun. I don't really care much about it, it's just a silly extra challenge to add in games that I play.

In Oxygen Not Included, there is only one +6 quality food item, the Frost Burger, which includes Barbeque from Meat. I wonder actually why there's plenty +4 and +5 options and just the one +6, if there's a reason behind at all.

But also, what options could we imagine for vegetarian or vegan +6 foods?

Like obvious the Vegan Burger is an option, which could combine Frost Bun, Lettuce, and Tofu maybe. Or maybe the with Fried Mushroom as a variation.

What are some other things you can come up with? Or maybe we can go wild and make up all sorts of interesting food that could be in the game but isn't currently.

reddit.com
u/rtqd — 15 days ago

I find every new DLC increasingly overwhelming

I have 800 hours in the game. I think about 700 of that is before any DLCs, and then maybe 100 or so with Spaced Out, which I kinda liked but at the same time I felt it made things a little bit too complex for me handle comfortably.

Now I haven't really played in 2 years, but continually after I stopped playing I kind of want to play again.

At some point I bought the Frosty Planet pack and tried it a little, but I felt very disorientated and lost. There were many new things I knew nothing about and I got a kind of anxiety because of it. Since then, in the past 2 years, 3 new DLCs have launched, adding even more stuff I know nothing about and find intimidating.

Now the idea of having all the content of all the DLCs feels extremely overwhelming and I'm paralyzed to start (in general I have some challenges with changes).

I'm wondering if anyone else feels this. Or felt it and how you overcame it.

reddit.com
u/rtqd — 2 months ago
▲ 76 r/40yearsago+1 crossposts

Teddy bear used every day for 40 years vs the same model barely used

u/klsi832 — 2 months ago

Is it still possible to delete all your reddit posts and comments using a script?

Trying to register a script in my account, to get an API key, to use my age-old tool to delete posts and comments.

But now it says you can't request API keys for human accounts anymore, and for API access you need to create a separate bot account (which would defeat the purpose of course). [I would post a link to the Reddit thread about it, but when I do AutoModerator removes my post for using a link shortener (which I'm not).....]

Anyone know if such tools/scripts are still possible currently? My current script is a custom-made python script using PRAW.

reddit.com
u/rtqd — 2 months ago

I would pay insane amounts of money for Star Trek DLCs

There could be a DLC per series, with all of the iconic scenery. Each one would of course have the bridge (or ops in case of DS9). The vehicle levels could be the various shuttle craft, including the Delta Flyer and a runabout (interior and exterior!).

Some other ideas include main engineering, sick bays, transporter room 3, holodeck/holosuites, stellar cartography, Quark's, mess hall, a Borg cube interior, Klingon battle cruiser interior (I imagine that would be particularly dirty, though maybe not as dirty as the ENT decon chamber).

The final level of each one would be the exterior of the main ship. I would gladly spend dozens of hours powerwashing the Enterprise D...

reddit.com
u/rtqd — 3 months ago

I have Proton Unlimited and my own domain name.

Apparently I can create up to 15 custom addresses with my domain name (in Settings, Identity and Addresses, then Addresses).

But can I use Hide-my-email to create unlimited email aliases using my custom domain? So instead of some-company-name.ojt6k@passmail.net I would like to have some-company-name.ojt6k@my-domain.tld.

The reason for this is being independent of ProtonMail's services. In the event that I decide to move away from ProtonMail in the future, all the email addresses will still work with my own domain as long as I set up a catch-all on the domain (in principle I don't want to set up a catch-all, because it's too easy to spam random addresses on the domain then).

reddit.com
u/rtqd — 4 months ago