[meta-freescale] [<Documentation][PATCH] Update to Krogoth

Thomas Thorne Thomas.Thorne at net2edge.com
Wed Sep 21 04:51:31 PDT 2016


How strange.  

I have attempted to test if it is my client failing to send or my mail server refusing to deliver outside.  To do so I hand edited one of my patch files into a new email and used the same git command to send the message.  I received a copy of the email almost instantly in Outlook, which is running on another machine.  I am confident that a message made it at least as far as the Exchange server for my office.  

The email I received was:
-----Original Message-----
From: Thomas Thorne [mailto:Thomas.Thorne at Net2Edge.com] 
Sent: 21 September 2016 12:34
To: meta-freescale at yoctoproject.org
Cc: Thomas Thorne <Thomas.Thorne at net2edge.com>; otavio.salvador at ossystems.com.br
Subject: [Documentation][PATCH] Not Really - This is a hand made test

Try and make a message body by hand.  

Signed-off-by: Thomas Thorne <Thomas.Thorne at Net2Edge.com>

I'll drop the diff stuff for now. 

I will attempt to send this using the following command:

$ git send-email --to meta-freescale at yoctoproject.org --cc Thomas.Thorne at Net2Edge.com --cc otavio.salvador at ossystems.com.br 0001-Hand-Made-Test.patch

Maybe I cannot send emails externally through git or something weird like that.  CCing Otavio Salvador and myself to check whether it is the list that fails to get this or everthing. I kept the [Documentation][PATCH] bit of the Subject as that was all that was common between the patches.  Also update the Date: field by hand.  

-----

The terminal output when I executed the command was:
$ git send-email --to meta-freescale at yoctoproject.org --cc Thomas.Thorne at Net2Edge.com --cc otavio.salvador at ossystems.com.br 0001-Hand-Made-Test.patch
0001-Hand-Made-Test.patch
(mbox) Adding cc: Thomas Thorne <Thomas.Thorne at Net2Edge.com> from line 'From: Thomas Thorne <Thomas.Thorne at Net2Edge.com>'
(body) Adding cc: Thomas Thorne <Thomas.Thorne at Net2Edge.com> from line 'Signed-off-by: Thomas Thorne <Thomas.Thorne at Net2Edge.com>'

From: Thomas Thorne <Thomas.Thorne at Net2Edge.com>
To: meta-freescale at yoctoproject.org
Cc: Thomas.Thorne at Net2Edge.com,
	otavio.salvador at ossystems.com.br
Subject: [Documentation][PATCH] Not Really - This is a hand made test
Date: Wed, 21 Sep 2016 12:34:07 +0100
Message-Id: <1474457647-16977-1-git-send-email-Thomas.Thorne at Net2Edge.com>
X-Mailer: git-send-email 2.7.4

    The Cc list above has been expanded by additional
    addresses found in the patch commit message. By default
    send-email prompts before sending whenever this occurs.
    This behavior is controlled by the sendemail.confirm
    configuration setting.

    For additional information, run 'git send-email --help'.
    To retain the current behavior, but squelch this message,
    run 'git config --global sendemail.confirm auto'.

Send this email? ([y]es|[n]o|[q]uit|[a]ll): yes
OK. Log says:
Sendmail: /usr/sbin/sendmail -i meta-freescale at yoctoproject.org Thomas.Thorne at Net2Edge.com otavio.salvador at ossystems.com.br
From: Thomas Thorne <Thomas.Thorne at Net2Edge.com>
To: meta-freescale at yoctoproject.org
Cc: Thomas.Thorne at Net2Edge.com,
	otavio.salvador at ossystems.com.br
Subject: [Documentation][PATCH] Not Really - This is a hand made test
Date: Wed, 21 Sep 2016 12:34:07 +0100
Message-Id: <1474457647-16977-1-git-send-email-Thomas.Thorne at Net2Edge.com>
X-Mailer: git-send-email 2.7.4

Result: OK

-----

Ahh I may have found something.  When I check the syslog of my machine I can see a rejection message: 
...
Sep 21 11:56:04 thorne-ul-dt postfix/qmgr[5645]: 427121963DE6: from=<thomasthorne at thorne-ul-dt.transition.internal>, size=4069, nrcpt=2 (queue active)
Sep 21 11:56:04 thorne-ul-dt postfix/qmgr[5645]: D45561963DE4: from=<thomasthorne at thorne-ul-dt.transition.internal>, size=3214, nrcpt=2 (queue active)
Sep 21 11:56:04 thorne-ul-dt postfix/qmgr[5645]: 6FC201963DE1: from=<thomasthorne at thorne-ul-dt.transition.internal>, size=2085, nrcpt=2 (queue active)
Sep 21 11:56:06 thorne-ul-dt postfix/smtp[12052]: 6FC201963DE1: to=<meta-freescale at yoctoproject.org>, relay=yocto-www.yoctoproject.org[140.211.169.56]:25, delay=92753, delays=92751/0.03/1.2/0.2, dsn=4.1.8, status=deferred (host yocto-www.yoctoproject.org[140.211.169.56] said: 450 4.1.8 <thomasthorne at thorne-ul-dt.transition.internal>: Sender address rejected: Domain not found (in reply to RCPT TO command))
Sep 21 11:56:06 thorne-ul-dt postfix/smtp[12050]: 427121963DE6: to=<meta-freescale at yoctoproject.org>, relay=yocto-www.yoctoproject.org[140.211.169.56]:25, delay=92726, delays=92724/0.01/1.2/0.2, dsn=4.1.8, status=deferred (host yocto-www.yoctoproject.org[140.211.169.56] said: 450 4.1.8 <thomasthorne at thorne-ul-dt.transition.internal>: Sender address rejected: Domain not found (in reply to RCPT TO command))
Sep 21 11:56:06 thorne-ul-dt postfix/smtp[12051]: D45561963DE4: to=<meta-freescale at yoctoproject.org>, relay=yocto-www.yoctoproject.org[140.211.169.56]:25, delay=92736, delays=92735/0.02/1.2/0.2, dsn=4.1.8, status=deferred (host yocto-www.yoctoproject.org[140.211.169.56] said: 450 4.1.8 <thomasthorne at thorne-ul-dt.transition.internal>: Sender address rejected: Domain not found (in reply to RCPT TO command))
...
Sep 21 12:34:16 thorne-ul-dt postfix/pickup[15440]: B4D4C1962505: uid=1000 from=<thomasthorne>
Sep 21 12:34:16 thorne-ul-dt postfix/cleanup[17019]: B4D4C1962505: message-id=<1474457647-16977-1-git-send-email-Thomas.Thorne at Net2Edge.com>
Sep 21 12:34:16 thorne-ul-dt postfix/qmgr[5645]: B4D4C1962505: from=<thomasthorne at thorne-ul-dt.transition.internal>, size=1184, nrcpt=3 (queue active)
Sep 21 12:34:18 thorne-ul-dt postfix/smtp[17022]: B4D4C1962505: to=<otavio.salvador at ossystems.com.br>, relay=aspmx.l.google.com[173.194.200.26]:25, delay=1.5, delays=0.09/0.02/0.84/0.52, dsn=2.0.0, status=sent (250 2.0.0 OK 1474457658 i40si22363314otd.114 - gsmtp)
Sep 21 12:34:18 thorne-ul-dt postfix/smtp[17023]: B4D4C1962505: to=<meta-freescale at yoctoproject.org>, relay=yocto-www.yoctoproject.org[140.211.169.56]:25, delay=1.6, delays=0.09/0.03/1.1/0.3, dsn=4.1.8, status=deferred (host yocto-www.yoctoproject.org[140.211.169.56] said: 450 4.1.8 <thomasthorne at thorne-ul-dt.transition.internal>: Sender address rejected: Domain not found (in reply to RCPT TO command))
Sep 21 12:34:18 thorne-ul-dt postfix/smtp[17021]: B4D4C1962505: to=<Thomas.Thorne at Net2Edge.com>, relay=net2edge-com.mail.protection.outlook.com[213.199.180.170]:25, delay=2.1, delays=0.09/0.01/0.77/1.2, dsn=2.6.0, status=sent (250 2.6.0 <1474457647-16977-1-git-send-email-Thomas.Thorne at Net2Edge.com> [InternalId=16557098934123, Hostname=DB6PR0701MB1880.eurprd07.prod.outlook.com] 7442 bytes in 0.174, 41.540 KB/sec Queued mail for delivery)
...
Sep 21 12:41:04 thorne-ul-dt postfix/qmgr[5645]: B4D4C1962505: from=<thomasthorne at thorne-ul-dt.transition.internal>, size=1184, nrcpt=3 (queue active)
Sep 21 12:41:04 thorne-ul-dt postfix/smtp[18315]: B4D4C1962505: to=<meta-freescale at yoctoproject.org>, relay=yocto-www.yoctoproject.org[140.211.169.56]:25, delay=408, delays=407/0.01/0.62/0.18, dsn=4.1.8, status=deferred (host yocto-www.yoctoproject.org[140.211.169.56] said: 450 4.1.8 <thomasthorne at thorne-ul-dt.transition.internal>: Sender address rejected: Domain not found (in reply to RCPT TO command))
-----

So it seems that by the time my email reaches the outside world it has been transformed into being "from=" my machine rather than from Exchange account.  At this point the yocto server seems to reject the message.  

Does that look like the correct interpretation to you?  
I do not know if this is something I can easily amend or if I will need to talk with an IT guy.  
I can probably copy and paste the message into Thunderbird, which I know sends and received external emails.  Does that sound like it may work?  Alternativly I could email the patch to myself and forward it onward using either Outlook, Outlook web or Thunderbird.  

Thomas A. F. Thorne  Software Engineer  Net2Edge

-----Original Message-----
From: Otavio Salvador [mailto:otavio.salvador at ossystems.com.br] 
Sent: 21 September 2016 12:25
To: Thomas Thorne <Thomas.Thorne at net2edge.com>; Daiane Angolini <daiane.angolini at nxp.com>
Cc: meta-freescale at yoctoproject.org
Subject: Re: [meta-freescale] [<Documentation][PATCH] Update to Krogoth

On Tue, Sep 20, 2016 at 6:15 AM, Thomas Thorne <Thomas.Thorne at net2edge.com> wrote:
> There seem to be no further changes to the documentation repository so I have resent the old patches.  I have copies of the 3 emails in my inbox as I CCed myself this time.  All three patches that I submitted this morning start their subject line with "[Documentation][PATCH]"

We did not receive them. I am adding Daiane on Cc so she can also keep an eye on this.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list