Re: Namespace advice needed for RFC822 Received header parser

2000-03-19 Thread Graham Barr
Mail::Header::Received is probably not a good place for it given that Mail::Header is a bit different. However If you module could be made to work with Mail::Field then that would be great. Parsing of mail headers is exactly what that package is all about. Graham. On Sun, Mar 19, 2000 at 10:28:

Namespace advice needed for RFC822 Received header parser

2000-03-19 Thread Adam Spiers
[Please cc replies to me, thanks] Hi all, I've written a state-machine parser of e-mail Received: headers which adheres to RFC822 except for cases where a significant number of MDA's deviate from it. I would like to make it available on CPAN. What should I call it? It's currently Mail::Header