Re: [geeklog-users] Suggested changes to lib-common.php/COM_isemail()

2003-09-08 Thread geeklog-users-admin
Hi, On Thu, 4 Sep 2003 19:26:11 +0200 [EMAIL PROTECTED] wrote: > Bob wrote: > > >It looks like Mail_RFC822::isValidInetAddress has the same problem with > >not recognizing '+' as valid > > Have you thought about reporting that as a bug and/or contributing a > better version? Testing for valid e

Re: [geeklog-users] Suggested changes to lib-common.php/COM_isemail()

2003-09-06 Thread geeklog-users-admin
Bob wrote: >Suggested change (incorporating everything above): > >if( eregi( "[EMAIL PROTECTED]([- >.]?[0-9a-z])*\\.[a-z]{2,6}$", $email, $check )) While playing around with this, I noticed that it does not accept [EMAIL PROTECTED] as a valid email address, while the old/current regexp

Re: [geeklog-users] Suggested changes to lib-common.php/COM_isemail()

2003-09-04 Thread geeklog-users-admin
Bob wrote: >It looks like Mail_RFC822::isValidInetAddress has the same problem with >not recognizing '+' as valid Have you thought about reporting that as a bug and/or contributing a better version? Testing for valid email addresses is a pretty standard task in a web-based application. I had actu

Re: [geeklog-users] Suggested changes to lib-common.php/COM_isemail()

2003-09-02 Thread geeklog-users-admin
Hi, On Tue, 2 Sep 2003 10:20:21 +0200 [EMAIL PROTECTED] wrote: > Bob wrote: > > >[Sorry if this isn't the right list for posting bugs/enhancements...] > > Didn't see the "Report a bug" link on geeklog.net? But it's okay to > discuss problems here or on the forums before actually sending bug rep

Re: [geeklog-users] Suggested changes to lib-common.php/COM_isemail()

2003-09-02 Thread geeklog-users-admin
Bob wrote: >[Sorry if this isn't the right list for posting bugs/enhancements...] Didn't see the "Report a bug" link on geeklog.net? But it's okay to discuss problems here or on the forums before actually sending bug reports. >The upshot is, COM_isemail in lib-common.php chokes on addresses >co