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.45 -r1.46 --- openacs-4/packages/notifications/tcl/notification-email-procs.tcl 21 Jun 2018 13:17:26 -0000 1.45 +++ openacs-4/packages/notifications/tcl/notification-email-procs.tcl 25 Jul 2018 20:11:06 -0000 1.46 @@ -187,7 +187,7 @@ @param to_addr who the bounce is going to @param from_addr who the bouncing message as sent to - @param the message body + @param body the message body @param message_headers the headers of the message @param reason (defaults to nothing). Reason for bounce } { @@ -406,7 +406,6 @@ ns_log debug "notification::email::scan_replies: about to load qmail queue" return [load_qmail_mail_queue -queue_dir [qmail_mail_queue_dir]] } - } # Local variables: