Send unsubscribe requests to List Administrator instead of List Owner for Private Mailing List

Post Reply
mike_m
Posts: 5
Joined: Mon Apr 17, 2023 7:50 pm

Send unsubscribe requests to List Administrator instead of List Owner for Private Mailing List

Post by mike_m » Thu Aug 31, 2023 9:35 pm

I have a private announcements-only list. I would like the unsubscribe request notifications to be sent to the List Administrator or another custom email address, just not the List Owner. (That's to avoid a conflict with my Bridge settings).

Is there an option to configure this? Or in which file can I find the code segment where I can tweak this manually?

Thank you!

mike_m
Posts: 5
Joined: Mon Apr 17, 2023 7:50 pm

Re: Send unsubscribe requests to List Administrator instead of List Owner for Private Mailing List

Post by mike_m » Fri Sep 01, 2023 8:47 am

Solved. In /DADA/App/Messages.pm I changed line 889 from

Code: Select all

$self->ls->param('list_owner_email')
to

Code: Select all

'myemail@domain.com'

Post Reply