[PATCH 20/20] test: after reindexing, only legitimate protected subjects are searchable

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu May 10 22:55:44 PDT 2018


This test scans for all the possible protected headers (including
bogus/broken ones) that are present in the protected-headers corpus,
trying to make sure that only the ones that are not broken or
malformed show up in a search after re-indexing.
---
 test/T356-protected-headers.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/test/T356-protected-headers.sh b/test/T356-protected-headers.sh
index ba1d8c29..8addbdd0 100755
--- a/test/T356-protected-headers.sh
+++ b/test/T356-protected-headers.sh
@@ -128,4 +128,13 @@ test_json_nodes <<<"$output" \
                    "encrypted": true, "headers": ["Subject"]},"decrypted": {"status": "full"}}' \
                 'subject:[0][0][0]["headers"]["Subject"]="Rhinoceros dinner"'
 
+test_begin_subtest "reindex everything, ensure headers are as expected"
+notmuch reindex --decrypt=true from:test_suite at notmuchmail.org
+output=$(notmuch search --output=messages 'subject:"protected header" or subject:"Rhinoceros" or subject:"draft-melnikov-smime-header-signing" or subject:"valid"' | sort)
+test_expect_equal "$output" 'id:encrypted-signed-not-masked at crypto.notmuchmail.org
+id:encrypted-signed at crypto.notmuchmail.org
+id:nested-rfc822-message at crypto.notmuchmail.org
+id:protected-header at crypto.notmuchmail.org
+id:subjectless-protected-header at crypto.notmuchmail.org'
+
 test_done
-- 
2.17.0



More information about the notmuch mailing list