Counting lines in an email excluding quoted lines
Eric Smith <[email protected]>
| Newsgroups | gmane.mail.procmail |
|---|---|
| Message-ID | <mailbox-17781-1343313484-472988@pepper> |
How would I adapt the following to not count quoted lines in the
mail body?
# leave `B ??' out to measure the entire message
:0
* 1^1 B ?? > 1
{ }
size = $=
Thanks
Eric Smith