Hi
this the hot fix that Caludio has done as hotfix

Index: qmail-group.c
===================================================================
RCS file: /home/cvs-djbware/CVS/qmail-ldap/qmail-group.c,v
retrieving revision 1.14
diff -u -p -r1.14 qmail-group.c
--- qmail-group.c       16 Apr 2004 13:24:19 -0000      1.14
+++ qmail-group.c       7 Jun 2004 11:45:13 -0000
@@ -273,12 +273,16 @@ blast(void)
                qmail_put(&qqt, line.s, line.len);
        } while (match);
 
+#if 0
        if (!stralloc_copy(&line,&base)) temp_nomem();
        if (!stralloc_cats(&line,"-return-@")) temp_nomem();
        if (!stralloc_cats(&line,host)) temp_nomem();
        if (!stralloc_cats(&line,"[EMAIL PROTECTED]")) temp_nomem();
        if (!stralloc_0(&line)) temp_nomem();
        qmail_from(&qqt, line.s);
+#else
+       qmail_from(&qqt, sender);
+#endif
        for (s = recips.s, smax = recips.s + recips.len; s < smax;
            s += str_len(s) + 1)
                qmail_to(&qqt,s);

If you want to know more you can looking for mail of 07/06/2004 in this
mailing list.
Maurizio 


-----Original Message-----
From: Sameh Attia [mailto:[EMAIL PROTECTED] 
Sent: marted� 6 luglio 2004 16.12
To: [EMAIL PROTECTED]
Subject: qmail-group and infinite bounce problem


Hi,
        We have the following annnoying bug with the qmail-group. We are 
running qmail-1.03-ldap-20040401 on a RHELAS 3 box.

        If you compile a distribution list and with one of the members is
over 
allowed quota, or has a non-existing member and enabling the dash trick.

        When someone sends a message to this list. The system bounces back
the 
failure, either over quota or a not existing message, and at the same 
time sends infinite failure messages to all the members of the list. 
Each failure message is a copy of all the previous failure messages, eg. 
message number N is N times the failure message.

        It only stops when we disable the catchall alias.

Regards
-- 
Sameh Attia
Senior Systems Engineer
T.E. Data
--
dc -e 
'603178305900664311156641389051003470569569613466992253686426210705237258P'


Reply via email to