On Fri, 2020-05-08 at 09:51 +0200, Gerald Galster wrote: > > > Below is the PCRE that I came up with to catch the offending > > > messages, > > > without blocking other correspondence (the contacts and their > > > organizations are likely to use Google's SMTP for their regular > > > emails): > > > > > > /^Return-Path:(.+)(calendar- > > > server.bounces.google.com)(.*)/ REJECT No > > > Google Calendar Spam Here > > > > If you reject mail from Google, Google will stop sending you mail. > > ALL mail. Can you afford that? > > You could use DISCARD instead of REJECT. > > # DISCARD optional text... > # Claim successful delivery and silently discard the > # message. Log the optional text if specified, oth- > # erwise log a generic message. >
Thanks for the suggestion, Gerald. I was hoping for something more ... *honest*. To claim successful delivery and silently discard a message is a lie. The legal term is *misrepresentation* and I am eagerly waiting for the client coming through my door who has been damaged by an email service operator that replied with a 250 and then silently discarded the message. It is one of the main reasons why we lawyers continue to use fax transmission: the protocol is reliable, my fax device receives the equivalent of a 250, I can rely on the fact that something has been delivered. Not silently discarded. As for the other comments elicited by my post: is there any evidence that Google stops sending ALL mails on some very specific rejections? or is this just FUD? After all, Google is used by millions of senders, and some of them are most obvious spammer. Does anyone expect an email server to accept an email containing a request to send money by Western Union to some exotic country in exchange for the prospect of receiving an inheritance from an obscure prince or despot of said country? Thanks, Yuv