l.s.m.t.t.TestDKIM(TestCaseWithFactory) : class documentation

Part of lp.services.mail.tests.test_dkim View In Hierarchy

Messages can be strongly authenticated by DKIM.
Method setUp Undocumented
Method fake_signing Undocumented
Method monkeypatch_dns Undocumented
Method preload_dns_response Configure a fake DNS key response.
Method get_dkim_log Undocumented
Method assertStronglyAuthenticated Undocumented
Method assertWeaklyAuthenticated Undocumented
Method assertDkimLogContains Undocumented
Method makeMessageText Undocumented
Method test_dkim_broken_pubkey Handle a subtly-broken pubkey like qq.com, see bug 881237.
Method test_dkim_garbage_pubkey Undocumented
Method test_dkim_disabled With disabling flag set, mail isn't trusted.
Method test_dkim_valid_strict Undocumented
Method test_dkim_valid Undocumented
Method test_dkim_untrusted_signer Undocumented
Method test_dkim_signing_irrelevant Undocumented
Method test_dkim_changed_from_address Undocumented
Method test_dkim_changed_from_realname Undocumented
Method test_dkim_nxdomain Undocumented
Method test_dkim_message_unsigned Undocumented
Method test_dkim_body_mismatch Undocumented
Method test_dkim_signed_by_other_address Undocumented
Method test_dkim_signed_but_from_unknown_address Sent from trusted dkim address, but only the From address is known.
Method test_dkim_signed_but_from_unverified_address Sent from trusted dkim address, but only the From address is known.
Method test_dkim_signed_from_person_without_account You can have a person with no account.

Inherited from TestCaseWithFactory:

Method getUserBrowser Return a Browser logged in as a fresh user, maybe opened at url.
Method getNonRedirectingBrowser Undocumented
Method createBranchAtURL Create a branch at the supplied URL.
Method create_branch_and_tree Create a database branch, bzr branch and bzr checkout.
Method createBzrBranch Create a bzr branch for a database branch.
Static Method getBranchPath Return the path of the branch in the mirrored area.
Method useTempBzrHome Undocumented
Method useBzrBranches Prepare for using bzr branches.

Inherited from TestCase (via TestCaseWithFactory):

Method becomeDbUser Commit, then log into the database as dbuser.
Method __str__ The string representation of a test is its id.
Method useContext Use the supplied context in this test.
Method makeTemporaryDirectory Create a temporary directory, and return its path.
Method installKarmaRecorder Set up and return a KarmaRecorder.
Method assertProvides Assert 'obj' correctly provides 'interface'.
Method assertNotifies Assert that a callable performs a given notification.
Method assertNoNotification Assert that no notifications are generated by the callable.
Method assertSqlAttributeEqualsDate Fail unless the value of the attribute is equal to the date.
Method assertTextMatchesExpressionIgnoreWhitespace Undocumented
Method assertIsInstance Assert that an instance is an instance of assert_class.
Method assertIsNot Assert that expected is not the same object as observed.
Method assertContentEqual Assert that 'iter1' has the same content as 'iter2'.
Method assertRaisesWithContent Check if the given exception is raised with given content.
Method assertBetween Assert that 'variable' is strictly between two boundaries.
Method assertVectorEqual Apply assertEqual to all given pairs in one go.
Method expectedLog Expect a log to be written that matches the regex.
Method pushConfig Push some key-value pairs into a section of the config.
Method attachOopses Undocumented
Method attachLibrarianLog Include the logChunks from fixture in the test details.
Method assertStatementCount Assert that the expected number of SQL statements occurred.
Method useTempDir Use a temporary directory for this test.
Method assertEmailHeadersEqual Assert that two email headers are equal.
Method assertStartsWith Undocumented
Method assertEndsWith Asserts that s ends with suffix.
Method checkPermissions Check if the used_permissions match expected_permissions.
Method assertEmailQueueLength Pop the email queue, assert its length, and return it.
Method _unfoldEmailHeader Unfold a multiline email header.
def setUp(self):
Undocumented
def fake_signing(self, plain_message, canonicalize=None):
Undocumented
def monkeypatch_dns(self):
Undocumented
def preload_dns_response(self, response_type='valid'):
Configure a fake DNS key response.

:param response_type: Describes what response to give back as the
key.  The default, 'valid', is to give the valid test signing key.
'broken' gives a key that's almost but not quite valid, 'garbage'
gives one that doesn't look valid at all.
def get_dkim_log(self):
Undocumented
def assertStronglyAuthenticated(self, principal, signed_message):
Undocumented
def assertWeaklyAuthenticated(self, principal, signed_message):
Undocumented
def assertDkimLogContains(self, substring):
Undocumented
def makeMessageText(self, sender=None, from_address=None):
Undocumented
def test_dkim_broken_pubkey(self):
Handle a subtly-broken pubkey like qq.com, see bug 881237.

The message is not trusted but inbound message processing does not abort either.

def test_dkim_garbage_pubkey(self):
Undocumented
def test_dkim_disabled(self):
With disabling flag set, mail isn't trusted.
def test_dkim_valid_strict(self):
Undocumented
def test_dkim_valid(self):
Undocumented
def test_dkim_untrusted_signer(self):
Undocumented
def test_dkim_signing_irrelevant(self):
Undocumented
def test_dkim_changed_from_address(self):
Undocumented
def test_dkim_changed_from_realname(self):
Undocumented
def test_dkim_nxdomain(self):
Undocumented
def test_dkim_message_unsigned(self):
Undocumented
def test_dkim_body_mismatch(self):
Undocumented
def test_dkim_signed_by_other_address(self):
Undocumented
def test_dkim_signed_but_from_unknown_address(self):
Sent from trusted dkim address, but only the From address is known.

See https://bugs.launchpad.net/launchpad/+bug/925597

def test_dkim_signed_but_from_unverified_address(self):
Sent from trusted dkim address, but only the From address is known.

The sender is a known, but unverified address.

See https://bugs.launchpad.net/launchpad/+bug/925597

def test_dkim_signed_from_person_without_account(self):
You can have a person with no account.

We don't accept mail from them.

See https://bugs.launchpad.net/launchpad/+bug/925597

API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.