From: Dirk Hohndel Date: Wed, 7 Apr 2010 20:38:29 +0000 (-0700) Subject: Fix code extracting the MTA from Received: headers X-Git-Tag: 0.2~86 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=569ecf8c164fe4732aee4296c956ecf6b8575b6c;hp=569ecf8c164fe4732aee4296c956ecf6b8575b6c Fix code extracting the MTA from Received: headers The previous code made too many assumptions about the (sadly not standardized) format of the Received headers. This version should be more robust to deal with different variations. Signed-off-by: Dirk Hohndel ---