Skip to Content.
Sympa Menu

devel - another bug in alias_manager.pl

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Sergiy Zhuk <address@concealed>
  • To: address@concealed
  • Subject: another bug in alias_manager.pl
  • Date: Wed, 23 Jan 2002 00:53:26 -0800 (PST)

hi

alias_manager.pl creates an incorrect alias for list-owner (bouncer)

patch is attached

--
rgds,
serge
--- alias_manager.pl 2002/01/10 02:17:06 1.3
+++ alias_manager.pl 2002/01/23 06:34:17 1.4
@@ -92,7 +92,7 @@
unless ($domain eq $default_domain);

if ($suffix eq '-owner') {
- printf ALIAS "$address: \"\|$path_to_bouncequeue $address\"\n";
+ printf ALIAS "$address: \"\|$path_to_bouncequeue $listname\"\n";
}else {
printf ALIAS "$address: \"\|$path_to_queue $address\"\n";
}



Archive powered by MHonArc 2.6.19+.

Top of Page