Skip to main content

Delivery Delays to Gmail

In the past 48 hours Google has started delaying the delivery of some FeedMail notifications. This is currently affecting about 10% of messages to Gmail users. These notifications will be resent with a delay. We also speculate that some notifications will be marked as spam.

 Update: As of 2023-05-09 this appears to be resolved.

If You Are Affected

If you use Gmail you may be affected by this. Notifications may be delayed or marked as spam.

  • If your notifications are marked as spam you can create a filter to avoid this. Use "from:*@feedmail.org" as the rule and select "

More Details

The temporary rejection we are seeing from Google is in the form of:

transient error (421): 4.7.28 [165.22.236.104 15] Our system has detected an unusual rate of
4.7.28 unsolicited mail originating from your IP address. To protect our
4.7.28 users from spam, mail sent from your IP address has been temporarily
4.7.28 rate limited. Please visit
4.7.28 https://support.google.com/mail/?p=UnsolicitedRateLimitError to
4.7.28 review our Bulk Email Senders Guidelines.

FeedMail does not send unsolicited mail so this is a false positive. However it is possible that it was triggered by a user marking FeedMail notifications as spam instead of unsubscribing which lead Google to believe that these messages were unsolicited.

Our email sending rate to Google users has not changed notably in the past couple of weeks so it is surprising to see this error occur.

We have submitted a Sender Contact Form but it does not suggest that we should expect a response.

Comments

Popular posts from this blog

Digests are Coming

Up to this point FeedMail has only supported real-time notifications. Meaning that every feed update immediately produces a single email. However this is about to change! When we asked for feedback on the features you would like to see in FeedMail we had a number of users reach out saying that they wanted a way to batch notifications together. We saw two main reasons for this: To reduce noise in their inbox. For some high-volume feeds users wanted to be able to quickly skim, then delete the entire batch in one go. While deleting one-by-one offers more flexibility, the bulk option is easier for high-volume feeds. To reduce costs. While we believe that our prices are incredibly reasonable, they can add up if you are getting lots of updates. For example if you follow a feed that updates every 15min that will be about $35 a year (or half price if you buy your credits in bulk). Not super expensive but maybe more than you want to spend for a single feed! Digests provide and option for cost

Digests Leave Beta

Thanks everyone who has helped evaluate digests over the past weeks. All of the blocking issues are now resolved and we will be releasing them soon. Once digests are officially released there will be links to them from the FeedMail site and pricing information added to our homepage. Price Increase Part of the purpose of the beta was to evaluate the cost of providing digests and see how they would be used. We have decided upon final pricing which we hope will be sustainable for years to come. Digests issues will cost 1 credit per 5 feeds. Note that this is feeds included in an issue , not total feeds that target a particular digest. It also does not matter how many new items a feed has. So if you have a digest with 200 feeds configured but this morning's issue only has new items from 2 of them it will cost 1 credit. If 14 feeds update the next day that issue will cost 3 credits. If the day after has no updates it will cost nothing. This new pricing takes effect no earlier than 202

Update to Date-based Entry Ignoring

TL;DR FeedMail will now ignore new items 7 days older than a previously seen item. This is expected to affect almost no "true" new posts. In theory checking to find new entries for a feed is a simple process. Download the feed. Check the ID of each entry to see if you have seen it before. However the real world is much messier. It is recommended for feed IDs to be URLs (to ensure global uniqueness) however this results in many feeds just using the URL that the article is available at. However these URLs sometimes change, and poorly designed feed generators update the ID of existing entries to the new URL. From a protocol point of view these are completely new entries, however to a user these are duplicates. In order to reduce the effect of this common issue on our our users FeedMail has some simple mitigations for posts that have recorded published dates. If the entry is older than a year always ignore it. If the entry is older than the 10th newest post in the feed ignore it.