Commit e97d2d70003f864e7aa24834c7884c8891dc7d8b

Carlos Martín Nieto 2016-03-17T10:45:22

commit: fix extraction of single-line signatures The function to extract signatures suffers from a similar bug to the header field finding one by having an unecessary line feed check as a break condition of its loop. Fix that and add a test for this single-line signature situation.