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 -r1.20 -r1.21 --- openacs-4/packages/acs-mail-lite/tcl/bounce-procs.tcl 12 Jun 2018 08:29:33 -0000 1.20 +++ openacs-4/packages/acs-mail-lite/tcl/bounce-procs.tcl 14 Jun 2018 20:56:07 -0000 1.21 @@ -88,7 +88,7 @@ } { 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 @@ -140,7 +140,7 @@ } else { # Set to an email address that is required to exist # to avoid email loops and other issues - # per RFC 5321 section 4.5.1 + # per RFC 5321 section 4.5.1 # https://tools.ietf.org/html/rfc5321#section-4.5.1 # The somewhat unique capitalization may be useful # for identifyng source in diagnostic context.