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