[libvirt] Mails rejected by mailist?

Hi all: I've tried to send a patch for libvirt-php using git send-email yesterday. My user.email is configured as a gmail address, that is this one. But git sent patches from local postfix. git CC the patchs to my gmail and I can revice it, but not listed on the maillist. Is it rejected by the maillist? And what should I do to send the patches?

On Tue, Feb 15, 2011 at 11:36:44AM +0800, Lyre wrote:
Hi all:
I've tried to send a patch for libvirt-php using git send-email yesterday.
My user.email is configured as a gmail address, that is this one. But git sent patches from local postfix.
git CC the patchs to my gmail and I can revice it, but not listed on the maillist.
Is it rejected by the maillist? And what should I do to send the patches?
I didn't see any indication that those hit mailman, can you make sure the mails actually went out ? I didn't got any bounce email from the list manager they are not suspended for approval, nor on the list apparently so I think they didn't arrive up to the list manager. Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

On Tue, Feb 15, 2011 at 12:05 PM, Daniel Veillard <veillard@redhat.com>wrote:
On Tue, Feb 15, 2011 at 11:36:44AM +0800, Lyre wrote:
Hi all:
I've tried to send a patch for libvirt-php using git send-email yesterday.
My user.email is configured as a gmail address, that is this one. But git sent patches from local postfix.
git CC the patchs to my gmail and I can revice it, but not listed on the maillist.
Is it rejected by the maillist? And what should I do to send the patches?
I didn't see any indication that those hit mailman, can you make sure the mails actually went out ? I didn't got any bounce email from the list manager they are not suspended for approval, nor on the list apparently so I think they didn't arrive up to the list manager.
Daniel
-- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
Hi Daniel: I found something when I looked at my mailbox on localhost. There are some mails titled "Undelivered Mail Returned", part of the contents are: This is the mail system at host linux-4179e1.site. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster. If you do so, please include this problem report. You can delete your own text from the attached returned message. The mail system <libvirt-list@redhat.com>: host mx1.redhat.com[209.132.183.28] said: 553 5.1.8 <lyre@linux-4179e1.site>... Domain of sender address lyre@linux-4179e1.site does not exist (in reply to MAIL FROM command)

Hi all: I've solved it, add those line in gitconfig: [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = yourname@gmail.com smtpserverport = 587 Thus git use gmail smtp to send the patches.

On 15/02/2011, at 6:08 PM, Lyre wrote:
Hi all:
I've solved it, add those line in gitconfig:
[sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = yourname@gmail.com smtpserverport = 587
Thus git use gmail smtp to send the patches.
Yep. I also have this in mine, which helps with some UTF characters in people's names: [format] headers = "MIME-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: 8bit\n" Well, that helps with "git format-patch" anyway. :)

于 2011年02月15日 12:05, Daniel Veillard 写道:
On Tue, Feb 15, 2011 at 11:36:44AM +0800, Lyre wrote:
Hi all:
I've tried to send a patch for libvirt-php using git send-email yesterday.
My user.email is configured as a gmail address, that is this one. But git sent patches from local postfix.
git CC the patchs to my gmail and I can revice it, but not listed on the maillist.
Is it rejected by the maillist? And what should I do to send the patches?
I didn't see any indication that those hit mailman, can you make sure the mails actually went out ? I didn't got any bounce email from the list manager they are not suspended for approval, nor on the list apparently so I think they didn't arrive up to the list manager.
Recall I also encounted the same problem before, the cause was improper configuration of gitconfig, Justin helped me resolved it. So, checking your configuration probly helps. Regards Osier
participants (4)
-
Daniel Veillard
-
Justin Clift
-
Lyre
-
Osier Yang