Forum OpenACS Development: Re: Notifications Bounce Loop!

Collapse
Posted by Dave Bauer on
I think the simple fix is this:

bounce_mail_message -to_addr [list $email_headers(from)]

make sure that we pass a list to acs_mail_lite::send

(maybe fix it in bouce_mail_message?