Objet : Pour les administrateurs de serveurs de listes utilisant le logiciel Sympa
Archives de la liste
scenari/subscribe.open_quiet isn't quiet
- From: Cedric Scott <adresse@cachée>
- To: adresse@cachée
- Subject: scenari/subscribe.open_quiet isn't quiet
- Date: Mon, 23 Oct 2000 11:10:14 +0100
Sympa Version: sympa-2.7.3
The quiet option in subscribe.open_quiet seems to be ignored. The variable
$quiet in Commands.pm is not altered when this option is set.
I fixed it with an very inelegant hack:
================================================
*** Commands.pm.orig Mon Oct 23 10:43:12 2000
--- Commands.pm Mon Oct 23 10:45:30 2000
***************
*** 540,545 ****
--- 540,548 ----
}
if ($action =~ /do_it/i) {
+ if ( $action =~ /quiet/i ) {
+ $quiet = 1;
+ }
my $is_sub = $list->is_user($sender);
unless (defined($is_sub)) {
===============================================
- scenari/subscribe.open_quiet isn't quiet, Cedric Scott, 23/10/2000
Archives gérées par MHonArc 2.6.19+.