Forum OpenACS Q&A: Response to Notifications

Collapse
10: Response to Notifications (response to 1)
Posted by Bjorn Thor Jonsson on

A solution to the problem I was experiencing is to change line 49 in notification-email-procs.tcl (the notification::email::reply_address proc) from
return [reply_address_prefix]
to
return "[reply_address_prefix]@[address_domain]"

I guess that the parameters to this proc shouldn't be marked as :required either.

Should I submit a formal bug report for this, or is this post enough? Where is the best place for bug reports for Notifications? I don't see it defined as a module in the OpenACS SDM or as a component in the dotLRN Bug Tracker.