postfilter AT lists.kfki.hu
Subject: Postfilter mailing list
List archive
- From: Kadlecsik Jozsi <kadlec AT sunserv.kfki.hu>
- To: Akos Bencsura <bencsura AT chemres.hu>
- Cc: Postfilter AT lists.kfki.hu
- Subject: Re: [Postfilter] Postfilter 2.5 gond
- Date: Tue, 13 Mar 2007 09:14:19 +0100 (MET)
- List-archive: <http://sunserv.kfki.hu/pipermail/postfilter>
- List-id: Postfilter mailing list <postfilter.lists.kfki.hu>
Szia!
On Mon, 12 Mar 2007, Akos Bencsura wrote:
> Nem tudok usert torolni.
>
> pfadm del user
> address=lhorvath AT cric.chemres.hu
> Reference found where even-sized list expected
> at /usr/local/postfilter/lib/Postfilter/mySQL.pm line 134.
> fatal: Postfilter::mySQL::User::del: missing address or userid argument
> Postfilter::mySQL::User::del: missing address or userid argument
> at /usr/local/postfilter/lib/Postfilter/mySQL.pm line 137
Egy escape karakter rossz helyre kerult. A mellekelt patch javitja a
pfadm-ben a bugot.
Barmi rendellenesseget talasz/talaltok, batran jelezzetek!
Udvozlettel,
Jozsi
--
E-mail :
kadlec AT sunserv.kfki.hu,
kadlec AT blackhole.kfki.hu
PGP key: http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address: KFKI Research Institute for Particle and Nuclear Physics
H-1525 Budapest 114, POB. 49, Hungary--- postfilter-2.5/sbin/pfadm 2007-02-27 09:58:53.000000000 +0100
+++ postfilter-2.51/sbin/pfadm 2007-03-13 09:10:45.000000000 +0100
@@ -559,10 +559,8 @@
foreach my $type (keys %{$config->{daemon}->{user_list}}) {
push(@{$args{user_list}},
$config->{daemon}->{user_list}->{$type});
}
- $ref = $db->user->del(\%args);
- } else {
- $ref = eval "\$db->${module}->del(\%args)";
}
+ $ref = eval "\$db->${module}->del(\%args)";
} elsif ($command eq 'mod') {
if ($module eq 'user') {
my $something = 0;
- [Postfilter] 2.5 config kerdes, Akos Bencsura, 03/12/2007
- Re: [Postfilter] 2.5 config kerdes, Kadlecsik Jozsi, 03/12/2007
- Re: [Postfilter] 2.5 config kerdes, Akos Bencsura, 03/12/2007
- Re: [Postfilter] 2.5 config kerdes, Kadlecsik Jozsi, 03/12/2007
- Message not available
- Message not available
- [Postfilter] Postfilter 2.5 gond, Akos Bencsura, 03/12/2007
- Re: [Postfilter] Postfilter 2.5 gond, Kadlecsik Jozsi, 03/13/2007
- [Postfilter] Postfilter 2.5 gond, Akos Bencsura, 03/12/2007
- Message not available
- Message not available
- Re: [Postfilter] 2.5 config kerdes, Kadlecsik Jozsi, 03/12/2007
- Re: [Postfilter] 2.5 config kerdes, Akos Bencsura, 03/12/2007
- Re: [Postfilter] 2.5 config kerdes, Kadlecsik Jozsi, 03/12/2007
Archive powered by MHonArc 2.6.19+.