[prev] [thread] [next] [lurker] [Date index for 2002/09/14]
Update of /cvsroot/siesta/siesta/lib/Siesta/Plugin In directory usw-pr-cvs1:/tmp/cvs-serv28903/lib/Siesta/Plugin Modified Files: Send.pm Log Message: Fix some madness. Index: Send.pm =================================================================== RCS file: /cvsroot/siesta/siesta/lib/Siesta/Plugin/Send.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- Send.pm 12 Sep 2002 15:23:42 -0000 1.24 +++ Send.pm 14 Sep 2002 15:28:32 -0000 1.25 @@ -14,6 +14,8 @@ my $list = $mail->list; for my $user ( $list->members ) { $mail->user($user); + $mail->from($list->post_address()); + $mail->to($user->id); Siesta->sender->process($mail); } return;
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52