mhonarc-users

Re: Help with MSGSEP for M/32 archives

2000-02-05 10:04:42
Hello Earl,

What you can do is use a simple preprocessor to strip out the blank
line.  Take the following source:

    #!/usr/local/bin/perl
    while (<>) {
        print;
        <>  if /^---------- End of Message ----------/;
    }

OK, I'll give it a try, but what should I use as MSGSEP in my *.rc file?

Do I use ^---------- End of Message... or ^From ?

Also, does anyone know if we may see native Mercury/32 parsing in a
future version?
-- 
Gerry Hickman (London UK)
http://www.gerry1.dircon.co.uk/