Index: openacs-4/packages/notifications/sql/oracle/notifications-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/oracle/notifications-create.sql,v diff -u -r1.8 -r1.9 --- openacs-4/packages/notifications/sql/oracle/notifications-create.sql 28 Aug 2003 09:41:58 -0000 1.8 +++ openacs-4/packages/notifications/sql/oracle/notifications-create.sql 6 Nov 2003 16:44:49 -0000 1.9 @@ -17,4 +17,4 @@ @ notifications-replies-package-create.sql @ notifications-init.sql - +@ notifications-replies-extra-create.sql Index: openacs-4/packages/notifications/sql/postgresql/notifications-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/notifications-create.sql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/notifications/sql/postgresql/notifications-create.sql 28 Aug 2003 09:41:58 -0000 1.6 +++ openacs-4/packages/notifications/sql/postgresql/notifications-create.sql 6 Nov 2003 16:44:49 -0000 1.7 @@ -15,3 +15,4 @@ \i notifications-replies-package-create.sql \i notifications-init.sql +\i notifications-replies-extra-create.sql Index: openacs-4/packages/notifications/sql/postgresql/notifications-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/notifications-drop.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/notifications/sql/postgresql/notifications-drop.sql 9 Aug 2002 20:51:50 -0000 1.2 +++ openacs-4/packages/notifications/sql/postgresql/notifications-drop.sql 6 Nov 2003 16:44:49 -0000 1.3 @@ -13,3 +13,4 @@ \i notifications-package-drop.sql \i notifications-core-drop.sql +\i notifications-replies-extra-drop.sql 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.16 -r1.17 --- openacs-4/packages/notifications/tcl/notification-email-procs.tcl 6 Nov 2003 14:28:03 -0000 1.16 +++ openacs-4/packages/notifications/tcl/notification-email-procs.tcl 6 Nov 2003 16:44:49 -0000 1.17 @@ -145,6 +145,7 @@ @param from_addr who the bouncing message as sent to @param the message body @param message_headers the headers of the message + @param reason (defaults to nothing). Reason for bounce } { set domain [address_domain] set bounce_to [parse_email_address $to_addr] @@ -167,7 +168,6 @@ -subject $bounce_subject \ -body $l \ -extraheaders "" - ns_log Notice "bounce: To: $bounce_to From: $bounce_from Subject $bounce_subject body: $l" } ad_proc -private load_qmail_mail_queue {