savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Re: Broken Account Creation on Savannah -> please fix


From: Loic Dachary
Subject: [Savannah-hackers] Re: Broken Account Creation on Savannah -> please fix exim conf on fp.gnu.org
Date: Sat, 10 Aug 2002 19:29:37 +0200

Paul Fisher writes:
 > FWIW, /usr/local/sourceforge/src/email_validation.php does the right
 > thing, but I don't think savannah is using it.  Moving to the most
 > current version of email_validation.php might have other benefits.
 > 
 > /subversions/sourceforge/src/savannah/www/include/Email.class needs to
 > be changed.
 > 
 > I can't install this change as I don't have write access to the
 > savannah tree.  Could someone please do this for me?
 > 
 > --- Email.class      Fri Apr 19 14:45:53 2002
 > +++ /tmp/Email.class Sat Aug 10 13:06:15 2002
 > @@ -142,9 +142,9 @@
 >      if($this->VerifyResultLines($connection,"220")>0
 >      && $this->PutLine($connection,"HELO $localhost")
 >      && $this->VerifyResultLines($connection,"250")>0
 > -    && $this->PutLine($connection,"MAIL FROM: <address@hidden>")
 > +    && $this->PutLine($connection,"MAIL FROM:<>")
 >      && $this->VerifyResultLines($connection,"250")>0
 > -    && $this->PutLine($connection,"VRFY $email")
 > +    && $this->PutLine($connection,"RCPT TO:<$email>")
 >      && ($result=$this->Verify250($connection))>=0)
 >      {
 >       if($this->debug)

        Done. Account creation is working again. Thanks ;-)

-- 
Loic   Dachary         http://www.dachary.org/  address@hidden
12 bd  Magenta         http://www.senga.org/      address@hidden
75010    Paris         T: 33 1 42 45 07 97          address@hidden
        GPG Public Key: http://www.dachary.org/loic/gpg.txt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]