projects
/
p5sagit/Promulger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9f8395b
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Promulger/Dispatch.pm
b/lib/Promulger/Dispatch.pm
index
b21d958
..
78340e1
100644
(file)
--- 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'),
],