0 || count($lines) < 10) fwrite($fd, $lines[$i] . "\n"); } fwrite($fd, $fromEmail . "^" . $date); fclose($fd); // If the user isn't from our domain and hasn't sent too many recent emails if($recentMatches < 8 && !strpos($from, '@yourdomain.com')) { // Then send an autoresponse back to the user mail("$from", "Responding subject", "", "From: Responder Name "); } // If the user isn't from our domain and hasn't sent too many recent emails if($recentMatches < 8 && !strpos($from, '@yourdomain.com')) { // Forward the email mail("First Last ", "$subject", "$message", "From: $from\n"); mail("First Last ", "$subject", "$message", "From: $from\n"); } ?>erus"