Your message dated Tue, 20 Sep 2005 11:09:40 -0400
with message-id <[EMAIL PROTECTED]>
and subject line feature already supported
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Apr 2005 22:38:49 +0000
>From [EMAIL PROTECTED] Wed Apr 06 15:38:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sunrise.schmidham.net [83.246.112.40] (postfix)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DJJAe-0003T2-00; Wed, 06 Apr 2005 15:38:49 -0700
Received: from localhost (localhost [127.0.0.1])
        by sunrise.schmidham.net (Postfix) with ESMTP id 53DB14C800F
        for <[EMAIL PROTECTED]>; Thu,  7 Apr 2005 00:38:46 +0200 (CEST)
Received: from sunrise.schmidham.net ([127.0.0.1])
        by localhost (sunrise [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id 23863-02 for <[EMAIL PROTECTED]>;
        Thu, 7 Apr 2005 00:38:44 +0200 (CEST)
Received: by sunrise.schmidham.net (Postfix, from userid 1000)
        id 6BB574C800E; Thu,  7 Apr 2005 00:38:44 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============0543863825=="
MIME-Version: 1.0
From: Korbinian Rosenegger <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: awstats: Recognition of common logtype if set to combined.
X-Mailer: reportbug 3.8
Date: Thu, 07 Apr 2005 00:38:44 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at schmidham.net
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

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

Package: awstats
Version: 6.4-1
Severity: wishlist
Tags: patch


A small change to the regexp of the combined log type would make it also 
recognize the common log format of apache.



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.28-grsec
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages awstats depends on:
ii  perl [libstorable-perl]       5.8.4-8    Larry Wall's Practical Extraction 

-- no debconf information

--===============0543863825==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="awstats.pl.diff"

--- awstats.pl-6.4      2005-04-07 00:31:47.000000000 +0200
+++ awstats.pl  2005-04-07 00:32:07.000000000 +0200
@@ -4903,7 +4903,7 @@
                if ($LogFormat eq '1' || $LogFormat eq '6') {   # Same than "%h 
%l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"".
                        # %u (user) is "([^\\[]+)" instead of "[^ ]+" because 
can contain space (Lotus Notes). referer and ua might be "".
 #                      $PerlParsingFormat="([^ ]+) [^ ]+ ([^\\[]+) \\[([^ ]+) 
[^ ]+\\] \\\"([^ ]+) (.+) [^\\\"]+\\\" ([\\d|-]+) ([\\d|-]+) \\\"(.*?)\\\" 
\\\"([^\\\"]*)\\\"";
-                       $PerlParsingFormat="([^ ]+) [^ ]+ ([^\\[]+) \\[([^ ]+) 
[^ ]+\\] \\\"([^ ]+) ([^ ]+) [^\\\"]+\\\" ([\\d|-]+) ([\\d|-]+) \\\"(.*?)\\\" 
\\\"([^\\\"]*)\\\"";
+                       $PerlParsingFormat="([^ ]+) [^ ]+ ([^\\[]+) \\[([^ ]+) 
[^ ]+\\] \\\"([^ ]+) ([^ ]+) [^\\\"]+\\\" ([\\d|-]+) ([\\d|-]+)(?: 
\\\"(.*?)\\\" \\\"([^\\\"]*)\\\")?";
                        
$pos_host=0;$pos_logname=1;$pos_date=2;$pos_method=3;$pos_url=4;$pos_code=5;$pos_size=6;$pos_referer=7;$pos_agent=8;
                        
@fieldlib=('host','logname','date','method','url','code','size','referer','ua');
                }

--===============0543863825==--

---------------------------------------
Received: (at 303480-close) by bugs.debian.org; 20 Sep 2005 15:09:41 +0000
>From [EMAIL PROTECTED] Tue Sep 20 08:09:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from www.frogcircus.org (mail.frogcircus.org) [64.251.25.83] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EHjkb-0007TD-00; Tue, 20 Sep 2005 08:09:41 -0700
Received: from localhost (localhost [127.0.0.1])
  (uid 1000)
  by mail.frogcircus.org with local; Tue, 20 Sep 2005 11:09:40 -0400
  id 00287BE7.43302634.00003BAE
Date: Tue, 20 Sep 2005 11:09:40 -0400
From: Charles Fry <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: feature already supported
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol="application/pgp-signature"; 
boundary="=_www.frogcircus.org-15278-1127228980-0001-2"
Content-Disposition: inline
X-Operating-System: Linux www.frogcircus.org 2.6.11.4
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

This is a MIME-formatted message.  If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_www.frogcircus.org-15278-1127228980-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,

The common log format of apache is already supported by setting
LogFormat=3D4. Please don't hesitate to repon it if I missed something,
and you feel that the bug has not been adequately dealt with.

thanks,
Charles

--=20
A man
A miss
A car--a curve
He kissed the miss
And missed the curve
Burma-Shave
http://burma-shave.org/jingles/1948/a_man

--=_www.frogcircus.org-15278-1127228980-0001-2
Content-Type: application/pgp-signature; name="signature.asc"
Content-Transfer-Encoding: 7bit
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDMCY0hiAFUap5uRoRAmk3AJ9CXERgsUaIybN/ZZ2MfJ7MpAkQRwCdHOEY
SofYSqTjl+ojWIKeTiW/vQM=
=OcgZ
-----END PGP SIGNATURE-----

--=_www.frogcircus.org-15278-1127228980-0001-2--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to