/[CCFs]/bin/ccfnotify
ViewVC logotype

Diff of /bin/ccfnotify

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

revision 1.9 by ccflib, Fri Dec 19 14:40:15 2014 UTC revision 1.11 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  # After several changes in mail gtwy at ESAC, the different mail addresses  # After several changes in mail gtwy at ESAC, the different mail addresses
4  # have been changed.  # have been changed.
# Line 7  Line 7 
7  #  #
8  # $replyto for xmm-it, sas-devel should now go to : eduardo.ojero@esa.it  # $replyto for xmm-it, sas-devel should now go to : eduardo.ojero@esa.it
9  #  #
10  # $Id: ccfnotify,v 1.8 2014/12/02 16:02:27 ccflib Exp $  # $Id: ccfnotify,v 1.10 2015/02/02 14:37:21 ccflib Exp $
11  #  #
12  require 5;  require 5;
13  use FileHandle;  use FileHandle;
# Line 47  foreach($update){ Line 47  foreach($update){
47    /^public$/ && do {    /^public$/ && do {
48      @to = qw/ccf xmm-it sas-devel/;      @to = qw/ccf xmm-it sas-devel/;
49      $subject = "XMM-Newton calibration update";      $subject = "XMM-Newton calibration update";
50      $replyto = 'xmmhelp@sciops.esa.int';      $replyto = 'eduardo.ojero@esa.int';
51      next;      next;
52    };    };
53            
# Line 82  Subject: $subject Line 82  Subject: $subject
82      $fh->print('      $fh->print('
83  For details and download instructions please refer to:  For details and download instructions please refer to:
84    
85    http://xmm2.esac.esa.int/external/xmm_sw_cal/calib/    https://www.cosmos.esa.int/web/xmm-newton/calibration
86    http://xmm2.esac.esa.int/external/xmm_sw_cal/calib/rel_notes    https://www.cosmos.esa.int/web/xmm-newton/ccf-release-notes
87    
88  Best regards,  Best regards,
89    
90  The XMM-Newton Calibration Librarian  The XMM-Newton Calibration Librarian
91    ---------------------------------------------------------------
92  xmmhelp@sciops.esa.int  Please reply to: ');
93        $fh->print(" $replyto\n");
 ');  
94    
95  undef $fh;  undef $fh;
96    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.27