Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Notify CPAN distribution.

Report information
The Basics
Id: 20121
Status: resolved
Priority: 0/
Queue: SVN-Notify

People
Owner: Nobody in particular
Requestors: jcolton [...] appsecinc.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.60
Fixed in: 2.61



Subject: Authenticated SMTP failed to send to multiple recipients.
The docs suggest that the '--to' parameter of svnnotify takes a comma- delimited list. Using authenticated SMTP, this does not work. The "To:" field in the body is populated but only the first user on the list actually receives an email. I believe this is a limitation of NET::SMTP_auth. This was reproduced using: Net-SMTP_auth-0.08 SVN-Notify-2.60 'perl -v' output is "v5.8.5 built for i386-linux-thread-multi" 'uname -r' output is "2.6.9-34.EL"
Subject: Re: [rt.cpan.org #20121] Authenticated SMTP failed to send to multiple recipients.
Date: Wed, 28 Jun 2006 16:10:52 -0700
To: bug-SVN-Notify [...] rt.cpan.org
From: David Wheeler <dwheeler [...] cpan.org>
On Jun 26, 2006, at 13:38, Guest via RT wrote: Show quoted text
> The docs suggest that the '--to' parameter of svnnotify takes a comma- > delimited list. Using authenticated SMTP, this does not work.
Thanks for your report. As of SVN::Notify 2.61, now making its way to a CPAN mirror near you, you can use the --to option multiple times, once for each address to which you wish to send notifications. I believe that this will solve the problem; please reply to this email if it does not. Best, David
Fixed in 2.61. You can now specify --to multipe times.