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