~alpine/devel

2 2

[alpine-devel] Mailing List Archives back online

Nathan Angelacos <nangel@nothome.org>
Details
Message ID
<4B75B62B.6020508@nothome.org>
Sender timestamp
1266005547
DKIM signature
missing
Download raw message
Due to a malformed email, the alpine-devel mailing list archives hadn't 
been updated since 22 Dec 2009

The hypermail script is now updated to handle the condition, and the 
archives are now up-to-date again.

Sorry for the outage.


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Nathan Angelacos <nangel@nothome.org>
Details
Message ID
<4B75BEA3.2030307@nothome.org>
In-Reply-To
<55114990-816E-4A7F-91F4-D6D1D20B2F51@gmail.com> (view parent)
Sender timestamp
1266007715
DKIM signature
missing
Download raw message
Michael Mason wrote:
> 
> On Feb 12, 2010, at 8:12 PM, Nathan Angelacos wrote:
> 
>> Due to a malformed email, the alpine-devel mailing list archives 
>> hadn't been updated since 22 Dec 2009
>>
>> The hypermail script is now updated to handle the condition, and the 
>> archives are now up-to-date again.
>>
>> Sorry for the outage.
>>
>>
> Nangel: is the is mdir2mbox.lua script that has been included in the 
> hypermail package for alpine? If it is, please send me the update and I 
> will include it in the package.
> 
one line patch:

--- /usr/bin/mdir2mbox.lua
+++ mdir2mbox.lua
@@ -70,7 +70,7 @@

  	local date = string.match("\n" .. headers, "\nDate: ([^\n]*)")
  	if date == nil then
-		date = os.date ("%c", posix.stat(path, "mtime"))
+		date = os.date ("%a, %d %b %Y %X +%z", posix.stat(path, "mtime"))
  	end
  	local weekday,day,month,year,time,offset = string.match(date, 
"([^,]*), +(%d+) (%a+) (%d+) ([%d:]*) ([%d]*)")


New file is attached
Michael Mason <ms13sp@gmail.com>
Details
Message ID
<55114990-816E-4A7F-91F4-D6D1D20B2F51@gmail.com>
In-Reply-To
<4B75B62B.6020508@nothome.org> (view parent)
Sender timestamp
1266006024
DKIM signature
missing
Download raw message
On Feb 12, 2010, at 8:12 PM, Nathan Angelacos wrote:

> Due to a malformed email, the alpine-devel mailing list archives  
> hadn't been updated since 22 Dec 2009
>
> The hypermail script is now updated to handle the condition, and the  
> archives are now up-to-date again.
>
> Sorry for the outage.
>
>
Nangel: is the is mdir2mbox.lua script that has been included in the  
hypermail package for alpine? If it is, please send me the update and  
I will include it in the package.

Thanks

> ---
> Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
> Help:         alpine-devel+help@lists.alpinelinux.org
> ---
>



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)