Skip to Content.
Sympa Menu

devel - [sympa-dev] del notification

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier LACROIX <address@concealed>
  • To: address@concealed
  • Subject: [sympa-dev] del notification
  • Date: Fri, 01 Oct 1999 13:58:41 +0200


Hello.

The notification for the add command has been added in the version 2.3.3, but
the for del.

Below the patch to allow notification with del.


*** Commands.pm.orig Thu Sep 30 10:40:41 1999
--- Commands.pm Fri Oct 1 13:52:32 1999
***************
*** 884,889 ****
--- 884,892 ----
}
print Msg(6, 38, $msg::user_removed_from_list);
do_log('info', 'DEL %s %s from %s accepted (%d seconds)', $which,
$who, $sender,time-$time_command);
+ if ($action =~ /notify/i) {
+ $list->send_notify_to_owner($who, "", 'del',$sender);
+ }
return 1;
}
do_log('info', 'DEL %s %s from %s aborted because unknown requested
action in scenario',$which,$who,$sender);

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



Archive powered by MHonArc 2.6.19+.

Top of Page