--- loncom/interface/lonsupportreq.pm 2004/07/19 20:01:56 1.7 +++ loncom/interface/lonsupportreq.pm 2004/09/09 05:58:42 1.8 @@ -545,7 +545,6 @@ $bodytag

A support request has been sent to $to

END } else { - $to = 'helpdesk@lon-capa.org'; $r->print(< @@ -555,6 +554,7 @@ $bodytag

Warning: Problem with support e-mail address

As the e-mail address provided for this LON-CAPA server ($to) does not appear to be a valid e-mail address, your support request has not been sent to the LON-CAPA support staff at your institution. Instead a copy has been sent to the LON-CAPA support team at Michigan State University. END + $to = 'helpdesk@lon-capa.org'; } if (defined($ENV{'form.email'})) { if ($ENV{'form.email'} =~ m/^[^\@]+\@[^\@]+$/) {