Index: openacs-4/packages/notifications/tcl/notification-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-callback-procs.tcl,v diff -u -r1.7 -r1.7.2.1 --- openacs-4/packages/notifications/tcl/notification-callback-procs.tcl 30 Apr 2018 12:45:00 -0000 1.7 +++ openacs-4/packages/notifications/tcl/notification-callback-procs.tcl 1 Sep 2020 14:04:36 -0000 1.7.2.1 @@ -116,7 +116,13 @@ set email(reply_id) $reply_id set email(user_id) $user_id - if {[db_0or1row select_impl {}]} { + if {[db_0or1row select_impl { + select impl_owner_name as package_key + from acs_sc_impls + where impl_id = (select min(sc_impl_id) + from notification_types + where type_id = :type_id) + }]} { ns_log Notice "acs_mail_lite::incoming_email -impl notifications: calling notifications::incoming_email implementation for package $package_key" if { [catch {callback -impl $package_key notifications::incoming_email -array email} error] } { ns_log Notice "acs_mail_lite::incoming_email -impl notifications: $error"