Skip to Content.
Sympa Menu

devel - Re: [sympa-dev] another bug in alias_manager.pl

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Sergiy Zhuk <address@concealed>
  • To: Olivier Salaun <address@concealed>
  • Cc: sympa-dev <address@concealed>
  • Subject: Re: [sympa-dev] another bug in alias_manager.pl
  • Date: Wed, 23 Jan 2002 10:32:01 -0800 (PST)

hi

On Wed, 23 Jan 2002, Olivier Salaun wrote:

> > - printf ALIAS "$address: \"\|$path_to_bouncequeue
> > $address\"\n";
> > + printf ALIAS "$address: \"\|$path_to_bouncequeue
> > $listname\"\n";
>
> This was the correct alias ; it is recognized by bouncequeue and bounced.pl.

well, not according to the manual:
mylist-owner: "|/home/sympa/bin/bouncequeue mylist"

http://listes.cru.fr/sympa/doc/sympa/node12.html#SECTION001210000000000000000

and not according to my logs:

bounced[3881]: No such list all-blah-owner
bounced[3881]: Skipping bouncefile all-blah-owner.1010193241.4637 for unknown
list all-blah-owner

when I've changed that to
$address: \"\|$path_to_bouncequeue $listname\, i.e.
all-blah-owner: "|/home/sympa/bin/bouncequeue all-blah"

the bounce processing actually started working:

bounced[55450]: Processing bouncefile all-blah.1011807477.70148 for list
all-blah

I'm running sympa 3.3.1

--
rgds,
serge




Archive powered by MHonArc 2.6.19+.

Top of Page