Index: openacs-4/packages/dotlrn/www/spam.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/spam.tcl,v diff -u -r1.33 -r1.34 --- openacs-4/packages/dotlrn/www/spam.tcl 30 Sep 2017 18:12:52 -0000 1.33 +++ openacs-4/packages/dotlrn/www/spam.tcl 19 Jan 2018 14:38:45 -0000 1.34 @@ -59,6 +59,8 @@ if {([info exists community_id] && $community_id ne "")} { # This is call using the old URL reference ad_returnredirect "spam-recipients?referer=$referer" + ad_script_abort + } else { ad_complain "[_ dotlrn.Must_specify_recipients]" }