[kdewebdev-site] Proposed KdeWebDev site structure <- Final?
Eric Laffoon
sequitur at easystreet.com
Wed Mar 3 00:58:53 EST 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wednesday 03 March 2004 12:45 am, Andras Mantia wrote:
> > BTW we can validate emails and then query the server to leave only a
> > legitimate forgery as a bad option. Sourceforge for some reason puts a
> > non address in the from for those not logged in even though we gather
> > their address. So you have to go to the body and copy it. I hate that.
>
> I know, but it happened that even that address didn't work and I get back
> mails that "user does not exists". :-0 How can I reach a reporter if he
> gives me an invalid address?
>
> Andras
Validation uses regexp to confirm the address is formatted correctly.
if (!ereg("^.+ at .+\\..+$", $field_val)) {
$this->errMsg ("E-Mail address $field_val does not appear to be
valid", "Use the back button on your browser to correct it");
}
I don't think it's finger, I don't recall, but you can actually query an email
address to ask the host if it's valid. That would be step two. As I said this
eliminates all but willfull fraud. You can also record their IP address
too. ;-)
Eric
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQFARZ5OSiV5TqRTAEsRAtGOAJ9rgr31rP3GvCrxab7pqefZqWJGDACgj0Jg
qMAMH1Kuz8PPJSyKUXTAO+w=
=51Ky
-----END PGP SIGNATURE-----
More information about the kdewebdev-site
mailing list