13 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Fixing file names
FromSent OnAttachments
Tim HoskingJul 20, 2001 10:41 am 
Paul CrookJul 20, 2001 12:21 pm 
Tim HoskingJul 20, 2001 1:15 pm 
Ken HerronJul 20, 2001 1:26 pm 
Tim HoskingJul 20, 2001 1:50 pm 
Gordon MessmerJul 20, 2001 3:06 pm.py
Tim HoskingJul 21, 2001 12:04 am 
Paul CrookJul 21, 2001 9:14 am 
Paul CrookJul 21, 2001 9:32 am 
Gordon MessmerJul 21, 2001 11:10 am 
Daniel BiddleJul 21, 2001 1:29 pm 
Gordon MessmerJul 21, 2001 11:45 pm 
Gordon MessmerJul 24, 2001 11:59 pm.py
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Fixing file namesActions...
From:Paul Crook (pau@dai.ed.ac.uk)
Date:Jul 21, 2001 9:32:35 am
List:net.sourceforge.lists.courier-users

following up on my last message, the following `Received lines' also generate
`bad line' errors.

Received: from mmmm.eeee.bbb.com (anygate-kk.bbb.com [123.456.78.9]) by bbbbbb.lllllll.net (1.2.3/4.5.6) with ESMTP id ABCD1234; Mon, 1 Nov 1999 09:00:17 GMT

Received: by ddddd.ppppppp.uu.bbb.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1 999)) id 123457.890123457; Mon, 1 Nov 1999 08:59:08 +0000

Think the reasons are;

(i) date (day number) is only 1 digit long (ii) line ends with GMT

might it be easier to look for the `;' which always comes before the date rather
than match all the variations? Then pass the string found after the `;' to `touch' so you
don't have to worry about parsing it.

Paul