Ivan Van Laningham wrote:

>Mark writes:
>> >
>> >The address is supposed to be "ryunyo at earthlink.net".
>>
>>
>> No, it is supposed to be "[EMAIL PROTECTED]".
>>
>
>Not exactly.  On the index pages for the archives, index lines take
>one of two forms:
>
># [Sangha] Welcome Home   mag at swcp.com
>
>or
>
># [Sangha] Welcome Home   Pat Stacy
>
>Nowhere are @ signs supposed to be used in the archives.  Or at least
>in the version of Mailman I'm using and the way I've got it set up.


You are missing my point. The address has been munged by archiving for
the .txt file, but the address in the .mbox file is not a munged
address. It is the original address with "@".

What you are trying to do is recreate a .mbox file from the .txt files.
Thus you must unmung the address.



>I looked at .txt files produced by the new list and compared them with
>the old .txt files I've got.
>
>>From lines from new .txt file:
>>>>
>>From erstad at nilsandreas.info  Thu Feb  1 01:01:49 2007
>From: erstad at nilsandreas.info (Nils Andreas Erstad)


This is not acceptable for the .mbox input to bin/cleanarch and
bin/arch.


>>From lines from an old .txt file:
>>>>
>>From [EMAIL PROTECTED] Mon, 31 Jul 2000 23:34:46 -0600
>Date: Mon, 31 Jul 2000 23:34:46 -0600
>From: Ivan Van Laningham [EMAIL PROTECTED]


The "From " line is OK, but the From: header is not. It needs to be
either

From: Ivan Van Laningham <[EMAIL PROTECTED]>

or

From: (Ivan Van Laningham) [EMAIL PROTECTED]


>>From lines from existing mbox file:
>>>>
>>From [EMAIL PROTECTED] Wed Feb 28 01:40:24 2007
>Date: Tue, 27 Feb 2007 18:38:34 -0700
>From: Ivan Van Laningham <[EMAIL PROTECTED]>


Yes, this is how it should look.


>The difference appears to be in the address on the From: line:  that
>is, "Ivan Van Laningham [EMAIL PROTECTED]" fails but "Ivan Van
>Laningham <[EMAIL PROTECTED]>"
>
>If that's correct, I can modify those lines easily.


That's what you need to do.


-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to