Index: openacs-4/packages/dotlrn/tcl/spam-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/spam-procs.tcl,v diff -u -N -r1.13.2.1 -r1.13.2.2 --- openacs-4/packages/dotlrn/tcl/spam-procs.tcl 1 Feb 2021 11:04:09 -0000 1.13.2.1 +++ openacs-4/packages/dotlrn/tcl/spam-procs.tcl 23 Feb 2021 16:15:47 -0000 1.13.2.2 @@ -28,12 +28,17 @@ namespace eval spam { - ad_proc -public interpolate { + ad_proc -deprecated -public interpolate { {-values:required} {-text:required} } { Interpolates a set of values into a string. + DEPRECATED: code duplicated in bulk-mail and acs-mail-lite that can be + replaced by "string map" + + @see "string map" + @param values a list of tuples, each one consisting of a target string and the value it is to be replaced with. @param text the string that is to be interpolated