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.9.2.8 -r1.9.2.9 --- openacs-4/packages/notifications/tcl/notification-email-procs.tcl 30 Jul 2003 19:49:43 -0000 1.9.2.8 +++ openacs-4/packages/notifications/tcl/notification-email-procs.tcl 12 Aug 2003 17:09:55 -0000 1.9.2.9 @@ -180,7 +180,7 @@ if { [string compare -nocase $name "Auto-Submitted"] == 0 } { set is_auto_reply_p 1 break - } elseif { [string compare -nocase $name "Subject"] == 0 && [string match -nocase $value "Out of Office AutoReply:"] == 0 } { + } elseif { [string compare -nocase $name "Subject"] == 0 && [string first "Out of Office AutoReply:" $value] == 0 } { # added for BP set is_auto_reply_p 1 break