Обсуждение: "Resend email" not working

Поиск
Список
Период
Сортировка

"Resend email" not working

От
Justin Pryzby
Дата:
Sometimes emails don't seem to resend, or in any case don't arrive.

I've tried this one numerous times, over a period of ~36hr.
https://www.postgresql.org/message-id/0f9b217d-3d05-fb0e-b228-7f57c3720a58%40postgrespro.ru
It's not in my spambox.

| The message Re: COPY FREEZE and setting PD_ALL_VISIBLE/visibility map bits with messageid
0f9b217d-3d05-fb0e-b228-7f57c3720a58@postgrespro.ruhas been scheduled for resending to justin@telsasoft.com. 
 

-- 
Justin



Re: "Resend email" not working

От
Tom Lane
Дата:
Justin Pryzby <pryzby@telsasoft.com> writes:
> Sometimes emails don't seem to resend, or in any case don't arrive.
> I've tried this one numerous times, over a period of ~36hr.
> https://www.postgresql.org/message-id/0f9b217d-3d05-fb0e-b228-7f57c3720a58%40postgrespro.ru
> It's not in my spambox.

FWIW, I tried it and it worked for me.  Maybe some digging in MTA logs is
called for.

            regards, tom lane



Re: "Resend email" not working

От
Magnus Hagander
Дата:
On Mon, Nov 2, 2020 at 8:56 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Justin Pryzby <pryzby@telsasoft.com> writes:
> > Sometimes emails don't seem to resend, or in any case don't arrive.
> > I've tried this one numerous times, over a period of ~36hr.
> > https://www.postgresql.org/message-id/0f9b217d-3d05-fb0e-b228-7f57c3720a58%40postgrespro.ru
> > It's not in my spambox.
>
> FWIW, I tried it and it worked for me.  Maybe some digging in MTA logs is
> called for.


Yeah, for specifically
0f9b217d-3d05-fb0e-b228-7f57c3720a58@postgrespro.ru I see it being
delivered to justin@telsasoft.com 6 times today. Each of them end up
looking something like this:

2020-11-02 19:56:56 1kZfwm-0002bD-E7 <= noreply@postgresql.org
H=localhost [127.0.0.1] P=esmtp S=27302
id=0f9b217d-3d05-fb0e-b228-7f57c3720a58@postgrespro.ru
2020-11-02 19:56:57 1kZfwm-0002bD-E7 => justin@telsasoft.com
R=dnslookup T=remote_smtp H=aspmx.l.google.com
[2607:f8b0:4003:c01::1a] X=TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256
CV=yes K C="250 2.0.0 OK x19si10331061oto.263 - gsmtp"


So they have all arrived at google.

Google does, I believe, de-duplication of emails so if they think it
has already arrived, they don't deliver a second copy of it. But in
that case, you should be able to see the first copy...

-- 
 Magnus Hagander
 Me: https://www.hagander.net/
 Work: https://www.redpill-linpro.com/



Re: "Resend email" not working

От
Justin Pryzby
Дата:
On Mon, Nov 02, 2020 at 09:03:44PM +0100, Magnus Hagander wrote:
> On Mon, Nov 2, 2020 at 8:56 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Justin Pryzby <pryzby@telsasoft.com> writes:
> > > Sometimes emails don't seem to resend, or in any case don't arrive.
> > > I've tried this one numerous times, over a period of ~36hr.
> > > https://www.postgresql.org/message-id/0f9b217d-3d05-fb0e-b228-7f57c3720a58%40postgrespro.ru
> > > It's not in my spambox.
> >
> > FWIW, I tried it and it worked for me.  Maybe some digging in MTA logs is
> > called for.
...
> Google does, I believe, de-duplication of emails so if they think it
> has already arrived, they don't deliver a second copy of it. But in
> that case, you should be able to see the first copy...

Sigh, this is clearly what happened, since I was included on the original mail.
Thanks for the lesson.

-- 
Justin