Skip to Content.
Sympa Menu

en - [sympa-users] Missing owner notfication for create_list and reject_list

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Philip Frei <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Missing owner notfication for create_list and reject_list
  • Date: Fri, 26 Jan 2018 14:14:25 +0100

Hello,

I'm using Sympa 6.2.24. Everytime when I install a list or reject
it after a new list request the owner notification will not be sent
(though notification is checked in the web interface). There's only the
mail notification for the listmaster.

This is the corresponding scenario:

is_listmaster([sender]) md5,smime -> do_it
true() smtp,md5,smime -> listmaster,notify


When I disable the notify option in
lib/Sympa/Request/Handler/open_list.pm (and close_list.pm) then the
owner notification works, e.g.:

117: $list->send_notify_to_owner('list_created', [$list->{'name'}]);
118: # if $notify;


Do you have any idea how to solve this problem?

Kind regards,
Philip


  • [sympa-users] Missing owner notfication for create_list and reject_list, Philip Frei, 01/26/2018

Archive powered by MHonArc 2.6.19+.

Top of Page