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.9 2014/12/19 14:40:15 ccflib Exp $ |
11 |
# |
# |
12 |
require 5; |
require 5; |
13 |
use FileHandle; |
use FileHandle; |
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 |
|
|
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 |
|
|