Menu

phpws_mail

Help
2003-01-09
2003-01-12
  • Marie Alline

    Marie Alline - 2003-01-09

    Which of these is the most recent release? Can someone tell me please?

    Thank you,
    Marie

     
    • Michael Cannon

      Michael Cannon - 2003-01-09

      At SF phpws_mail.rel_2-0-2.tar.gz is.

      At http://cannonbose.com, beta releases are always the latest next to CVS direct.

      Cheers,

      Michael

       
    • Dennis Bowen

      Dennis Bowen - 2003-01-12

      another bug fix for windows box unforutnately php win build doesnot support this coomand getmxrr() if you using the phpwsmail hack you have to change this line in the cb_common lib  cb_validation.php file

      =====search

      //if ( getmxrr($host, $validate_email_temp) )                {
      return true;
              }
      ===End Search Change to(if on windows box)
      if ( gethostbyname("$your url") )                {
      return true;
              }
      OR
      if ( gethostbyaddr($REMOTE_ADDR))
          {
      return true;
              }
      This Line Checks To See if the server is valid so spamming will not occur if you do not change this line this mod wont work on the win box..

       

Log in to post a comment.