/[notice-sender]/trunk/sender.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/sender.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 55 by dpavlin, Wed Jun 8 14:26:31 2005 UTC revision 57 by dpavlin, Tue Jun 21 09:41:22 2005 UTC
# Line 119  on that list. Line 119  on that list.
119          foreach my $list (@lists) {          foreach my $list (@lists) {
120                  print $list->name,": ",$list->from_addr," <",$list->email,">\n";                  print $list->name,": ",$list->from_addr," <",$list->email,">\n";
121                  foreach my $u ($nos->list_members( list => $list->name )) {                  foreach my $u ($nos->list_members( list => $list->name )) {
122                          print "\t",$u->{'name'}, " <", $u->{'email'}, ">\n";                          print "\t",$u->{'name'}, " <", $u->{'email'}, ">",( $u->{'ext_id'} ? ' ['.$u->{'ext_id'}.']' : '' ),"\n";
123                  }                  }
124          }          }
125    

Legend:
Removed from v.55  
changed lines
  Added in v.57

  ViewVC Help
Powered by ViewVC 1.1.26