]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/shared/CheckRFC.pm
added Arc::Archive and Arc::Test
[selfforum.git] / selfforum-cgi / shared / CheckRFC.pm
index 1441038d5f2338740194355baf0f4363375a9b57..cb9a616e7d2fa2fe3afce9b5593a8b6867b9c92c 100644 (file)
@@ -99,6 +99,8 @@ sub is_email ($;$) {
 
   # remove nested comments
   1 while ($string =~ s/\([^()]*\)//g);
+  #$string =~ s/^\s+//;
+  #$string =~ s/\s+$//;
 
   return ($string =~ /^$email[0]$/) unless $strict;
 

patrick-canterino.de