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 |
# |
# |
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 |
|
|
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 |
|
|