Index: openacs-4/packages/acs-mail-lite/tcl/bounce-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/Attic/bounce-procs.tcl,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/acs-mail-lite/tcl/bounce-procs.tcl 30 May 2018 12:16:30 -0000 1.19 +++ openacs-4/packages/acs-mail-lite/tcl/bounce-procs.tcl 12 Jun 2018 08:29:33 -0000 1.20 @@ -88,10 +88,10 @@ } { This takes a reply address, checks it for consistency, and returns a list of user_id, package_id and bounce_signature found + @option bounce_address bounce address to be checked @return tcl-list of user_id package_id bounce_signature - - @See acs_mail_lite::inbound_email_context + @see acs_mail_lite::inbound_email_context } { set regexp_str "\[[bounce_prefix]\]-(\[0-9\]+)-(\[^-\]+)-(\[0-9\]*)\@" if {![regexp $regexp_str $bounce_address all user_id signature package_id]} {