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 -r1.25 -r1.26 --- openacs-4/packages/notifications/tcl/notification-email-procs.tcl 14 Oct 2006 18:22:01 -0000 1.25 +++ openacs-4/packages/notifications/tcl/notification-email-procs.tcl 15 Oct 2006 07:20:30 -0000 1.26 @@ -60,9 +60,9 @@ {-type_id:required} } { if {[empty_string_p $object_id] || [empty_string_p $type_id]} { - return "[address_domain] mailer <[reply_address_prefix]@[address_domain]>" + return "\"[address_domain] mailer\" <[reply_address_prefix]@[address_domain]>" } else { - return "[address_domain] mailer <[reply_address_prefix]-$object_id-$type_id@[address_domain]>" + return "\"[address_domain] mailer\" <[reply_address_prefix]-$object_id-$type_id@[address_domain]>" } }