mhonarc-users

Re: Help with MSGSEP for M/32 archives

2000-02-05 15:28:02
On February 5, 2000 at 15:48, Gerry Hickman wrote:

    #!/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 ?

Use ^---------- End of Message...

        --ewh