--- forward.module.orig	2009-01-30 15:14:57.000000000 -0500
+++ forward.module	2009-01-30 15:34:17.000000000 -0500
@@ -663,6 +663,8 @@ function forward_form_submit($form_id, $
   $recipients = explode(', ', $recipients);
   
   foreach ($recipients as $to) {
+    $from = variable_get('site_mail','');
+    $headers['Reply-To'] = $edit['yemail'];
     drupal_mail('forward', $to, $subject, $body, $from, $headers);
   }
   
