automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mailing list administrivia (was: aclocal 1.9.6 and drive letters)


From: Andreas Büning
Subject: Re: mailing list administrivia (was: aclocal 1.9.6 and drive letters)
Date: Fri, 02 Jun 2006 08:56:23 +0200

Bob Proulx schrieb:
> 
> Ralf Wildenhues wrote:
> > * Andreas Büning wrote:
> > > Some weeks ago I sent a mail to the automake-patches mailing list
> > > but it never appeared there. Then I tried the bug-automake
> > > mailing list. I checked the mailing list archives on lists.gnu.org
> > > my posting never appeared.
> >
> > That is weird, sounds like some spam filter gone too picky.
> > Bob, Stepan?
> 
> Your message to the automake list went through fine.  And all of the
> lists are configured virtually identically.  The spam filtering is
> identical between them although the list configurations are
> independent.
> 
> I looked through the spam trap archive and could not find any messages
> posted from your address.  I looked at the automake-patches list and
> you are subscribed there where puts your address in the whitelist.  No
> checking will be done and any mail with your from address will pass
> through without filtering.  On the bug-automake list I see your
> address in the whitelist which means messages from you were posted
> there and accepted there previously as a non-subscriber and added to
> the whitelist.
> 
> Did you possibly post from a different address previously?

No.

>  Was it
> different form the one you just now used to post to the list?

Slightly. I've attached the automatic replies. The first one
also contains the original message.


> I am not really sure what to suggest might be the problem.  But it
> would seem to be a problem between your site and the gnu.org site
> where the messages never arrived at gnu.org.  If you could look in
> your MTA logs to see what the disposition of that message was it would
> probably point to a problem there.

What is an MTA log and where can I find it?


Regards,
Andreas Büning
Return-Path: <address@hidden>
X-Original-To: address@hidden
Received: from localhost (mail-in-07.arcor-online.net [151.189.21.47])
        by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id AF6B7CB43D
        for <address@hidden>; Sun,  7 May 2006 18:34:08 +0200 (CEST)
Received: from mail-in-07.arcor-online.net ([127.0.0.1])
 by localhost (mail-in-07 [127.0.0.1]) (amavisd-new, port 10024) with LMTP
 id 27101-01-33 for <address@hidden>;
 Sun,  7 May 2006 18:34:08 +0200 (CEST)
Received: from lists.gnu.org (lists.gnu.org [199.232.76.165])
        by mail-in-07.arcor-online.net (Postfix) with ESMTP id 1D507164062
        for <address@hidden>; Sun,  7 May 2006 18:34:08 +0200 (CEST)
Received: from localhost ([127.0.0.1] helo=lists.gnu.org)
        by lists.gnu.org with esmtp (Exim 4.43)
        id 1FcmCs-00033x-Ex
        for address@hidden; Sun, 07 May 2006 12:34:06 -0400
Subject: The results of your email commands
From: address@hidden
To: address@hidden
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2066722360=="
Message-ID: <address@hidden>
Date: Sun, 07 May 2006 12:34:02 -0400
Precedence: bulk
X-BeenThere: address@hidden
X-Mailman-Version: 2.1.5
List-Id: Patches for Automake <automake-patches.gnu.org>
X-List-Administrivia: yes
Sender: address@hidden
Errors-To: address@hidden
X-Virus-Scanned: amavisd-new at arcor.de
X-DCC-servers-Metrics: mail-in-01-z2 1049; Body=1 Fuz1=1 Fuz2=1
X-Arcor-Antispam:  SPF_PASS_AT_FORMER_RECEIVED
X-Spamcount: -1
X-Spamsensitivity: 12
X-Mozilla-Status: 8001
X-Mozilla-Status2: 00000000
X-UIDL: UID23111-1075230453

--===============2066722360==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

The results of your email command are provided below. Attached is your
original message.


- Unprocessed:
    I tried to use aclocal 1.9.6 on OS/2 and encountered the following
    problem: If using a drive letter for the installation path the $_
    variable (see below) will contain something like
    "c:/usr/share/aclocal-1.9/init.m4:AC_INIT_AUTOMAKE.....". This will
    obviously break when the split function is called because $file will
    be initializes to "c" and $macro to "/usr/share/aclocal-1.9/init.m4".
    Finally, init.m4 will not be considered as a file needed for aclocal.m4,
    and won't be included there. This means, AC_INIT_AUTOMAKE and all other
    standard macros won't be in aclocal.m4 and any call of automake will
    fail.
    I replaced split(/:/) by split (/(?<=3D\w\w):/) which will ignore the
    first
    colon if there aren't at least two characters before the colon. Maybe
    you'll find a better solution since I'm not a perl expert.
    ----------------------------------------
    --- old/automake-1.9.6/aclocal.in       Sat Jul  9 11:28:44 2005
    +++ gnu/automake-1.9.6/aclocal.in       Sun May  7 00:51:24 2006
    @@ -423,7 +423,8 @@
       while ($_ =3D $tracefh->getline)
         {

- Ignored:
           chomp;
    -      my ($file, $macro, $arg1) =3D split (/:/);
    +      # Handle filenames correctly if they start with a drive letter
    like x:/usr/...
    +      my ($file, $macro, $arg1) =3D split (/(?<=3D\w\w):/);
    
           $traced{$macro} =3D 1 if $macro_seen{$macro};
    ----------------------------------------
    
    
    Best regards,
    
    Andreas B=FCning
    

- Done.


--===============2066722360==
Content-Type: message/rfc822
MIME-Version: 1.0

Envelope-to: address@hidden
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
        id 1FcmCn-00032G-EY
        for address@hidden; Sun, 07 May 2006 12:34:01 -0400
Received: from [199.232.76.173] (helo=monty-python.gnu.org)
        by lists.gnu.org with esmtp (Exim 4.43) id 1FcmCn-000329-92
        for address@hidden; Sun, 07 May 2006 12:34:01 -0400
Received: from [151.189.21.42] (helo=mail-in-02.arcor-online.net)
        by monty-python.gnu.org with esmtps
        (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FcmDQ-00074a-Rm
        for address@hidden; Sun, 07 May 2006 12:34:41 -0400
Received: from mail-in-07-z2.arcor-online.net (mail-in-07-z2.arcor-online.net
        [151.189.8.19])
        by mail-in-02.arcor-online.net (Postfix) with ESMTP id 576F51E61C0
        for <address@hidden>;
        Sun,  7 May 2006 18:33:58 +0200 (CEST)
Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net
        [151.189.21.45])
        by mail-in-07-z2.arcor-online.net (Postfix) with ESMTP id 486B31E9FFA
        for <address@hidden>;
        Sun,  7 May 2006 18:33:58 +0200 (CEST)
Received: from nexgo.de (ppp-88-217-3-203.mnet-online.de [88.217.3.203])
        (Authenticated sender: address@hidden)
        by mail-in-05.arcor-online.net (Postfix) with ESMTP id ECB2713E002
        for <address@hidden>;
        Sun,  7 May 2006 18:33:57 +0200 (CEST)
Message-ID: <address@hidden>
Date: Sun, 07 May 2006 18:33:49 +0200
From: Andreas =?iso-8859-1?Q?B=FCning?= <address@hidden>
X-Mailer: Mozilla 4.61 [de] (Win95; U)
X-Accept-Language: de,en-US,es-ES
MIME-Version: 1.0
To: address@hidden
Subject: aclocal 1.9.6 and drive letters
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Hello!

I tried to use aclocal 1.9.6 on OS/2 and encountered the following
problem: If using a drive letter for the installation path the $_
variable (see below) will contain something like
"c:/usr/share/aclocal-1.9/init.m4:AC_INIT_AUTOMAKE.....". This will
obviously break when the split function is called because $file will
be initializes to "c" and $macro to "/usr/share/aclocal-1.9/init.m4".
Finally, init.m4 will not be considered as a file needed for aclocal.m4,
and won't be included there. This means, AC_INIT_AUTOMAKE and all other
standard macros won't be in aclocal.m4 and any call of automake will
fail.

I replaced split(/:/) by split (/(?<=3D\w\w):/) which will ignore the
first
colon if there aren't at least two characters before the colon. Maybe
you'll find a better solution since I'm not a perl expert.


----------------------------------------
--- old/automake-1.9.6/aclocal.in       Sat Jul  9 11:28:44 2005
+++ gnu/automake-1.9.6/aclocal.in       Sun May  7 00:51:24 2006
@@ -423,7 +423,8 @@
   while ($_ =3D $tracefh->getline)
     {
       chomp;
-      my ($file, $macro, $arg1) =3D split (/:/);
+      # Handle filenames correctly if they start with a drive letter
like x:/usr/...
+      my ($file, $macro, $arg1) =3D split (/(?<=3D\w\w):/);

       $traced{$macro} =3D 1 if $macro_seen{$macro};
----------------------------------------


Best regards,

Andreas B=FCning


--===============2066722360==--


Return-Path: <address@hidden>
X-Original-To: address@hidden
Received: from localhost (mail-in-01.arcor-online.net [151.189.21.41])
        by mail-in-11-z2.arcor-so.net (Postfix) with ESMTP id CC0B73CE400
        for <address@hidden>; Wed, 10 May 2006 15:05:43 +0200 (CEST)
Received: from mail-in-01.arcor-online.net ([127.0.0.1])
 by localhost (mail-in-01 [127.0.0.1]) (amavisd-new, port 10024) with LMTP
 id 15486-01-71 for <address@hidden>;
 Wed, 10 May 2006 15:05:43 +0200 (CEST)
Received: from lists.gnu.org (lists.gnu.org [199.232.76.165])
        by mail-in-01.arcor-online.net (Postfix) with ESMTP id 80FC1DC84E
        for <address@hidden>; Wed, 10 May 2006 15:05:41 +0200 (CEST)
Received: from localhost ([127.0.0.1] helo=lists.gnu.org)
        by lists.gnu.org with esmtp (Exim 4.43)
        id 1FdoNn-0007BB-Mw
        for address@hidden; Wed, 10 May 2006 09:05:39 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Subject: Your message to Bug-automake awaits moderator approval
From: address@hidden
To: address@hidden
Message-ID: <address@hidden>
Date: Wed, 10 May 2006 09:05:10 -0400
Precedence: bulk
X-BeenThere: address@hidden
X-Mailman-Version: 2.1.5
List-Id: Bug reports for Automake <bug-automake.gnu.org>
X-List-Administrivia: yes
Sender: address@hidden
Errors-To: address@hidden
X-Virus-Scanned: amavisd-new at arcor.de
X-Arcor-Antispam:  LOW_SUSPICIOUS_SPAM_KEYWORDS_IN_SUBJECT 
SUSPICIOUS_URL_IN_BODY
X-Spamcount: 4
X-Spamsensitivity: 12
X-Mozilla-Status: 8001
X-Mozilla-Status2: 00000000
X-UIDL: UID23267-1075230453

Your mail to 'Bug-automake' with the subject

    aclocal 1.9.6 and drive letters

Is being held until the list moderator can review it for approval.

The reason it is being held:

    Post by non-member to a members-only list

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.  If you would like to cancel
this posting, please visit the following URL:

    
http://lists.gnu.org/mailman/confirm/bug-automake/657c05ee92a47f1ab60b29683f7494631cfbbdae



reply via email to

[Prev in Thread] Current Thread [Next in Thread]