Changeset 1845 in ExiteCMS for trunk/includes/core_functions.php


Ignore:
Timestamp:
10/10/08 09:04:02 (4 years ago)
Author:
hverton
Message:

disabled image verification of URL's of images (takes to long, slows the forum down)
added CheckRecipient(), allow SMTP returncode 451, and any reply containing the word "greylist"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core_functions.php

    r1802 r1845  
    432432            return true; 
    433433        } 
     434        // checking takes to long, return true 
     435        return true; 
    434436        $uri['port'] = isset($uri['port']) ? $uri['port'] : 80; 
    435437        // use a timeout of 1 second, slow servers will slow us down too! 
Note: See TracChangeset for help on using the changeset viewer.