--- loncom/interface/lonmsg.pm 2002/05/07 15:24:34 1.32 +++ loncom/interface/lonmsg.pm 2002/06/24 14:33:21 1.33 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.32 2002/05/07 15:24:34 matthew Exp $ +# $Id: lonmsg.pm,v 1.33 2002/06/24 14:33:21 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -396,7 +396,7 @@ ENDDISHEADER $ENV{'user.home'}))) { my ($sendtime,$shortsubj,$fromname,$fromdomain,$status)= &Apache::lonmsg::unpackmsgid($_); - unless ($status eq 'deleted') { + unless (($status eq 'deleted') || ($sendtime=~/error/)) { if ($status eq 'new') { $r->print(''); } elsif ($status eq 'read') {