Re: Bouncing messages (was Re: Uses for HOST in procmailrc???)1996-01-21 07:44:34Stephen van den Berg wrote,
| To get intermediate texts out without destroying the message in the
| procmail buffer use:
|
| :0 c
| {
| :0 f
| | echo "Some text you want in the response"
|
| :0
| |
| }
What about
:0ci # perhaps with `h' flag as well to cut down on attempted write
| echo "Some text you want in the response"
Won't that do the same thing?
|
|
||||||||||||||||