From: Chris Nehren Date: Sat, 26 Jun 2010 12:46:52 +0000 (-0400) Subject: make messages posted from the list appear to be from the person who sent them X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=211c75c22d18568b4f5e1839ac8c9758175ce309;p=p5sagit%2FPromulger.git make messages posted from the list appear to be from the person who sent them --- diff --git a/lib/Promulger/Dispatch.pm b/lib/Promulger/Dispatch.pm index b21d958..78340e1 100644 --- a/lib/Promulger/Dispatch.pm +++ b/lib/Promulger/Dispatch.pm @@ -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'), ],