Skip to Content.
Sympa Menu

devel - [sympa-dev] encoding typo ?

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Sylvain Amrani <address@concealed>
  • To: address@concealed, address@concealed
  • Subject: [sympa-dev] encoding typo ?
  • Date: Mon, 21 Aug 2006 10:23:00 +0200

Hi,

I think this is an encoding typo :

*** List.pm 2006-08-18 09:06:19.000000000 +0200
--- List.pm.new 2006-08-21 09:53:07.000000000 +0200
***************
*** 7194,7206 ****
}
&do_log('debug3',"no rule match, reject");

$return = {'action' => 'reject',
'reason' => 'no-rule-match',
'auth_method' => 'default',
! 'condition' => 'default?'
};
return $return;
}

## Initialize internal list cache
sub init_list_cache {
--- 7194,7206 ----
}
&do_log('debug3',"no rule match, reject");

$return = {'action' => 'reject',
'reason' => 'no-rule-match',
'auth_method' => 'default',
! 'condition' => 'default'
};
return $return;
}

Regards,
sylvain



Archive powered by MHonArc 2.6.19+.

Top of Page