Skip Menu |

This queue is for tickets about the libnet CPAN distribution.

Report information
The Basics
Id: 49920
Status: resolved
Priority: 0/
Queue: libnet

People
Owner: Nobody in particular
Requestors: leon [...] astray.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.22
Fixed in: (no value)



Subject: Fix URL
Hello, I'm trying to update various URLs in the Perl source code. Here's a quick patch. Thanks! Leon
Subject: libnet_url.patch
diff --git a/ext/libnet/lib/Net/SMTP.pm b/ext/libnet/lib/Net/SMTP.pm index a28496d..f36aaf9 100644 --- a/ext/libnet/lib/Net/SMTP.pm +++ b/ext/libnet/lib/Net/SMTP.pm @@ -768,7 +768,7 @@ that a DSN not be returned to the sender under any conditions." $smtp->recipient(@recipients, { Notify => ['NEVER'], SkipBad => 1 }); # Good You may use any combination of these three values 'SUCCESS','FAILURE','DELAY' in -the anonymous array reference as defined by RFC3461 (see http://rfc.net/rfc3461.html +the anonymous array reference as defined by RFC3461 (see http://www.ietf.org/rfc/rfc3461.txt for more information. Note: quotations in this topic from same.). A Notify parameter of 'SUCCESS' or 'FAILURE' "requests that a DSN be issued on
Thanks, applied and will be in next release http://github.com/gbarr/perl- libnet/commit/38e09c62b89c2bb112b5271322ce424ceec5087d