Skip to content

Commit

Permalink
A few more places that need the lists. prefix to email address
Browse files Browse the repository at this point in the history
  • Loading branch information
ompiteam committed Aug 9, 2016
1 parent 7bb3a85 commit 8ff0663
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion server/email.pl
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
# Set up defaults
$perfbase_arg = MTT::FindProgram::FindProgram(qw(perfbase))
unless $perfbase_arg;
$email_arg = "afriedle\@open-mpi.org" unless $email_arg;
$email_arg = "mtt-devel-core\@lists.open-mpi.org" unless $email_arg;


# Check debug
Expand Down
4 changes: 2 additions & 2 deletions server/php/cron/ic-check.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

#my $to_email_address = "FILL THIS IN";
#my $from_email_address = "FILL THIS IN";
my $to_email_address = "mtt-devel-core\@open-mpi.org";
my $from_email_address = "mtt-devel-core\@open-mpi.org";
my $to_email_address = "mtt-devel-core\@lists.open-mpi.org";
my $from_email_address = "mtt-devel-core\@lists.open-mpi.org";
my $current_mail_subject = "MTT Database Maintenance: IC Check";
my $current_mail_header = "";
my $current_mail_body = "";
Expand Down
4 changes: 2 additions & 2 deletions server/php/cron/periodic-maintenance.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

#my $to_email_address = "FILL THIS IN";
#my $from_email_address = "FILL THIS IN";
my $to_email_address = "mtt-devel-core\@open-mpi.org";
my $from_email_address = "mtt-devel-core\@open-mpi.org";
my $to_email_address = "mtt-devel-core\@lists.open-mpi.org";
my $from_email_address = "mtt-devel-core\@lists.open-mpi.org";
my $current_mail_subject = "MTT Database Maintenance: ";
my $current_mail_header = "";
my $current_mail_body = "";
Expand Down
2 changes: 1 addition & 1 deletion server/php/submit/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ function mtt_send_mail($message, $func) {
if( isset($_POST['email']) ) {
$user = $_POST['email'];
}
$admin = '[email protected]';
$admin = 'mtt-devel-core@lists.open-mpi.org';
$date = date('r');
$phpversion = phpversion();
$boundary = md5(time());
Expand Down
4 changes: 2 additions & 2 deletions server/sql/cron/ic-check.pl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

#my $to_email_address = "FILL THIS IN";
#my $from_email_address = "FILL THIS IN";
my $to_email_address = "mtt-devel-core\@open-mpi.org";
my $from_email_address = "mtt-devel-core\@open-mpi.org";
my $to_email_address = "mtt-devel-core\@lists.open-mpi.org";
my $from_email_address = "mtt-devel-core\@lists.open-mpi.org";
my $current_mail_subject = "MTT Database Maintenance: IC Check";
my $current_mail_header = "";
my $current_mail_body = "";
Expand Down
4 changes: 2 additions & 2 deletions server/sql/cron/periodic-maintenance.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

#my $to_email_address = "FILL THIS IN";
#my $from_email_address = "FILL THIS IN";
my $to_email_address = "mtt-devel-core\@open-mpi.org";
my $from_email_address = "mtt-devel-core\@open-mpi.org";
my $to_email_address = "mtt-devel-core\@lists.open-mpi.org";
my $from_email_address = "mtt-devel-core\@lists.open-mpi.org";
my $current_mail_subject = "MTT Database Maintenance: ";
my $current_mail_header = "";
my $current_mail_body = "";
Expand Down

0 comments on commit 8ff0663

Please sign in to comment.