]> git.cworth.org Git - notmuch/commitdiff
fix expected test result to include Bcc lines
authorDirk Hohndel <hohndel@infradead.org>
Wed, 21 Apr 2010 21:55:58 +0000 (14:55 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 24 Apr 2010 00:01:49 +0000 (17:01 -0700)
this test actually tests behavior that I consider as broken.
The Bcc should be to the same address as used in the From line,
otherwise we are creating a potential information leak as email
that is related to one email account (say, work) is copied to
a different account

Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
Reviewed-by: Carl Worth <cworth@cworth.org>
These tests don't actually pass yet, since the feature being tested
has not been merged. But gettting these tests in first will let us
more easily test that the feature actually works, (and will help us
ensure we don't forget the feature before the next release).


No differences found