summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-02-19 00:01:38 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-19 00:01:38 +0000
commitb8c8cfe2143ccc131c4ba2522f7e9a4aef4adb7a (patch)
tree287aa0997eb32118e38708b1ddee5c58bdd51f3c /pod
parent8fc4b7987e6639e8be4826c029947e2c978b9a2d (diff)
downloadperl-b8c8cfe2143ccc131c4ba2522f7e9a4aef4adb7a.tar.gz
Put to rest the 20010205.001, the email address checking (not) regex.
p4raw-id: //depot/perl@8839
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfaq9.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index c4f4302dc6..d234cf43a9 100644
--- a/pod/perlfaq9.pod
+++ b/pod/perlfaq9.pod
@@ -352,10 +352,10 @@ deliverable which are compliant.
Many are tempted to try to eliminate many frequently-invalid
mail addresses with a simple regex, such as
-C</^[\w.-]+\@([\w.-]+\.)+\w+$/>. It's a very bad idea. However,
+C</^[\w.-]+\@(?:[\w-]+\.)+\w+$/>. It's a very bad idea. However,
this also throws out many valid ones, and says nothing about
-potential deliverability, so is not suggested. Instead, see
-http://www.perl.com/CPAN/authors/Tom_Christiansen/scripts/ckaddr.gz ,
+potential deliverability, so it is not suggested. Instead, see
+http://www.perl.com/CPAN/authors/Tom_Christiansen/scripts/ckaddr.gz,
which actually checks against the full RFC spec (except for nested
comments), looks for addresses you may not wish to accept mail to
(say, Bill Clinton or your postmaster), and then makes sure that the