Index: openacs-4/packages/notifications/tcl/notification-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-email-procs.tcl,v diff -u -N -r1.20 -r1.21 --- openacs-4/packages/notifications/tcl/notification-email-procs.tcl 12 Feb 2004 17:44:02 -0000 1.20 +++ openacs-4/packages/notifications/tcl/notification-email-procs.tcl 12 Feb 2004 18:32:32 -0000 1.21 @@ -151,7 +151,7 @@ set bounce_to [parse_email_address $to_addr] set bounce_address [parse_email_address $from_addr] set bounce_from "MAILER-DAEMON@$domain" - set bounce_subject "failure debug" + set bounce_subject "failure notice" set l "Hi. This is the notification program at $domain.\n" append l "I'm afraid I wasn't able to deliver your message to the\n" append l "following addresses. This is a permament error; I've\n"