make messages posted from the list appear to be from the person who sent them
Chris Nehren [Sat, 26 Jun 2010 12:46:52 +0000 (08:46 -0400)]
lib/Promulger/Dispatch.pm

index b21d958..78340e1 100644 (file)
@@ -75,7 +75,7 @@ sub post_message {
     # 2010-03-13 
     my $new_message = Email::Simple->create(
       header => [
-        From => $recipient,
+        From => $sender_address,
         To   => $subscriber,
         Subject => $email->header('Subject'),
       ],