about summary refs log tree commit
diff options
context:
space:
mode:
authorLeon Brocard <leon@astray.com>2009-09-22 15:33:22 -0500
committerGraham Barr <gbarr@pobox.com>2009-09-22 15:33:22 -0500
commit38e09c62b89c2bb112b5271322ce424ceec5087d (patch)
treed6e3135dd8234a48f295d6cc693ae26c2959ee1b
parent4725dc2e7763cbabb3c532ed072e5cc58eb26bde (diff)
downloadperl-libnet-38e09c62b89c2bb112b5271322ce424ceec5087d.tar.gz
[rt.cpan.org #49920] Fix URL
I'm trying to update various URLs in the Perl source code.

Here's a quick patch.
-rw-r--r--Net/SMTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/SMTP.pm b/Net/SMTP.pm
index 4e95db9..f69d3d1 100644
--- a/Net/SMTP.pm
+++ b/Net/SMTP.pm
@@ -775,7 +775,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