summaryrefslogtreecommitdiff
path: root/.mblaze/digest-headers.awk
blob: bdf70f079d3befe5ea611f13daad49829890d246 (plain)
1
2
3
4
5
6
7
8
9
10
#/^--- --- --- [0-9]/,/^$/ {
/^Received: /,/^$/ {
	if ($1 == "From:" || $1 == "Subject:" || $1 == "Date:" || 
	    $1 == "from:" || $1 == "subject:" || $1 == "date:" ||
	    $1 == "FROM:" || $1 == "SUBJECT:" || $1 == "DATE:" ||
	    $1 == "---" || NF == 0)
		print;
		next
}
{ print }

Generated with cgit - Back to sebastiano.tronto.net