/[CCFs]/bin/notify
ViewVC logotype

Diff of /bin/notify

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

revision 1.1 by ccflib, Mon Feb 18 20:23:57 2002 UTC revision 1.3 by ccflib, Tue Feb 21 10:58:55 2017 UTC
# Line 1  Line 1 
1  #! /usr/local/bin/perl -w  #! /xdata/ccflib/perl5/perlbrew/perls/perl-5.18.4/bin/perl -w
2  #  #
3  # Giuseppe Vacanti (cosine science & computing)  # Giuseppe Vacanti (cosine science & computing)
4  # $Date: 2002/01/15 09:02:55 $  # $Date: 2011/01/10 13:50:13 $
5  #  #
6  # It receives the mirror log for the current package on stdin.  # It receives the mirror log for the current package on stdin.
7  #  #
# Line 81  exit(0) if(not @names); Line 81  exit(0) if(not @names);
81  foreach(@to){  foreach(@to){
82    my $fh = new FileHandle "|/usr/lib/sendmail -t" or die ("$!\n");    my $fh = new FileHandle "|/usr/lib/sendmail -t" or die ("$!\n");
83        
84    $fh->print("From: ccflib\@xmm.vilspa.esa.es    $fh->print("From: ccflib\@xmm.esac.esa.int
85  To: $_\@xmm.vilspa.esa.es  To: $_\@xmm.esac.esa.int
86  Subject: $subject  Subject: $subject
87  ");  ");
88    
# Line 97  Subject: $subject Line 97  Subject: $subject
97      $fh->print('      $fh->print('
98  For details and download instructions please refer to:  For details and download instructions please refer to:
99    
100    http://xmm.vilspa.esa.es/calibration/    https://www.cosmos.esa.int/web/xmm-newton/calibration
101    http://xmm.vilspa.esa.es/ccf/releasenotes/    https://www.cosmos.esa.int/web/xmm-newton/ccf-release-notes
102    
103  Best regards,  Best regards,
104    
105  The XMM-Newton Calibration Librarian  The XMM-Newton Calibration Librarian
106  xmmhelp@xmm.vilspa.esa.es  xmmhelp@sciops.esa.int
107    
108  ');  ');
109    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.27