Thanx again, folks.
On Fri, 16 Mar 2001, Timothy J. Luoma wrote:
Apology accepted. It is not a matter of life & death, but a matter of
etiquette, a preference expressed by folks you are communicating with.
There are many reasons for not using capitals, not the least being
ease-of-reading. (Just like the reasons not to make your webpage white text
on
a black background).
Well if you use my rather overlong & inefficient solution (previously posted)
overwriting can be achieved by using
# this will over-write
| cat - > bodies.txt
instead of
# this will append
| cat - >> bodies.txt
(Of course if you get two emails in a row, the second will overwrite the first
in rather quick succession, but that is what you asked for)
I'll let David (or someone else) comment on the other, more efficient,
solution
that he presented, as I am not sure how to efficiently over-write when using
his
model (which was obviously much more compact, etc)
TjL
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail