BEGIN { section=0 } { gsub(/\000/,"") sub(/^ /,"") sub(/moblog: /,"") sub(/A Message was received from the mobile number 07/,"") if (section==0) { if (/--/ || /If you want to send emails from your mobile/) { section=1 } else print $0 } }