no title added by synner|LDA on Wed Feb 25 22:17:59 2015
(define (parse-shipping-notification-block block)
(let*-values (((h t)
(span (match-lambda
["" #f] ["\n" #f]
[_ #t])
block)))
(list h
(parse-shipping-notification-block (cdr t)))))