Hi, I was asked to forward these to list due to MX and other related issue preventing them from reaching it.

-------- Original Message --------
Return-Path: <[EMAIL PROTECTED]>
Received: from kashome.dyn.jankratochvil.net (YahooBB219192112121.bbtec.net [219.192.112.121]) by piccollo.p6m7g8.net (8.13.4/8.13.4) with ESMTP id j8L5dQW9057216 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Wed, 21 Sep 2005 01:39:31 -0400 (EDT) (envelope-from [EMAIL PROTECTED]) Received: from kashome.dyn.jankratochvil.net (localhost [127.0.0.1]) by kashome.dyn.jankratochvil.net (8.13.4/8.13.4) with ESMTP id j8L5dEGm020897 for <[EMAIL PROTECTED]>; Wed, 21 Sep 2005 14:39:15 +0900 Received: (from [EMAIL PROTECTED]) by kashome.dyn.jankratochvil.net (8.13.4/8.13.4/Submit) id j8L5dEMV020896 for [EMAIL PROTECTED]; Wed, 21 Sep 2005 14:39:14 +0900
Date: Wed, 21 Sep 2005 14:39:13 +0900
From: Jan Kratochvil <[EMAIL PROTECTED]>
To: Philip M. Gollucci <[EMAIL PROTECTED]>
Subject: Repost to mod_perl docs-dev
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="H1spWtNR+x+ondvy"
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on piccollo.p6m7g8.net
X-Spam-Level:
X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00 autolearn=ham version=3.0.4

Hi,

could you please forward the two attached mails to their intended e-mails?

My first APR::Table doc mail passed OK but the second one cannot be sent, not
sure what could change.

First mail is a documentation patch/bugreport, the second one is for the
mailing list administrator.


Thanks,
Lace


--
END
------------------------------------------------------------
    What doesn't kill us can only make us stronger.
                Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com
--- Begin Message ---
Hi,

./xs/tables/current/Apache2/FunctionTable.pm:
        'name' => 'ap_update_mtime',
                'type' => 'apr_time_t',
                'name' => 'dependency_mtime'
./xs/typemap
        T_APR_TIME
                $var = (apr_time_t)(apr_time_from_sec(SvNV($arg)))

while Response.pod claims:
        =item arg1: C<$mtime> ( time in microseconds )

, in fact it really requires _seconds_, not microseconds as its argument:
        $request->update_mtime(HTTP::Date::str2time($foo->{"Last-Modified"}));

and it really works correctly this way. Setting it to '*1_000_000' on the Perl
site (at least on 32-bit i386) even does not work as the big 64-bit number gets
converted to float.

Apparently this false 'microseconds' claim in the documentation affects more
functions like even 'set_last_modified' and others but I hope someone more
aware of mod_perl 'metaXS' can grep(1) it without trying each such function
behavior.


Regards,
Lace
Index: api/Apache2/Response.pod
===================================================================
--- api/Apache2/Response.pod    (revision 290249)
+++ api/Apache2/Response.pod    (working copy)
@@ -385,7 +385,7 @@
 
 The current request
 
-=item arg1: C<$mtime> ( time in microseconds )
+=item arg1: C<$mtime> ( time in seconds )
 
 =item ret: no return value
 

--- End Message ---
--- Begin Message ---
Hi,

just to let you know MX asf.osuosl.org. has broken policies, error report:
        <<< 550 Dynamic IP Addresses See: 
http://www.sorbs.net/lookup.shtml?219.192.112.121

It refuses mails from 219.192.112.121 just because it is dynamic IP.
Yes, it is dynamic IP and there is no problem with it. It is not spamming in
any way. I just refuse to use the broken MXes of the ISP(s) as I already
silently lost too much outgoing mail with them in the past, they have missing
ESMTP features etc.


Regards,
Lace


--- End Message ---

Reply via email to