array(), 'replacements' => array() ); // Patterns to match and replace headers for spam messages // Replacement method uses preg_replace - http://www.php.net/manual/function.preg-replace.php // WARNING: Be sure to match the entire header line, including the name of the header, also use ^ and $ and the 'm' flag // see the README for an example // TEST CAREFULLY BEFORE USE ON REAL MESSAGES $rcmail_config['markasjunk2_ham_patterns'] = array( 'patterns' => array(), 'replacements' => array() ); ?>