I've made a few posts to the list recently and the author is listed like this: From: via llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] [RFC][SVE] Supporting SIMD instruction sets with variable vector lengths Does anyone know why that happens? e-mails I send everywhere else have the correct author information. I am subscribed to the list. -David
> -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of via > llvm-dev > Sent: Tuesday, June 05, 2018 11:27 AM > To: llvm-dev at lists.llvm.org > Subject: [llvm-dev] llvm-dev not idenitifying me? > > I've made a few posts to the list recently and the author is listed like > this: > > From: via llvm-dev <llvm-dev at lists.llvm.org> > Subject: Re: [llvm-dev] [RFC][SVE] Supporting SIMD instruction sets with > variable vector lengths > > Does anyone know why that happens? e-mails I send everywhere else have > the correct author information.You'll notice I have the same problem, as does everyone else in my company who is posting from their corporate email. For us it started in late January, and we are prodding our internal IT to figure it out. They don't view it as particularly high priority though. And honestly I can't really blame them; the mail does go through, it's just not identified quite the way we'd like. I suppose it could be a configuration thing on the llvm.org end, I was assuming it was on the sending side for historical reasons. --paulr> > I am subscribed to the list. > > -David > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Joerg Sonnenberger via llvm-dev
2018-Jun-05 16:24 UTC
[llvm-dev] llvm-dev not idenitifying me?
On Tue, Jun 05, 2018 at 10:27:18AM -0500, via llvm-dev wrote:> I've made a few posts to the list recently and the author is listed like > this: > > From: via llvm-dev <llvm-dev at lists.llvm.org> > Subject: Re: [llvm-dev] [RFC][SVE] Supporting SIMD instruction sets with > variable vector lengths > > Does anyone know why that happens? e-mails I send everywhere else have > the correct author information.It is supposedly necessary to deal with the anti-spam brain damanage of Google Mail. Joerg
via llvm-dev <llvm-dev at lists.llvm.org> writes:> I've made a few posts to the list recently and the author is listed like > this: > > From: via llvm-dev <llvm-dev at lists.llvm.org> > Subject: Re: [llvm-dev] [RFC][SVE] Supporting SIMD instruction sets with > variable vector lengths > > Does anyone know why that happens? e-mails I send everywhere else have > the correct author information. > > I am subscribed to the list.This is mostly a guess, but as far as I can tell the list's sender munging tries to parse 'from' addresses for the Name part in "Name <name at domain>" style email addresses. I suspect that configuring your email client to include a name rather than just the email address will help.
Justin Bogner via llvm-dev <llvm-dev at lists.llvm.org> writes:> via llvm-dev <llvm-dev at lists.llvm.org> writes: >> I've made a few posts to the list recently and the author is listed like >> this: >> >> From: via llvm-dev <llvm-dev at lists.llvm.org> >> Subject: Re: [llvm-dev] [RFC][SVE] Supporting SIMD instruction sets with >> variable vector lengths >> >> Does anyone know why that happens? e-mails I send everywhere else have >> the correct author information. >> >> I am subscribed to the list. > > This is mostly a guess, but as far as I can tell the list's sender > munging tries to parse 'from' addresses for the Name part in "Name > <name at domain>" style email addresses. I suspect that configuring your > email client to include a name rather than just the email address will > help.Interesting. Here's a go at it. -David
Dimitry Andric via llvm-dev
2018-Jun-05 21:17 UTC
[llvm-dev] llvm-dev not idenitifying me?
On 5 Jun 2018, at 18:24, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > On Tue, Jun 05, 2018 at 10:27:18AM -0500, via llvm-dev wrote: >> I've made a few posts to the list recently and the author is listed like >> this: >> >> From: via llvm-dev <llvm-dev at lists.llvm.org> >> Subject: Re: [llvm-dev] [RFC][SVE] Supporting SIMD instruction sets with >> variable vector lengths >> >> Does anyone know why that happens? e-mails I send everywhere else have >> the correct author information. > > It is supposedly necessary to deal with the anti-spam brain damanage of > Google Mail.It's because of the Mailman "Munge" option to cope with DMARC (which is really a Yahoo thing, but other services appear to use it too): https://wiki.list.org/DEV/DMARC E.g. very much braindead indeed, but for list admins it is probably the way of least resistance. -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 223 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180605/aaa81c00/attachment.sig>