Re: [RFC/PATCH 2/2] git-send-email: Do not require that addresses added from body be valid

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 5 May 2011, Jakub Narebski wrote:

> ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ$smtp->to( @recipients ) or die $smtp->message;
> +ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ$smtp->to( @recipients_extra, { Notify => ['NEVER'], SkipBad => 1 });
                                                  ^^^^^^^^^^^^^^^^^^^^

Note: contrary to what I thought this doesn't mean to not send any
notification request, but to send DSN (Delivery Status Notification)
request of 'NEVER'.  For example when using smtp.gmail.com gives:

  Net::SMTP::recipient: DSN option not supported by host at ./git-send-email line 1140

So the underlined part has to be removed.

-- 
Jakub Narebski
Poland
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]