? mail_logger_do_not_change_mail.patch
Index: mail_logger.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mail_logger/Attic/mail_logger.module,v
retrieving revision 1.1.4.3
diff -u -p -r1.1.4.3 mail_logger.module
--- mail_logger.module	6 Feb 2010 23:11:03 -0000	1.1.4.3
+++ mail_logger.module	7 Feb 2010 09:14:06 -0000
@@ -70,7 +70,7 @@ function theme_mail_logger_read_mail($ma
  *
  * Purpose of this function is to log all outgoing mail
  */
-function mail_logger_mail_alter(&$message) {
+function mail_logger_mail_alter($message) {
 //  &$mailkey, &$to, &$subject, &$body, &$from, &$headers = ''
 //drupal_set_message('<pre>'. print_r($message, 1) .'</pre>');
 //return ;
