So I have a long Gmail filter (below) that's supposed to label incoming email with a label, make it as read and then delete it. This used to work for a long time, but things have started breaking.
Gmail is labelling the emails, marking it as read, but it's not deleting them. I'm trying to figure out why. My first guess is the length of the filter because Gmail sometimes throws the "The specified search is too long. Please specify shorter advanced search criteria." error when I'm searching (but lets me continue with the filter itself). But if length is an issue then Gmail shouldn't be labelling and marking them as read either. Only the "Delete" action of the filter isn't working as expected.
I've confirmed that there are
Here's the filter:
(from:hellobooking@urbancompany.com AND subject:"Your booking has been accepted!") OR (from:noreply@swiggy.in AND subject:"Swiggy Genie order id") OR (from:noreply@uber.com AND (subject:("your AROUND 2 trip" AND "with Uber"))) OR (from:shoutout@rapido.bike AND subject:"Rapido Invoice") OR (from:alerts@bigbasket.com AND subject:("Your order is delivered, on time!" OR "Order Placed Successfully")) OR (from:(noreply@eazydiner.com OR booking@eazydiner.com) AND subject:(("paid to" AND "via PayEazy") OR "Hope you enjoyed your meal!" OR "Your reservation is confirmed")) OR (from:payment-report@payu.in AND subject:"Your Order at www.eazydiner.com is successful") OR (from:("no-reply@amazonpay.in" OR "auto-confirm@amazon.in" OR "order-update@amazon.in" OR "shipment-tracking@amazon.in") AND subject:(("Your Mobile recharge for" AND "is successful") OR "Your Order with Amazon.in" OR "Delivered: Your Amazon package has been delivered" OR "Your Amazon.in order"))OR (from:"payment@urbanclap.com" OR "tickets@bookmyshow.email")OR (from"noreply@zomato.com" AND subject:("Your Zomato order from" OR "Your dining bill payment"))For those wondering why I want it to both label and delete, rarely I check my trash and it's good to see them labelled. I want certain emails in my Gmail for at least 30 days - so they go to my trash and if I don't move it to my Inbox then I'm happy for it to be gone forever.