Re: [Nmh-workers] Developing and Debugging a postproc

2016-10-21 Thread norm
David Levine writes: > >And you can select an alternate profile by setting your MH environment >variable, e.g., MH=.mh_profile_postproc comp David Levine and Ken Hornstein: Thank you most kindly for your several Emails about how to write, test, and use a postproc. The task was

Re: [Nmh-workers] Developing and Debugging a postproc

2016-10-16 Thread Ralph Corderoy
Hi Norm, > While developing and debugging a postproc, I want to use nmh to send > mail without using the postproc that I'm debugging, but to use it > sometimes when I do a send. Keep toggling the name of the postproc entry? sed -i '/^x*postproc:/!n; s/^x/y/; s/^p/xp/; s/^y//' .mh_profile