Skip to Content.
Sympa Menu

devel - [sympa-dev] add.owner_notify (sympa 2.3.3)

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier LACROIX <address@concealed>
  • To: address@concealed
  • Subject: [sympa-dev] add.owner_notify (sympa 2.3.3)
  • Date: Wed, 29 Sep 1999 16:53:31 +0200


Hello.

The add.owner_notify scenario is bad : the owners are not notified, because
the option notify has been forgotten in the is_owner test.

Below the good :

add.owner_notify
----------------
is_owner([listname],[sender]) smtp -> do_it,notify <==== the change
is_listmaster([sender]) smtp -> request_auth
true() md5 -> do_it,notify


The same type of scenario can be added for del :

del.owner_notify
----------------
is_owner([listname],[sender]) smtp -> do_it,notify
is_listmaster([sender]) smtp -> request_auth
true() md5 -> do_it,notify

--

Olivier LACROIX

C.I.R.I.L.
Cellule RĂ©seau StanNet
Chateau du Montet | Tel : +33 3.83.44.74.29
Rue du Doyen Roubault | Fax : +33 3.83.44.02.62
F - 54500 VANDOEUVRE | email : address@concealed




  • [sympa-dev] add.owner_notify (sympa 2.3.3), Olivier LACROIX, 09/29/1999

Archive powered by MHonArc 2.6.19+.

Top of Page