В Сбт, 29/09/2007 в 07:05 -0400, Mike Frysinger пишет: > when comments get added, there are 5 blank lines between the bugzilla > URI's and the start of actual content ...
This can be workarouned with another .procmailrc rule:
# Strip out excess empty lines
:0 Hfw
* ^From: [EMAIL PROTECTED]
| awk '{ if ( $0 == "" ) {el++;} else { if (el>0) print ""; el=0; print $0 ;}}'
I'm not sure that this is the best approach but I did not found a way
how to do this with sed. If it's possible I'd like to know how, so I
could just add another -e 'script' to existing "DO NOT REPLY" striping
recipe.
--
Peter.
signature.asc
Description: Эта часть сообщения подписана цифровой подписью
