move all inlined mails to a data directory

This commit is contained in:
holger krekel
2023-10-21 00:06:30 +02:00
parent c613ca24af
commit dd232689a7
5 changed files with 85 additions and 311 deletions

View File

@@ -55,6 +55,6 @@ def test_exceed_rate_limit(cmsetup, gencreds, mailgen):
pytest.fail(f"rate limit was exceeded too early with msg {i}")
outcome = e.recipients[user2.addr]
assert outcome[0] == 450
assert b'4.7.1: Too much mail from' in outcome[1]
assert b"4.7.1: Too much mail from" in outcome[1]
return
pytest.fail("Rate limit was not exceeded")